Assuming the main app and modules are built with the same version of Flex and 
served from the same domain you can share stuff between the main app and 
modules.  Otherwise, you'll have work to do, and some security issues to think 
about.  Read up on the marshall plan.

From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Mike 
Oliver
Sent: Monday, December 01, 2008 11:01 AM
To: [email protected]
Subject: [flexcoders] Modules and Sessions


We are planning on the following organization for an Application.

Base Application this will contain a scalable application with a canvas and
an Toolbar across the top.

The Application will be secured by user login in a popup form window.

The tool bar buttons will load modules in the canvas from separate Module
WebApps for ease of Maintenance and flexibility.

Before we get too far I wanted to ask this group if there are any "gotchas"
in our plan?

Specifically, are we correct that the user session is based on that base
application and any modules that load will consistently use the user session
in the base application?

Are there any coding practices we need for the AMF in this model?

We assume the modules and the actionscript for those modules carry the user
session the same as if the module was loaded from the same root path as the
Base Application, right?

Just being cautious.

Ollie
--
View this message in context: 
http://www.nabble.com/Modules-and-Sessions-tp20774760p20774760.html
Sent from the FlexCoders mailing list archive at Nabble.com.

Reply via email to