When you are planning to build JAVA web application you have many choices, the first one is JSP and JAVA servlets, but for advanced application you need a framework make things more easy and enhance your productivity.
I've searched about JAVA frameworks before, I've checked Struts2, Spring MVC, JBoss Seam, Apache Tapestry and JSF, but actually I didn't applied them into any application, I've just tested them a little, so I didn't fall in love with these frameworks really !
Last month I decided to begin new "ambitious" project, and I was need a free JAVA framework, at other hand I was afraid of using these frameworks because of "XML tags soup", so Wicket was my decision at last for these reasons:
- It's free and open source
- It's Component Centric approach
- Swing-like Object Oriented Component Model
- No XML soup
- Just plain Java and HTML
- There's many reuseable and flexible components
I'll post a tutorials about Wicket later, but for now if you tried Wicket let'us know your opinion ;)
No comments:
Post a Comment