1.

What is GWT UiBinder?

Answer»
  • The UiBinder is a framework designed to separate Functionality and View of User Interface.

  • The UiBinder framework allows developers to build gwt applications as HTML pages with GWT widgets configured throughout them.

  • The UiBinder framework makes easier collaboration with UI designers who are more comfortable with XML, HTML and CSS than Java source code.

  • The UIBinder provides a declarative way of defining User Interface.

  • The UIBinder seperates the programmic logic from UI.

  • The UIBinder is similar to what JSP is to Servlets.



Discussion

No Comment Found