[flexcoders] Re: Spring vs Flex

2009-03-30 Thread Anthony DeBonis
Check out what Christophe Coenraets has put together using BlazeDS http://www.adobe.com/devnet/livecycle/articles/blazeds_spring.html --- In flexcoders@yahoogroups.com, senthilkumarirtt senthilkumari...@... wrote: hi i need to integrate spring and flex application. ( i want to get data

[flexcoders] Re: Spring vs Flex

2009-03-30 Thread kramus0
Or just have a look at Christophe Coenraets page at http://coenraets.org/flex-spring/ Regards Markus --- In flexcoders@yahoogroups.com, senthilkumarirtt senthilkumari...@... wrote: hi i need to integrate spring and flex application. ( i want to get data retun by spring from Db to

Re: [flexcoders] Re: Spring vs Flex

2009-03-30 Thread Richard Rodseth
In my view, whether or not you use AMF and BlazeDS, it's important to embrace the service layer and DTO concepts (Data Transfer Object) rather than trying to distribute your domain objects. (as an aside, one of my favourite books is Domain-Driven Design, by Eric Evans) If you choose not to use

[flexcoders] Re: Spring vs Flex

2009-03-30 Thread bruno.marchesson
Hello, As a side note, if you want to send your persistent entity from DB to Flex through BlazeDS, you can have a look at Gilead library (http://gilead.sourceforge.net) Hope this helps Bruno --- In flexcoders@yahoogroups.com, kramus0 kram...@... wrote: Or just have a look at Christophe