cancel
Showing results for 
Search instead for 
Did you mean: 

Velocity Templates

Anuj07
Employee
Employee
0 Kudos

Hi ,

Can anyone explain me. What is VT(velocity template) .How it works and its role in web dynpro generation. ?

Best Regards,

Anuj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

For Velocity itself visit the [Velocity homepage|http://velocity.apache.org/].

Web Dynpro code generators use Velocity to generate Java sources from the meta-data and to merge it with the manually written Java code.

Armin

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

The Velocity Template Language (VTL) is meant to provide the easiest, simplest, and cleanest way to incorporate dynamic content in a web page. Even a web page developer with little or no programming experience should soon be capable of using VTL to incorporate dynamic content in a web site.

VTL uses references to embed dynamic content in a web site, and a variable is one type of reference. Variables are one type of reference that can refer to something defined in the Java code, or it can get its value from a VTL statement in the web page itself. Here is an example of a VTL statement that could be embedded in an HTML document:

Regards,

Sunaina Reddy T

Former Member
0 Kudos

hi

check this links on Velocity Template

http://velocity.apache.org/engine/releases/velocity-1.5/user-guide.html

with reference to the above doc. you can create webdynpro application and use VT in webdynpro

http://wiki.sdn.sap.com/wiki/display/xMII/SAPxMIIfortheManufacturing+Industries

https://www.sdn.sap.com/irj/scn/uac?rid=/library/uuid/00ebc326-60a3-2b10-b8ae-db14400dc109

Thanks

Former Member
0 Kudos

Hi Anuj

This link gives overview of velocity template

http://confluence.atlassian.com/display/DOC/VelocityTemplateOverview

Hope it will help you

Regards

Ruturaj

ravindra_bollapalli2
Active Contributor
0 Kudos