-
Bluprints 0.4, a JSP templating framework, released (4 messages)
- Posted by: Brian Pontarelli
- Posted on: August 16 2006 08:35 EDT
The Bluprints project has released version 0.4 of its JSP Templating framework. This framework is an alternative to Tiles and other JSP templating frameworks and currently supports direct WebWork integration. This release has added a lot of features: * Parameter visibility - allowing nested bluprints to see their containers parameters * bluprint namespacing - allowing for separation of bluprint configuration files * Multiple configuration files * Cross file extension * Cross namespace extension * Parameter and content access via the Collections API rather than by name (i.e. get a list of the content rather than asking for a content element by name) In addition, the website has been updated with new documentation and more project information. The JavaDoc has also been published.Threaded Messages (4)
- Re: Bluprints 0.4, a JSP templating framework, released by K S on August 16 2006 11:03 EDT
- Re: Bluprints 0.4, a JSP templating framework, released by Casual Visitor on August 16 2006 13:41 EDT
- the answer by K S on August 16 2006 05:12 EDT
- Re: Bluprints 0.4, a JSP templating framework, released by Steve Roach on August 17 2006 21:49 EDT
- Re: Bluprints 0.4, a JSP templating framework, released by Casual Visitor on August 16 2006 13:41 EDT
-
Re: Bluprints 0.4, a JSP templating framework, released[ Go to top ]
- Posted by: K S
- Posted on: August 16 2006 11:03 EDT
- in response to Brian Pontarelli
why? (not trying to be facetious, and yes i looked at the site.) -
Re: Bluprints 0.4, a JSP templating framework, released[ Go to top ]
- Posted by: Casual Visitor
- Posted on: August 16 2006 13:41 EDT
- in response to K S
why?
why not?? -
the answer[ Go to top ]
- Posted by: K S
- Posted on: August 16 2006 17:12 EDT
- in response to Casual Visitor
he answered the why in his blog: "I finally got fed up with Tiles and wrote something new. Naymz had a bunch of random exceptions in the logs and almost all of them were caused by Tiles. I started digging and eventually just got mad at the whole situation. WebWork had repackaged tiles and apache was still supporting the Struts tiles. I didn’t want to spend all day fixing WebWork to use the Struts tiles and I also didn’t want to figure out if there were major differences between these two that could be causing the problem. Plus, tiles uses the digester for parsing XML, which seemed to fail at random. This code was quite thick and I knew it could be done in a much lighter weight and concise manner." i hadn't realized 'tiles' had such a bad rap. from an enterprise corp developer standpoint the jdk1.5 requirement is a disappointment-- i.e. it can't be thrown into weblogic 8.1 -
Re: Bluprints 0.4, a JSP templating framework, released[ Go to top ]
- Posted by: Steve Roach
- Posted on: August 17 2006 21:49 EDT
- in response to K S
why? Why not just use Sitemesh and forget about templates and use decorators. He's already using Webwork, he should have checked the opensymphony website.