Ticket #129 (closed refactoring: fixed)

Opened 8 months ago

Last modified 7 months ago

XML processor should produce HTML to enable website caching

Reported by: mikey Assigned to: mikey
Priority: major Milestone: 0.7.0
Component: XML/XSL view engine Version: SVN-trunk
Keywords: Cc:

Description (Last modified by mikey)

Instead of just creating the XML document tree for the current request, the XML processor should also transform this into HTML, which means effectively it will be merged with the current XML post interceptor.

Such a refactoring has several benefits:

  • website cache becomes applicable for the XML/XSL view engine resulting in a huge performance gain
  • no incomplete XML documents from XML processor
  • no need to wrap the response into a stubXMLResponse any more
  • configuration issues about the need of adding the XML post interceptor will be solved

To achieve this and make this huge change manageable it will be split up into several smaller tickets:

This is a prerequisite for enhancement #133.

Change History

02/29/08 16:21:09 changed by mikey

  • description changed.

02/29/08 16:29:43 changed by mikey

  • description changed.

02/29/08 16:33:14 changed by mikey

  • description changed.

02/29/08 16:33:24 changed by mikey

  • description changed.

02/29/08 17:14:49 changed by mikey

  • description changed.

02/29/08 17:20:33 changed by mikey

  • description changed.

03/14/08 14:33:30 changed by mikey

  • status changed from new to assigned.

03/14/08 18:16:52 changed by mikey

  • status changed from assigned to closed.
  • resolution set to fixed.

Implemented.