Re: [flexcoders] Remote Object/Spring Beans

2006-01-15 Thread Richard Rodseth
Hi Jim Have you looked at SpringBeanAdapter? http://www.carbonfive.com/community/archives/2005/07/springbeanadapt.html - Richard On 1/11/06, Jim Schneider [EMAIL PROTECTED] wrote: If I were to go down the path of using remote object access and wanted to use Spring beans on the back end

RE: [flexcoders] Remote Object/Spring Beans

2006-01-15 Thread Jim Schneider
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Remote Object/Spring Beans Hi Jim Have you looked at SpringBeanAdapter? http://www.carbonfive.com/community/archives/2005/07/springbeanadapt.html - Richard On 1/11/06, Jim Schneider [EMAIL PROTECTED] wrote: If I were to go down the path of using

[flexcoders] Remote Object/Spring Beans

2006-01-11 Thread Jim Schneider
If I were to go down the path of using remote object access and wanted to use Spring beans on the back end for service implementation, would I still need to have a thin layer/delegate to get to the Spring bean? (Im assuming this will make sense to some of the J2EE guys out there). For