InfoQ Homepage XStream Content on InfoQ
Articles
RSS Feed-
Your First Cup of Web 2.0 - A Quick Look at jQuery, Spring MVC, and XStream/Jettison
Refreshing the web page every time data is requested from the server is annoying for the users. Joel Confino shows how existing web pages can be tweaked to request data via AJAX without refreshing the page, by using jQuery, a JavaScript library, which involves minimal changes to existing code.
-
Simple JAVA and .NET SOA interoperability
.NET and Java interop can be made really simple using a REST documentcentric approach. This article compares a REST and SOAP approach to interop as well as the advantages of using HTTP POST vs. GET for REST invocations.