Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6906951
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:22:31+00:00 2026-05-27T08:22:31+00:00

I am trying to develop a web application leveraging the YUI 3 app framework

  • 0

I am trying to develop a web application leveraging the YUI 3 app framework and am not able to figure out how the dependancy management actually works.

I wish to define a module that I want to reuse for another location in a different file.Here is the code I use to define the module in some file dir1/home/home.js:

YUI.add('MyModule_Home',function(Y){
    Y.namespace("mysite.home");
    Y.mysite.home.SomeView = Y.base.create("SomeView", Y.View, {
        initializer : function() {
            // some logic goes here ... 
        }
        // more functions go here ....
    }
},'0.1',{ requires : ['base','node','app'] });  // <---- Dependency Specifications

In another File (index.js) to use this module I use :

YUI( {
  groups: {
    grp1: {
      base: "/path/to/dir1/",
      modules: {
        MyModule_Home: {
          path: "home/home.js",
          requires: ['base', 'node', 'app'] // <------ Dependency Specifications
        }
      }
    }
  }
})

The above code works, but I would like to know why are the redundant dependency specifications required at both places. If I omit the dependency specification while loading the module or while defining the module I get errors. Is there a more succinct way of doing this ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T08:22:32+00:00Added an answer on May 27, 2026 at 8:22 am

    Without specifying the dependencies up front in the config object you pass to YUI() it has no way of knowing what modules it needs to get before it can load your MyModule_Home module. If you don’t specify the metadata in the config object it should go load your module, read the requirements, and then go load them. This is sub-optimal performance-wise but can be a workable solution while developing.

    Just make sure to go back & fix it later!

    The YUI team uses the builder to wrap their modules in YUI.add calls & that handles the metadata for those modules. I find that to be an unnecessary heavy workflow so I maintain the metadata in two places. It ends up not being that large a maintenance cost in my experience.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to develop a web based digital asset management application. I'm planning to
we are trying to develop a web application framework and build implementatins on top
I'm trying to develop a web application that dispatch (Dispatcher) to multiple versions of
I'm trying to develop a web application that is going to be launched from
I am trying to develop a web application for which I need to capture
Im trying to develop my first ASP.NET MVC web app and have run into
I am trying to develop a web application that will do the following: Collect
I am trying to develop a mobile version of my web application and I
I am trying to develop the single page in asp.net web mobile application as
I'm new to web services and im actually trying to learn how to develop

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.