Wicket helps developers enjoy programming again
After using several of the web frameworks that are prevalant in the java world, I do believe I’ve finally found a virtual nirvana. Here at Mystic, we’re doing lots of development with Wicket, a java web application framework that “takes simplicity, separation of concerns and ease of development to a whole new level.”
So what does that mean to you and I? Web application development without the need for the seemingly unnecessary XML config files that are like plagues in my WEB-INF directories. So if you haven’t, download it today .. while the website may not be as fancy as Ruby on Rails, there are some very smart people behind the development of this framework. Another plus, is that there isn’t any crazy evangelism happening, similar to what you’d get from DHH or HLS, or .. you ever notice how the most vocal use their 3-letter acronym for name?
Comments
Comment from kinabalu
Date: January 31, 2006, 3:50 pm
Wicket will definitely utilize more of the session, and thereby using more RAM on the machines running it. And RAM is pretty cheap these days
Might join up on ##wicket on irc.freenode.net where a lot of the core developers are.
Cheers!
Comment from Jonathan Locke
Date: February 1, 2006, 6:34 pm
Using bookmarkable pages as much as possible is one part of the answer. But we have other things that can help. I made some comments on this a while ago here:
http://www.theserverside.com/news/thread.tss?thread_id=35899#182653
Some of this is a little out of date. We now have IPageMapEntry and PageState is gone. But in general, my comments are on target. There are also several comments on my blog on this topic, including a sun RFE that we’d like people to vote for to support session scalability via “static anonymous classes”.
http://jroller.com/page/JonathanLocke?entry=wicket_refactorings
http://jroller.com/page/JonathanLocke?entry=vote_for_pedro_or_at
http://jroller.com/page/JonathanLocke?entry=further_reducing_wicket_state_2
When you’re done reading these comments, you might want to ask any lingering questions on the wicket-user mailing list.
About mystic
Mystic is located in Southern California,
we are a dedicated team of magic makers for your
organizations needs. We can take your needs and
turn them into the solution that fits perfectly
for your company.
Learn More
Categories
- Apple (3)
- Java (9)
- Technology (3)
Archive
- March 2007 (2)
- September 2006 (1)
- August 2006 (2)
- April 2006 (1)
- March 2006 (1)
- February 2006 (1)
- January 2006 (3)
Comment from Bram Smeets
Date: January 31, 2006, 1:02 am
I agree with Wicket being a very simple, easy-to-understand framework and my first few trials have been very successful.
However, I have a question that maybe someone can answer. I’m considering using Wicket for a project with high demands in terms of performance and scalability. How does Wicket’s session requirements scale up. Did anyone use Wicket for a large scale project in production?
Any good (or bad) experiences?