Thursday, January 13, 2011

wicket cool

wicket cool

while preparing a project skeleton / start up for wicket + spring + hibernate I discovered wicket cool

cons
- the limitation for points in package name
- not the latest versions of spring, hibernate, wicket, etc. are used
- web app tests use enhancedwickettester - the imports have to be adjusted:
import pl.rabbitsoftware.EnhancedWicketTester;
- I am not particular fan of the splitting of the project of separate projects for domain, service, webapp especially when there is only 1 developer responsible for all business logic, presentation, etc. ; and this DAO pattern - I definitely hate it

other startup project
by jWeekend

No comments:

Post a Comment