Tuesday, June 27, 2017

How does Wicket work? What are wicket Id's?

How does Wicket work? What are wicket Id's?

Apache wicket is a lightweight, component based web application framework.It separates the html or UI completely from Java code, which makes it convenient for designer and programmers to work independently, besides there is no confusing HTML messed up with Java code in it. Its far more convenient than using JSP's where we have to put scriptlets and expressions to use java objects in UI.
Wicket provides many advantages over frameworks like struts and it can be easily integrated with core frameworks like hibernate, spring etc.

No comments:

Post a Comment