• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Velocity

 
Greenhorn
Posts: 14
Eclipse IDE Tomcat Server Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi...
can any one give me some clue to find velocity web examples.
were ever i search get only standalone appln.
please can any one help
 
Saloon Keeper
Posts: 27752
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an entire production webapp full of velocity webpages. Unfortunately, it's proprietary code, so I can't share it.

Actually, I'm converting it to JSF. Velocity is OK for display-only stuff (but not as good as I'd thought it would be), However, web pages typically have lots of inputs as well, and Velocity is no help there. Frameworks such as Struts and JSF work better.
 
anusha sivakumar
Greenhorn
Posts: 14
Eclipse IDE Tomcat Server Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
But our head wants us to use velocity for coding and im searching for good examples web based but i get only stand alone so i have no other go
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The first hit I got when searching for "apache velocity tools web example" was http://velocity.apache.org/engine/devel/webapps.html which seems exactly what you're looking for. Apparently you need the Velocity Tools in addition to the Velocity Engine.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic