Douglas, Thanks for the link, it kinda clarified my own direction which was tending towards stateless classes. My whole design philosophy is really to have stand alone calls to remote objects, any info required has to be passed into the call.
So far all my flex work has been on querying data for price lists and product specifications, so stateless classes will suffice. I am sure there are cases for stateful classes, but I can't really see that for my work, even if I was to build an application that allowed data entry. Maybe the gains come from an extra layer of security, in that the data common between calls to a class can remain on the server and hidden. Thanks Andrew --- In [email protected], Douglas Knudsen <[EMAIL PROTECTED]> wrote: > > take a gander at this > http://weblogs.macromedia.com/mchotin/archives/2004/08/remoteobject_st.cfm > > DK > > On 10/12/05, greenfishinwater <[EMAIL PROTECTED]> wrote: > > I use named remote objects calling java POJO. > > > > I have set all my objects in flex-config.xml on the server to be of > > type stateful-class. I don't need to maintain state between calls to > > the same class. Should I change it to be stateless-class, if so does > > it take looker in servicing the request because the class has to > > instantiated each time? > > > > Can I override the state type by specifying the type in the > > RemoteObject tag in the mxml app. So if it is preferable to have all > > my objects as stateless, I can override the odd one for specific uses > > in mxml. > > > > Thanks Andrew > > > > > > > > > > > > > > -- > > 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 > > > > > > > > > > > > > > > > > > > > > -- > Douglas Knudsen > http://www.cubicleman.com > this is my signature, like it? > ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/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/

