What are the favorite template systems in use by people here? I'm trying to find a simple, not super feature rich basic template system for use with jsp.
The only real desired feature would be a single 'master template' that all other content slides into and requires minimal configuration. So far the things I have found (Velocity etc) require a bunch of code to properly handle and manage. I am going to continue to research these but I was wondering if anyone had anything a bit simpler.
If I were doing a huge site these more complex engines would work very well but this is 5 pages, maximum. Just looking for a way to centralize the ability to change overall layout in a single file.
The only real desired feature would be a single 'master template' that all other content slides into and requires minimal configuration. So far the things I have found (Velocity etc) require a bunch of code to properly handle and manage. I am going to continue to research these but I was wondering if anyone had anything a bit simpler.
If I were doing a huge site these more complex engines would work very well but this is 5 pages, maximum. Just looking for a way to centralize the ability to change overall layout in a single file.