Java object serialization for Ajax

7
Anonymous Reader writes “If you’re doing Java Web development using Asynchronous JavaScript and XML (Ajax), then delivering data from the server to the client is probably your top concern. This article focuses on what matters most for many Java Web developers: producing data for the client and walks you through five approaches to Java object serialization. It will give you all the information you need to choose the data format and technology best suited to your application.”

Link: ibm.com/developerworks

Category:

  • Java