Velocity Web Templates is a jakarta project, have a look on the jakarta.apache.org website
You might also like to look at WebMacro (www.webmacro.com ????) and FreeMarker - www.freemarker.org There is a mail list for Velocity, to subscibe email this: <[EMAIL PROTECTED]> not sure about webmacro's or freemarkers. I believe Velocity is a more streamlined version of templating, based on some of the ideas used for Webmacro. I have only just started using Velocity, but it seems to do everything that I need...so far! Cheers, Mike. ----- Original Message ----- From: "Alexander P. Plakidin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 11, 2001 10:37 AM Subject: question from a Java newbie > Hello everybody, > > I'm experienced PHP/Perl programmer, and I decided to learn, what servlets are and how can > I make use of them... I never used object-oriented programming in my work, but I have some > experience with OOP in C++. > > I succeeded to install Tomcat, configure it, create a sample servlet, deploy it, and it > works. > > My question is... Firstly, I will explain what I need. In PHP and Perl I was using a > module, called FastTemplate. It's a tool which helps separating design from programming > logic. Template is stored in a separate HTML file, and has some "dynamic" areas and blocks > - they can be substituted with certain values by application. Where should I start > searching for such library, and is it possible to find such anywhere? > > I have read an article on JavaWorld.com "JSP and Templates" > (http://www.javaworld.com/javaworld/jw-09-2000/jw-0915-jspweb.html), but it didn't impress > me much, I hope to find a better solution... > > Can anybody help me? > > Thanks in advance, > Best regards, > Alexander mailto:[EMAIL PROTECTED] > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
