Re: [flexcoders] Re: Java and Flex

2009-11-29 Thread kannan Mugundan
Hi check this project also http://www.springsource.org/spring-flex It is a spring project which integrates flex and java with blazeds and spring. Thanks Kannan On Sun, Nov 29, 2009 at 5:15 AM, Simon simonjpal...@yahoo.com wrote: Here's a really good place to start your journey

[flexcoders] Re: Java and Flex

2009-11-28 Thread Simon
Here's a really good place to start your journey http://www.adobe.com/devnet/flex/flex_java.html There is a whole ton of stuff out there that will help you get started. I too was a Java programmer who embarked on Flex and with hindsight the key decision I had to make was how I connected my

[flexcoders] Re: Java from Flex

2008-09-22 Thread Anthony DeBonis
You can call these libs from LCDS or BlazeDS (or WebOrb too) using the RemoteObject tag and alittle server side config - check out the example apps deployed. I would suggest creating a service facade layer of POJO, plan old Java objects, that abstract all your backend Java code/libs. Wrap any