1.

What Is Apache Tapestry?

Answer»
  • A component-based view framework.
  • Classes are written as POJOs and byte-code transformed at run time
  • Configured with annotations and naming conventions rather than XML
  • Compared to JSPs, enforces a clear SEPARATION of HTML markup and Java code.
  • HTML templates are directly previewable by web DESIGNERS
  • Changed component classes are live-reloaded into running application for faster development.
  • Uses the Post/Redirect/Get navigation PATTERN for form submission.



Discussion

No Comment Found