Posted by: Waqas Noor on: May 11, 2008
Perhaps its too early to say about Wicket web Framework but one thing is sure that Wicket contributes towards J2EE community.
Wicket is new Object Oriented web Framework, provides seperation of Presentation layer with Busniess layer. Wicket basically wrap the HTML Tags and provides full control in your Java Code.
The nice thing about Wicket is, there [...]
Posted by: Waqas Noor on: May 5, 2008
Hi,
Starting project with right technologies is really big investment. If you are intended to use JSF as your presentation layer then must have a look at JBoss Seams.
In short,
No managed bean handling.
Lots of other features for JSF.
Ajax for JSF
Entity beans as Managed Beans and Domain Model Classes.
No XML configuration for settings, Annotation based.
If you [...]