Thanks David, We have existing application developed in Struts and UI is in JSP...
Client just wants to change the UI of a few screens only without using FDS. Is there only way to create XMLs at the runtime? as you have suggested... What are the advantages and disadvantages of creating application in flex without FDS? Thanks in advance.. Sanjay Sharma --- In [email protected], "David Mendels" <[EMAIL PROTECTED]> wrote: > > Hello, > > FDS is not required. Use the SDK and/or Flex Builder and go for it! > > Connect to your back end using just XML over HTTP. This is a fine > approach for many use cases. > > FDS offers additional value in a number of areas, in particular: > * Remoting--simplifies programming model and higher performance > protocal for connecting to Java obects on server (performance benefit it > material for larger data sets, immaterial for trivial amounts of data.) > * Messaging--connect to JMS or other messaging service, push and > real time data to client > * Data Service--page data, synch data > More info on FDS available on www.adobe.com > > HTH, > David > Adobe > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of sanjaypmg > Sent: Thursday, January 18, 2007 12:39 AM > To: [email protected] > Subject: [flexcoders] Application without FDS? > > > > Hi, > > I have a general question for all.... > > Can I make application with FDS? > > If yes, How can I call my java's remote object? > > If No, Can you please tell me? Why cannt I make application in flex > without FDS? > > Thanks, > Sanjay Sharma >

