PermGen error

Posts Tagged ‘spring annotations’

Spring annotation based AOP and intercepting the ball

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 – the action, who performed it, when it was performed and any extra [...]

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