PermGen error

Archive for the ‘Spring Framework’ Category

Spring Forms, Dynamic Lists and Ajax

Spring Forms and Dynamic Binding Lists Introduction After my recent posts on Spring forms and annotations – dynamic lists is logically another step to be discussed. In the previous examples we use a form backing object – the form backing objects have tended to be very basic and primitive Using dynamic lists within these objects [...]

Ajax Spring Forms with Annotations and jQuery

In one of my previous posts we documented how to implement Spring Annotations with a form. If you haven’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 [...]