mystic blog » 5 Days of Wicket.
I hope he’s successful because I really wanted to give Wicket a try for a project but got frustrated. I’ll be checking in on the progress.
Related posts:
mystic blog » 5 Days of Wicket.
I hope he’s successful because I really wanted to give Wicket a try for a project but got frustrated. I’ll be checking in on the progress.
Related posts:
{ 4 } Comments
Hey Jared,
definitely check us out in the next few days on the blog, as we’ll start getting into some meat of building the Wicket app. And if you’d like to see us rip into something else and document our findings, drop me a line.
Cheers!
Thanks, I appreciate the comment and the willingness to put the effort into showing the community your work.
Jared, I have the same concerns regarding wicket. Some its suprojects like wicket-stuff seems to be dead. I’m experiencing lack of components.
But Wicket as a framework is very robust. I spent about 2 hours to read its wiki and the next day I accomplished with login form and securing pages just in 3 hours (integrated with jaas) and after another a hour I accomplished with my first crud application. And I find that Wicket do things in the best way.
Right now I’m about to accomplish with generalization of CRUD UI components (so you have single generic page to show object properties, hovewer you can customize). You will probably be supprised to get to know that it is almost impossible with JSF.
I believe you should give Wicket another try and before that try to read excellent book “Wicket in action”.
Thanks Vladimir. I am going to give Wicket another whirl and I think picking up a book will be the start. However, I just bought another book and it should be at my door step today. So after I’m done with that, I intend to make a Wicket book my next purchase. And in the mean time, I’m creating a simple services application that can serve as a base project for all my new web based framework endeavors. Hopefully I’ll get that posted online (most likely git hub) so other people can expand on it as well.
Post a Comment