[flexcoders] Re: Flex and Java Communication

2008-12-05 Thread valdhor
Ryan Thanks for the response. I tried to checkout wicket but it keeps asking me to authenticate. --- In flexcoders@yahoogroups.com, Ryan Gravener [EMAIL PROTECTED] wrote: http://code.google.com/p/wicket-flex-blazeds/ Ryan Gravener http://ryangravener.com/flex |

[flexcoders] Re: Flex and Java Communication

2008-12-04 Thread simonjpalmer
--- In flexcoders@yahoogroups.com, saritha [EMAIL PROTECTED] wrote: Hi, How to communicate between Flex and Java? There are two main ways and which you choose depends largely on the future needs of your clients. If you need a generic API on your server because you are going to implement

[flexcoders] Re: Flex and Java Communication

2008-12-04 Thread valdhor
Hmmm I'm wanting to learn Java and I already know Flex. The book mentioned comes from the other direction (Already know Java and want to learn Flex). Are there any resources/tutorials etc for someone like me who wants to learn Java for use with BlazeDS/LCDS. I already know C++ so the

Re: [flexcoders] Re: Flex and Java Communication

2008-12-04 Thread Ryan Gravener
http://code.google.com/p/wicket-flex-blazeds/ Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Thu, Dec 4, 2008 at 4:00 PM, valdhor [EMAIL PROTECTED] wrote: Hmmm I'm wanting to learn Java and I already know Flex. The book mentioned comes from the other

[flexcoders] Re: Flex and Java Communication

2008-12-03 Thread oneworld95
There are a couple of different ways. To start, you can use a servlet that generates XML and use an HTTPService in Flex. A more sophisticated option is to use the free BlazeDS data service tool to pass objects between Java and Flex. For the first option, you can create an HTTPService like this,