The Artima Developer Community
Sponsored Link

Java Buzz Forum
SiteMesh 3: Cool new features planned

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
SiteMesh 3: Cool new features planned Posted: Oct 3, 2004 7:34 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: SiteMesh 3: Cool new features planned
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
Joe Walnes just emailed the SiteMesh list with plans for SiteMesh 3. They all sound good, and it is great to see work ramp up. If anyone has good ideas, send them over to the list. If anyone is using Tiles. Give SiteMesh a try ;) Hi everyone, I just thought I'd give you an update of what's in store for the upcoming SiteMesh releases and how they benefit you. Firstly, there are a number of accumulated bugs that we're steadily working our way through. The recent 2.1 and 2.2 releases have been mostly bugfixes, and this will continue for the 2.x series, including those related to using MVC frameworks such as Struts and WebWork. http://jira.opensymphony.com/secure/BrowseProject.jspa?id=10000&report=roadmap Meanwhile, SiteMesh 3 has been brewing. It's been four years since SiteMesh was first open-sourced (it existed for two years before that as closed-source) and in that time it hasn't really changed significantly. SiteMesh 3 is going to see the largest set of improvements since it was initially released. == Flexible HTML processing == The core of SiteMesh is based around an HTML parser that is very fast and tolerant to badly formed HTML, however at the cost of being extremely hard to extend. SiteMesh 3 will contain a new parser, which is easy to customize, without compromising on performance and tolerance to malformed HTML. This will allow extensions to be written that can: * Extract user-defined properties from the page beyond the predefined ones from , , , etc. * Remove blocks of content from the page. * Transform HTML as the page is parsed. SiteMesh will come bundled with extensions for popular tasks and it will be trivial to add your own. More on this in a follow discussion. == Improved Velocity integration == This follows on from some work done by Atlassian and will allow a page to be generated using the Velocity API as an alternative to calling Servlet RequestDispatchers and the Filter. This offers significant performance improvements for applications that don't use JSP and allows more of SiteMesh to be used in environments outside of the Servlet container, which leads nicely on to the next feature. == Offline support with StaticMesh == There has been a lot of demand for using SiteMesh to generate web-sites in an offline manner. A common case for this is a simpler alternative to DocBook style tools, allowing documents to be authored in standard HTML capable word-processing tools (such as MS Word, OpenOffice and Mozilla Composer), giving you the full capabilities of a rich-text word-processor and without the need to learn a special markup/schema. SiteMesh can then process these raw HTML files and generated another set of static HTML files with the appropriate presentation and navigation added. Building upon the extended HTML processing capabilities, it will also be possible to do things like generate a table of contents, footnotes, and diagrams from inline syntax. There have been at least three seperate incarnations of StaticMesh appear over the last few years. We hope to bring the best bits from each of these into the final version. http://www.pols.co.uk/downloads/static-mesh/tutorial.html StaticMesh will have a simple API for configuration, bundled with a command-line wrapper and Ant task. == Backwards compatability == Just to ease your minds, you're not going to have to rewrite your applications to use SiteMesh 3. Great effort will be taken to ensure that backwards compatability is preserved. The library will have more features, but at the same time a lot of the old stuff can be simplified. Dependencies will be minimized and optional - for example, you will only need velocity.jar if you're actually using the Velocity stuff. I'll be posting more information in follow up discussions. [Watch this space...] cheers -Joe

Read: SiteMesh 3: Cool new features planned

Topic: Sky Cap'in Previous Topic   Next Topic Topic: Why isn't the client side as organized as the server?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use