Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I download full example java project that uses stringtemplate?

http://www.antlr.org/wiki/display/ST4/StringTemplate+4+Wiki+Home, http://www.stringtemplate.org/

I looked on the wiki and I may be missing the forest through all the trees, but I need to see a fully working java project not a bunch of snips. Ideally several full projects (github?) that contain:

  • biz logic.
  • header.htm, body.htm, and footer.htm.
  • Multiple body pages so you can see how they interact with the biz logic.

Thx.

like image 793
JStark Avatar asked Aug 05 '11 13:08

JStark


1 Answers

After exhaustive searching I can only conclude that there are no full/example projects for StringTemplate.

I have kept coming back to look at StringTemplate hoping to give it a go, but it really is difficult to get started, especially when most of the doucmentation has the following:

"These examples work with StringTemplate 3"

And its not clear how to get it working with StringTemplate 4

like image 138
Jay Avatar answered Oct 29 '22 04:10

Jay