Author
Integrating Modules developed in Flex Environment
Ravi Kiran V
Ranch Hand
Joined: Apr 18, 2009
Messages: 1203
posted Jan 31, 2010 12:18:21
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
posted Feb 01, 2010 02:15:12
Integrate these modules with what?
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
Ravi Kiran V
Ranch Hand
Joined: Apr 18, 2009
Messages: 1203
posted Feb 01, 2010 03:21:40
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
posted Feb 01, 2010 04:25:53
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
posted Feb 01, 2010 07:27:17
Thank you very much .Its provided me good information.
I tried to change the world, but I couldn’t find the source code