Correct you can create a Flex app that only uses HttpService and WebService to 
do remote communication. The minute you need to use RemoteObject to call a Java 
class you need FDS. So that means the Flex SWF and FDS have to be within the 
same WAR along with your business side stuff (done in Spring and Hibernate).

You cannot "I would like to deploy FDS in it's own WAR and have multiple Flex 
applications in separate WARs that could all use the same common FDS 
application".

You can however create multiple Flex apps, thus multiple SWFs and have then 
reside within the same WAR along with FDS.

Dimitrios Gianninas
Optimal Payments Inc.



-----Original Message-----
From: flexcoders@yahoogroups.com on behalf of mister.kotter
Sent: Fri 3/16/2007 11:16 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FDS Configuration
 
I have the following configuration:

I am developing a multi-tiered J2EE application using Flex, Hibernate,
and Spring.  I am using FDS and have it configured to talk to the
middle tier through AMF.

Everything is deployed in an EAR file and the Flex web application and
the FDS configurations are deployed in the same WAR file.  This all
works great.

I have been reading the documentation and it seems like you can deploy
FDS separately from the Flex web application.  Is this the case? 
Ideally I would like to deploy FDS in it's own WAR and have multiple
Flex applications in separate WARs that could all use the same common
FDS application.

So ideally it would be configured like this:

In an EAR file I would deploy Hibernate, Spring, and a WAR with the
FDS configuration that talks to my Spring middle tier through AMF. 
Then I would have additional WAR files that get deployed separately
that contain all the GUI components and Cairngorm framework that would
use the FDS application.

Is this possible?

Any help or insight on this would be appreciated.



-- 
WARNING
-------
This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the use of 
the intended recipient.  No privilege or other rights are waived by any 
unintended transmission or unauthorized retransmission of this message.  If you 
are not the intended recipient of this message, or if you have received it in 
error, you should immediately stop reading this message and delete it and all 
attachments from your system.  The reading, distribution, copying or other use 
of this message or its attachments by unintended recipients is unauthorized and 
may be unlawful.  If you have received this e-mail in error, please notify the 
sender.

AVIS IMPORTANT
--------------
Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés destinés au 
seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun 
privilège ou à aucun autre droit si le présent message a été transmis 
involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes 
pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, 
veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses 
pièces jointes, de votre système.  La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par des personnes 
autres que le destinataire visé ne sont pas autorisés et pourraient être 
illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en 
aviser l'expéditeur.

<<winmail.dat>>

Reply via email to