Just to be entirely precise, if you are calling a Java class via <mx:RemoteObject/> then you will need the AMF gateway which is a part of the services provided with FDS.
You can however call a Java object in several other ways. You could expose that servant as a SOAP web service using several options such as Apache AXIS. You don't need to do anything special to the Java class. The same Java class you'd expose via RemoteObject would work unchanged. You could even write your own servlet that exposed a specific Java class through a simpe HTTP call, which in turn then simply returned XML, HTML, etc. (well... you could!) I just wanted to clarify that in terms of remoting (and FDS has other services), what FDS provides in an AMF gateway that handles the loading, lifecycle, security and marshalling of AMF calls to Plain Old Java Objects (POJOs). -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In [email protected], "Rich Tretola" <[EMAIL PROTECTED]> wrote: > > If you are using Java Remote Objects, you will need FDS either Express > (Free Version) or Enterprise. A compiled swf will only work for you > if you are loading data through http or webservices. Here is an Adobe > faq http://www.adobe.com/products/flex/productinfo/faq/ > > Rich > > > On 7/20/06, Antoine Malpel <[EMAIL PROTECTED]> wrote: > > I still do not understand clearly what is the difference between a Flex > > server and Flex Data Services... > > I actually use Flex 1.5 with RemoteObjects (calling JavaObject in > > tomcat) and HTTPRequests (texte files) > > > > are RemoteObject and HttpRequests using Flex Data Services ? > > > > is FDS used only but the Java <-> AS objects or is this made in client > > side (flash player) ? > > > > can I use Flex SDK / Flex Builder just to generate my app, upload > > everything and only use a http server without having to install any FDS > > or Flex Server (is flex server means something?) > > > > sames questions for Flex 2.0 > > > > so is FDS only for datas synchronisation ? > > > > ya thanks > > > > Antoine Malpel > > > > > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > -- > Rich Tretola > <mx:EverythingFlex/> > http://www.EverythingFlex.com > ------------------------ Yahoo! Groups Sponsor --------------------~--> See what's inside the new Yahoo! Groups email. http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

