Tag Archives: generic

[Java] Spring Roo – webapp in 5 minutes!

Simple web application created and deployed in 5 minutes? Now it’s possible with Spring Roo – SpringSource rapid application development framework. An example: you wants to create application that keeps data of your clients and you don’t need nothing more. … Continue reading

Leave a comment

[Java] Generic classes

The problem: you have to create class which keep object of unidentified class (for example while designing part of library) inside it – and want to use this object later. The first attempt is to create class which keeps Object … Continue reading

Leave a comment