TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask YC : java template engine for generating source code?

2 pointsby randomhackabout 17 years ago
Have any of you used stringtemplate, velocity, freemarker or others for generating structured text of any kind? Any experiences or thoughts? Stringtemplate seems to be purely functional and claims to enforce strict model view separation. Is StringTemplate good in real world?

2 comments

foemmelabout 17 years ago
ANTLR is quite popular and uses StringTemplate to generate source code, for several different target languages. So I would consider that to be pretty good real world use of it.
henningabout 17 years ago
Have a look at <a href="http://code-generation.net" rel="nofollow">http://code-generation.net</a> and Manning's Code Generation in Action.
评论 #163079 未加载