» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with License:ASF2.0 + MVC

Simflet

Simflet is an MVC framework for JSR-168 portlet development that brings the MVC design model to building complex portlets.

TrimPath Junction

TrimPath Junction is a clone of the Ruby on Rails web MVC framework into JavaScript.

Tapestry

If you are familiar with Tapestry, please expand this page to include more detail on the project.

Tapestry is a Java component-based MVC web application framework that uses XML configuration and focuses on Java internal APIs rather than forcing the developer to think about URLs and GET/POSTs. The design is similar to WebObjects, the project is hosted by the Apache Software Foundation as a part of the Jakarta project.

Tapestry consists of (X)HTML templates that embed Tapestry specific attributes that indicate where Tapestry will substitute the execution result of Java code. Using attributes is in contrast to JSP ‘tags’, the intent is to create a close binding between Java code and template. The attributes may be defined in an XML configuration file.