JavaMashups
From MashupCamp
Java is ideal for providing mashups.
With Java you can render dynamic content to a web client and you can you can use Java to proxy to other services thus avoiding the domain of origin issues that may occur with XMLHttpRequests and apply another layer of filtering if possible.
This discussion will cover AJAX with Java, an XmlHttpProxy Servlet to access mashup services, jMaki http://ajax.dev.java.net, Dojo client-side mashup using ScriptSrcIO (aka. jsonp), and the other efforts at Sun (http://developers.sun.com/ajax).
See the slides at: http://homepage.mac.com/greg_murray/java-mashups.pdf
See Aerith at:
Learn more about doing JSONP Mashups with Dojo at:


