I'm new in the Java world a开发者_StackOverflow社区nd I'm totally confused with the sheer number of Java server-side technologies. I need to build application with Java on the server side and Flex-AIR on the client. All communication between them must be on sockets and in AMF format.
Which technology would be suitable for this?
JPA+Spring. You can create service layer with Spring, and use it from you flex client.
I think tha given your constraints you should be looking at Blaze: http://opensource.adobe.com/wiki/display/blazeds/BlazeDS/
精彩评论