<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>PermGen error</title>
	<link>http://eggsylife.co.uk</link>
	<description>Eggsylife</description>
	<lastBuildDate>Thu, 22 Apr 2010 20:45:23 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>GWT 2, JSONP and Javascript Overlays with JsonpRequestBuilder</title>
		<description><![CDATA[In one of my earlier posts I discussed the topic of making cross site requests with Google Web toolkit.
Since that post Google have updated Web toolkit, currently version 2.0.3 and has now made it easier to make cross site requests through the use of their new JsonpRequestBuilder object and the Javascript object overlay types for [...]]]></description>
		<link>http://eggsylife.co.uk/2010/04/22/gwt-2-jsonp-and-javascript-overlays-with-jsonprequestbuilder/</link>
			</item>
	<item>
		<title>Spring annotation based AOP and intercepting the ball</title>
		<description><![CDATA[Spring AOP and Annotation based AspectJ
The concept
Recently I had to work on a requirement that asked that logs be kept when anyone performs certain actions upon the database.
For example if some chose to remove an item from the database &#8211; the action, who performed it, when it was performed and any extra information should be [...]]]></description>
		<link>http://eggsylife.co.uk/2010/02/03/spring-annotation-based-aop-and-intercepting-the-ball/</link>
			</item>
	<item>
		<title>Spring JS &#8211; Lack of an API or Documentation</title>
		<description><![CDATA[Hi all,
This is a bit of a call out to the readers of the blog. In particular any Spring developers.
Recently I have been attempting to use Spring Web Flow and in particular it&#8217;s Spring JS implementation to Ajaxify applications I am working on.
However the documentation on Spring 3 and its Javascript support is quite lacking. [...]]]></description>
		<link>http://eggsylife.co.uk/2010/01/22/spring-js-lack-of-an-api-or-documentation/</link>
			</item>
	<item>
		<title>Spring 3 RESTful Web Services</title>
		<description><![CDATA[Step One &#8211; Project Creation with Maven
This tutorial is slightly different to my previous examples. In recent development I have begun to use Maven to manage my project dependencies.
If you are comfortable with creating a Web application project and Maven please skip down to the example code.
First of all you will need to install the [...]]]></description>
		<link>http://eggsylife.co.uk/2010/01/03/spring-3-restful-web-services/</link>
			</item>
	<item>
		<title>Eclipse Galileo &#8211; Cannot nest src folder</title>
		<description><![CDATA[After recently working on a new web application project, it came to a stage where I had to download the project at home on my personal machine. So of course I logged into our SVN and grabbed a copy.
After getting the project there was an error in the project:

Cannot nest 'Project/src/main/java' inside library 'Project/src

I knew [...]]]></description>
		<link>http://eggsylife.co.uk/2009/12/20/eclipse-galileo-cannot-nest-src-folder/</link>
			</item>
	<item>
		<title>Spring Forms, Dynamic Lists and Ajax</title>
		<description><![CDATA[Spring Forms and Dynamic Binding Lists
Introduction
After my recent posts on Spring forms and annotations &#8211; dynamic lists is logically another step to be discussed.
In the previous examples we use a form backing object &#8211; the form backing objects have tended to be very basic and primitive
Using dynamic lists within these objects makes them slightly more [...]]]></description>
		<link>http://eggsylife.co.uk/2009/11/30/spring-forms-dynamic-lists-and-ajax/</link>
			</item>
	<item>
		<title>Ajax Spring Forms with Annotations and jQuery</title>
		<description><![CDATA[In one of my previous posts we documented how to implement Spring Annotations with a form. If you haven&#8217;t got a copy of the project from that post you can grab it here.
Building on that example this guide shows how, using Spring and jQuery, you can Ajaxify your forms so that when submitted the user [...]]]></description>
		<link>http://eggsylife.co.uk/2009/11/12/ajax-spring-forms-with-annotations-and-jquery/</link>
			</item>
	<item>
		<title>Spring annotations User Principal</title>
		<description><![CDATA[In case anyone was wondering after reading the previous Spring Annotations guide you can also user various parameters to get hold of the current logged in user.
To get hold of the user principal simply add a new parameter to your Request annotated methods called:

org.springframework.web.context.request.WebRequest myWebRequest

Using the previous tutorial as an example your method should look [...]]]></description>
		<link>http://eggsylife.co.uk/2009/11/10/spring-annotations-user-principal/</link>
			</item>
	<item>
		<title>Spring Form Annotations Project Download</title>
		<description><![CDATA[I have made the Spring Annotations project available for download.
I would recommend still using the tutorial and use the project for reference
Spring Form Annotations Project
]]></description>
		<link>http://eggsylife.co.uk/2009/11/09/spring-form-annotations-project-download/</link>
			</item>
	<item>
		<title>Spring Annotations and Forms</title>
		<description><![CDATA[Since the release of Spring 2.5, the framework has allowed for MVC annotations for mapping your URL&#8217;s to your various controllers.
This tutorial gives an example of how the annotations can be used within your application.
Grab the Spring Framework
First of all grab the latest stable release of Spring (version 2.5.6)
I&#8217;m going to assume you&#8217;re comfortable in [...]]]></description>
		<link>http://eggsylife.co.uk/2009/11/06/spring-annotations-and-forms/</link>
			</item>
</channel>
</rss>
