1.0 Other languages
|
||||
2. View with Apache Velocity |
||||
|
JSP is a "Sun standard" view technology in J2EE MVC. Velocity is another choice, came from Apache. Unlike JSP or JSP taglib, Velocity is a Java-based template engine, it can run without J2EE server support. That will make unit test more easier. And this is the most reason for VelocityWeb to choose it in view layout. |
|||