I am currently working on a project for school which will be a webapp where the gui will be programmed in Adobe Flex and the backend will be programmed in java, probably as servlets running in Tomcat...
I am working primarily on the backend things, with another guy in my group heading up the Flex stuff.
He is convinced that to communicate with the Java code he'll need to jump through all sorts of hoops. I was under the impression that you could probably just query the servlet and render the response into the application?
I haven't really been able to find any good documentation on Flex (Haven't look that hard either), I just wondered if this is as daunting as he is making it out to be.
Any resources / comments would be greatly appreciated.
Thanks!