
I was attempting to create a project in STS 3.3.0 (Eclipse) using the new Spring Project wizard. However the only templates available to me where those in the Simple Projects group. In the Error Log in Eclipse I noticed I…
In part 1 we introduced a way of chunking Xml. In a recent project I was tasked with creating a large Xml file and I used the chunking facility described to process a particular element.
I was looking for a means of parsing a large XML document while retaining the ability to process particular elements of interest. In this post I will demostrate a way of parsing an XML document with a SAX XMLReader and…
In this series of posts we will present a searchable data grid. The grid is provided by the jqGrid plugin for jQuery. On the server side we use an ASPMVC Controller to provide the data. This instalment will cover the…
Whilst recently working on a Spring.NET aware web application we required a way of centrally storing our Spring configuration. In this post we present an IResource implementation that reads Spring configuration from a SQLServer. We also show how we used…
While on a recent visit to England I had a play with my sisters new Samsung 46C8000 TV. We we’re able to view Photos and Videos and listen to Music stored on my HTC Desire.
Having looked into using the ASPMVC AjaxHelper there was one or two things I wasn’t happy with so I decided to try an alternative using jQuery. In this post I will present a simple technique for facilitating asynchronous form posts…