If you have a Java-based web application (J2EE webapp - no matter what other basic frameworks are used), and you would like to introduce a Flash-based interface, would you use Laszlo or would you rather set ReST as an XML interface, as well Build and deploy a Flash application that uses this?
On the one hand, Lazlo is quite amazing - does for Flash what JSP does for HTML. Itβs easy to work with. It fits nicely into the rest of the web application (which is based on the JSP).
On the other hand, it would be better to develop a complete Flash application, detachable from the server, and use the XML-over-HTTP mechanism to bind the two. This would have the added benefit that you could use the same XML interface for the front end of AJAX if necessary.
What would you do and why?
java ajax flash jsp
Vihung
source share