The most intelligent Java IDE
[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Reply Bookmark it! Watch this topic JavaRanch » Forums » Application Frameworks » Flex
 
RSS feed
 
New topic
Author

Integrating Modules developed in Flex Environment

Ravi Kiran V
Ranch Hand

Joined: Apr 18, 2009
Messages: 1203

Hi

I am developing Meter Module for our PowerSystems Software(Which in turn consists of other modules) which is being built on Flex Environment .

This Meter Module which i am develping consists of number of screens like

1. Meter Install
2.Some Search Screens
3.Meter Testing

Now i am planning build each of this screen as a Custom Component

Please tell me what is the best way to integrate all these Modules ??

Thank you .


I tried to change the world, but I couldn’t find the source code
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Messages: 8544

Integrate these modules with what?

JavaRanch FAQ HowToAskQuestionsOnJavaRanch
Ravi Kiran V
Ranch Hand

Joined: Apr 18, 2009
Messages: 1203

Actually what i want to ask is that ,

Should each Module also developed as a Custom Component only (As there should be only one Main Application.MXML file).

I tried to change the world, but I couldn’t find the source code
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Messages: 8544

There need not be one Application. Indeed its a good idea to componentize your Flash application, this way the client does not have to download the whole thing when they first access it.

Other than that consideration it does sound like seperate custom components make sense, but then you have a better idea of how your application logically hangs together so its your call really.

JavaRanch FAQ HowToAskQuestionsOnJavaRanch
Ravi Kiran V
Ranch Hand

Joined: Apr 18, 2009
Messages: 1203

Thank you very much .Its provided me good information.

I tried to change the world, but I couldn’t find the source code
 
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Application Frameworks » Flex
 
RSS feed
 
New topic
jQuery in Action