History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: UP-1507
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Nick Bolton
Reporter: Andrew Petro
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
uPortal

Enable XSLT use of xsltc translets

Created: 18/May/06 09:46 PM   Updated: 07/Feb/07 02:21 PM
Component/s: Framework
Affects Version/s: None
Fix Version/s: 2.5.4

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Tests show a 4x performance implement in XSLT transformation by using translets (compiled XSLTs).

* org/jasig/portal/utils/XSLT
          o Added the functionality to use a xsltc transformer handler if applicable. Stylesheets will be dynamically compiled if:
                + The stylesheet is not blacklisted
                + The stylesheet or any included or imported stylesheet has a newer timestamp than does the translet.
          o A stylesheet will be blacklisted and will default to the default transformer handler if:
                + The stylesheet is within a blacklist property.
                + The stylesheet fails compilation.
                + The stylesheet transformation fails.

Unicon seeks to include in baseline uPortal this performance improvement initially developed for Academus.

 All   Comments   Work Log   Change History      Sort Order:
Nick Bolton [07/Feb/07 02:21 PM]
An XsltcTransletManager was created that XSLT now uses. XSLT will ask the translet manager if a translet exists for a given stylesheet. If it does exist, XSLT will use the transformer factory provided by the translet manager, otherwise it will use the default transformer factory.