Tagged Questions
1
vote
2answers
798 views
Looking for a sample java web application [closed]
I am looking for a sample Java web application that uses Servlet/JSP(or FreeMarker or Velocity). It should be moderated small, but definitely not a Hello World or something like that. I hope it could ...
0
votes
2answers
68 views
String Expansion Utility
I seem to recall an Apache Commons or similar API that would allow you to replace a string inline using property expansion similar to how Freemarker or Velocity (or a JSP container for that matter) ...
1
vote
2answers
63 views
Using XPages with Freemarker help needed
I would like to use Freemarker template engine in my XPages app but cant get it to work in XPages environment. The problem I have is related to template path which I don't know how to setup correctly. ...
0
votes
3answers
109 views
Lazy Loading with template engine's like velocity
In an application we are using Velocity to merge placeholders in templates. So ${firstname} is merged to a users first name because we add it before merging in a VelocityContext Hashmap.
Code:
...
0
votes
2answers
233 views
Is it possible to use a JSP custom tag within a velocity template?
I have a custom tag library that I want to use from within my velocity templates. Is it possible to do so?
I want the facility to be somewhat similar to what is provided with free marker.
-1
votes
1answer
198 views
Does Apache Velocity project have future or is it defunct? [closed]
I need to choose a templating engine for my project. At first it seemed to be a no-brainer to pick Apache Velocity. But then I noticed that the last release was over 18 months ago. Only a handful of ...
1
vote
2answers
144 views
Does anybody use Jersey in embedded mode(not servlet env but standalone Grizzly instance) successfully with a template engine?
Velocity, Freemarker, Japid, Rythm, any other?
What i am looking for is a solution similar to what JSP provides in servlet environment. It should be a form of ViewProcessor implementation, but working ...
4
votes
2answers
773 views
Better template language needed
Yes, I know that this has been asked before. But most of the questions were two years ago, and there's got to be a better answer today.
I need a template language for rendering HTML. Requirements:
...
0
votes
1answer
207 views
What Java templating frameworks/engines allow remote templates?
I've got an intermediate amount of experience programming in Java and a fairly advanced amount of experience programming web applications in other languages. I'm currently in the process of learning ...
0
votes
2answers
505 views
Any tutorials on setting up a templating framework on GAE (Java)?
I'm trying to format our emails by using HTML-formatted templates on Google App Engine (using Java), but for the life of me I cannot find a decent tutorial for how to set this up.
I've tried looking ...
1
vote
1answer
158 views
Has Freemarker something similar to toolbox.xml-file of Velocity?
I have a Struts 1 application which works with Velocity as a template language. I shall replace Velocity with Freemarker, and am looking for something similar to 'toolbox.xml'-File from ...
0
votes
1answer
363 views
Issue when executing asynchronous tasks using ExecutorService
I had asked a question earlier
regarding ExecutorService and Apache Velocity initialization. To give a quick recap -- I have a Java EE frontend which accepts user requests and then for each of these ...
0
votes
1answer
319 views
REST support within a java templating engine such as StringTemplate, FreeMarker, Velocity or Tiles?
I'd like to compare some templating engines that supports creating RESTful URLS for templating header/body/footer pages in a java application. I don't want my pages to have a jsp, .st or .ftl ...
3
votes
0answers
200 views
Include part of tile with Apache Tiles?
I'm having a hard time with Tiles.
I have a webapp with many views, all of these are composed around a single template. The template has about three or four "placeholders", and for each view, ...
0
votes
1answer
461 views
Which is more popular, Freemarker or Velocity?
I'm about to invest resources in revamping my email system around a templating engine Freemarker or Velocity. They both seem comparable in terms of features and support. Which is more popular or has ...
0
votes
2answers
982 views
Use Velocity or FreeMarker for creating e-mail templates
I would like to generate few templates for sending automated mails from my application.
Can anybody let me know how to generate the templates using velocity or FreeMarker and then include templates ...
1
vote
2answers
522 views
Is ther a JSP like Java based Web template engine that can load page templates from persistent storage?
I would like to provide users to write plugins to my application, the initial design and implementaion involve a Velocity (VTL) template engine to allow
Secure: uesrs can't call internall Java code ...
2
votes
1answer
904 views
Internationalization support better in Velocity or FreeMarker?
Internationalization is important for us. So in choosing a template system for emails and other non-web (we use spring webmvc/JSP for web) templating needs, I need to know which handles translating ...
11
votes
4answers
8k views
Freemarker vs. Velocity
I'm trying to decide between Freemarker and Velocity to use as a template engine, any advantages/disadvantages you see regarding each?
Any alternatives that I should look at instead?
19
votes
2answers
4k views
What are the main differences between StringTemplate and FreeMarker?
The net seems to be full of comparisons between Velocity and FreeMarker, and they seem to be reasonably equivalent. But there seems to be almost no comparisons between StringTemplate and FreeMarker!
...
33
votes
5answers
8k views
Why would I use a templating engine? jsp include and jstl vs tiles, freemarker, velocity, sitemesh
I'm about to choose to way to organize my view (with spring-mvc, but that shouldn't matter much)
There are 6 options as far as I see (though they are not mutually exclusive):
tiles
sitemesh
...
1
vote
4answers
2k views
Freemarker/Velocity - date manipulation
I have a fairly simple question about these 2 templating engines.
I'm trying to make a future/past date, a fixed time from now, e.g. 18 months ago, or tomorrow.
I know that it is possible to do this ...
1
vote
1answer
376 views
Is there a way to just copy resources when using a Maven archetype (no Velocity)?
We are using a Maven archetype to create an initial setup for projects using our framework, which relies heavily on Freemarker. As a consequence we need to copy a few Freemarker templates when the ...
16
votes
5answers
9k views
Velocity vs. FreeMarker
Velocity or FreeMarker?
They look pretty much the same, even the syntax?
What to use? Or when to use what?
1
vote
1answer
1k views
Can I use a JSP tag library with FreeMarker for a non-web context?
I was investigating FreeMarker (and also Velocity), and one of the things I liked about FreeMarker was that I could use it with my existing JSP tags. However, it's become my understanding that this ...
1
vote
3answers
1k views
Which Java HTML templating technology works in a way that is closest to Ruby (erb/haml)?
Among the Java templating solutions such as Apache Velocity, Freemarker, Hamlets, Tapestry, StringTemplate, JSP, JSP Weaver (others?) which would most closely approximate the conciseness and ...
4
votes
3answers
2k views
tiles in struts project - better than freemarker?
I want to use a template engine in a struts application and would like to know if using TILES can be recommended instead of FREEMARKER or VELOCITY.
0
votes
4answers
707 views
Template-Engine for Struts
Freemarker, Tiles oder Velocity? Which template engine is the best for a multi-user-system build with struts?
38
votes
11answers
24k views
Template Engines for Spring Framework
I've taken quite a shine to the Spring Framework and would like to get into it a bit more. I have noticed that aside from plain vanilla JSPs there are various template engines for use with Spring MVC, ...