[advanced search]
NamePros Domain Auction
Live Event This Thursday at 6PM EDT - Prebidding open now
27 members in the live chat room. Join Chat!
Register Rules & FAQ NP$ Store Active Threads Mark Forums Read
Go Back   NamePros.Com > Design and Development > Programming > CODE
User Name
Password

Old 04-08-2008, 04:24 PM   · #1
jido
Senior Member
 
Trader Rating: (152)
Join Date: Aug 2007
Posts: 2,072
NP$: 832.00 (Donate)
jido has a reputation beyond reputejido has a reputation beyond reputejido has a reputation beyond reputejido has a reputation beyond reputejido has a reputation beyond reputejido has a reputation beyond reputejido has a reputation beyond reputejido has a reputation beyond reputejido has a reputation beyond reputejido has a reputation beyond reputejido has a reputation beyond repute
Tutorial: introduction to FreeMarker

FreeMarker is a Java template engine to generate pages from templates. This is to get a first taste of FreeMarker.

The first example starts with a template page containing:

Quote:
${pet} does ${number} little hops



That produces a page with the text:

Quote:
Bunny does 6 little hops



All the FreeMarker work is done in these 3 Java lines:

Code:
Configuration cfg = new Configuration(); Template tpl = cfg.getTemplate(template); tpl.process(datamodel, output);


http://bredelet.com/Denis/FreeMarker first steps.html
Hope that is useful to someone!


Please register or log-in into NamePros to hide ads
__________________
______________________________________
Time After Leisure & Events discussions
Java Syntax All Java pitfalls!
_______________ f o r . s a l e ______________
jido is offline   Reply With Quote
Reply

NamePros is a revenue sharing forum.

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


Site Sponsors
Get Me Visits Get Me Visits Find out now!
Advertise your business at NamePros
All times are GMT -7. The time now is 04:24 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0