[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 retun by spring from Db to Advanced datagrid in flex 
 app)





[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 Advanced datagrid in flex 
 app)





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 AMF, your service layer can  return XML or JSON
which can be consumed by your flex app. There are Java and AS3 libraries for
encoding/decoding JSON.

Nevertheless, AMF is good stuff. I haven't personally used BlazeDS, but
would like to.

- Richard



On Mon, Mar 30, 2009 at 9:12 AM, Anthony DeBonis 
anth...@troywebconsulting.com wrote:

   Check out what Christophe Coenraets has put together using BlazeDS
 http://www.adobe.com/devnet/livecycle/articles/blazeds_spring.html


 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 senthilkumarirtt senthilkumari...@... wrote:
 
  hi
  i need to integrate spring and flex application.
  ( i want to get data retun by spring from Db to Advanced datagrid in flex
 app)
 

  



[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 Coenraets page
 
 at http://coenraets.org/flex-spring/
 
 Regards 
 
 Markus
 
 --- In flexcoders@yahoogroups.com, senthilkumarirtt senthilkumarirtt@ 
 wrote:
 
  hi 
  i need to integrate spring and flex application.
  ( i  want to get data retun by spring from Db to Advanced datagrid in flex 
  app)