‘Java Web Frameworks Survey’ was my first blog posted which was reposted at dzone. Sadly there never was a follow up of it. Although I planned one with: jZeno, SpringMVC, Seam, Vaadin (at that time: IT-Mill Toolkit), MyFaces, Stripes, Struts, ItsNat, IWebMvc Now, today just a short, subjective mini-follow-up, maybe someone is interested after all … Continue reading »
Filed under Grails …
Simple Database Migration in Java
As I started with Rails development I discovered the very neat feature of database migrations. For me this was the main advantage of using Rails compared to a pure Java solution. In our Rails application this works without any problems: you can change the database schema as well as migrating the data itself via ruby. … Continue reading »