In part 1 of this article, we discussed some alternatives to handling a user login object that is controlled by a legacy application framework outside of Spring. We also discussed some disadvantages with our approach. (more…)
Archive for the ‘Uncategorized’ Category
Managing legacy user login object with Spring (Part 2)
Friday, June 26th, 2009Using Google JSON with Prototype and Java
Friday, April 10th, 2009Widely hailed as the successor to XML in the browser, JSON aspires to be nothing more than a simple and elegant data format for the exchange of information between the browser and server. In this example we will learn how to create a JSON object on the client using JavaScript (and Prototype), and how to process that same JSON object on the server using Java. The examples use the Google JSON (or GSON) libraries for the JSON parsing.
(more…)
