Hi
Im really confused about which
Java based web framework to use to start my first site. My site intentionally will be part blog, part static pages, a kind of homage to technology and various day to day learnings.
I dont want to use a blog plugin but would like to create a blog from scratch, so I thought about SpringRoo, or Grails, but I have spoken to two people at work about using these technologies and both have suggested its not a good idea for various reasons.
I am keen to learn about Spring and IoC because it seems very much coupled with Java and a sensible choice. This leaves me to perhaps use Spring MVC with Web Flow, but its something I know little about.
Another idea was DropWizard, as these days Im reading there is a move away from server side MVC architecture to a more thick client based framework, but I havent read much into DropWizard just yet, so Im wondering is there any longevity in its lifecycle, or will it just be another passing fad.
The way I imagine my site, is a blog driven my a mongodb database, as I have just completed a course on mongodb and like to try to use this.
Ive also taken a look at the Play! framework, which also seems appealing, but as I say, I would like to get some exposure to technologies like Spring, because these seem to be incredibly in demand in the working sector, so knowing something of a technology in its working domain, has value over a lesser known technology which isnt really implemented in many small or medium sized enterprises.
I just passed the
SCJP and really want to focus on extending my Java knowledge now, particularly around design
patterns,
testing frameworks, etc etc
So its an open question Im asking, can anyone suggest some ideas of solutions of how I can start my small project, also perhaps mention some pros and cons?
Thank you.