egervari
Sep 28th, 2004, 06:33 PM
At first glance at Macromedia Flex (I really do mean a 30-minute glance over some PDF documentation), I think they really intended Flex to be used with EJBs and Web Services and not light-weight Java beans. The support for POJOs has been pushed aside due to Macromedia's target audience that is using these heavier technologies. I do realize the docs talk about using ordinary Java beans, but I got the impression that they were instantiated when needed and not meant to be facades or whatever. I also noticed that all objects are being called over an application-level protocol like SOAP or AMF, which seems rather bloated in of itself to me. I'm still up in the air if this really is an advantage over the typical page requests with respect to performance.
I also like the development side of things. MXML seems like decent technology, although it's a little verbose. But I can live with that considering the user experience is potentially much better.
Anyhow, I don't see any real way to get access to objects in Spring nicely by glancing the chapter on integrating with Java. The closest thing I could find was accessing a servlet's session variables, which doesn't really work for me. I'm just curious why they wouldn't let one access the application-scoped variables in the Servlet Context. I guess the light-weight audience was not catered to.
I'd like to try out Flex and see if I can get a few simple things to work. Are there any articles or docs on how to use Flex with Spring or is it just not a good idea to do yet? Anyone have experience with this personally? Is it even possible with Flex 1.0? Thanks for the reply.
I also like the development side of things. MXML seems like decent technology, although it's a little verbose. But I can live with that considering the user experience is potentially much better.
Anyhow, I don't see any real way to get access to objects in Spring nicely by glancing the chapter on integrating with Java. The closest thing I could find was accessing a servlet's session variables, which doesn't really work for me. I'm just curious why they wouldn't let one access the application-scoped variables in the Servlet Context. I guess the light-weight audience was not catered to.
I'd like to try out Flex and see if I can get a few simple things to work. Are there any articles or docs on how to use Flex with Spring or is it just not a good idea to do yet? Anyone have experience with this personally? Is it even possible with Flex 1.0? Thanks for the reply.