PermGen error

Archive for the ‘Spring Framework’ Category

Spring JS – Ajax Popup with list refresh

The concept I have been working with Spring-JS for a while now and have noticed that there doesn’t seem to be too many examples out there. This tutorial should hopefully address one common usage of Spring JS and its Ajax simplifications. One common use of any Ajax framework is to have a page list a [...]

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