If you were developing a web-app which used something like Flex/Silverlight/JavaApplet for the front-end instead of HTML pages, how would this best fit into using Spring?
I was thinking you could send requests to the server in 3 easy ways
1)server exposes standard web-service
2)server exposes a REST web-service
3)server simply has little 'views' e.g JSP pages, which send XML/JSON data as the response to a standard HTTP request... similar to how AJAX can be done very easily.
All discussion welcome.


Reply With Quote
