PermGen error

Posts Tagged ‘spring mvc annotations’

Spring 3 RESTful Web Services

Step One – 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 [...]

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 [...]