Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by GregReddin:
http://wiki.apache.org/struts/StandaloneTiles

The comment on the change is:
Mapping roadmap to Bugzilla issues

------------------------------------------------------------------------------
  
  This is essentially done, but in the process several existing APIs were 
broken that some users rely on.  The next step here is to determine what those 
APIs are and how to best rebuild that support.
  
- === Milestone 2 - Refactor taglib ===
+ === Milestone 2 - [38252] Refactor taglib ===
  
  The API refactoring broke the taglib.  It was patched back together enough to 
make it compile again, and so far it actually works.  The core functionality 
needs to be extracted from the taglib and the codebase needs to be further 
refined to provide those features. In the process test cases need to be 
developed to verify the functionality.  (How do you test a taglib?)
  
- === Milestone 3 - Remove Servlet API dependencies ===
+ === Milestone 3 - [38253] Remove Servlet API dependencies ===
  
  Once the core library is ready we need to refine the API again to depend on a 
context class instead of Servlet classes.  This will allow Tiles to be used 
within JSF and Portlet environments.  Look at commons-chain and JSF for ideas.
  
- === Milestone 4 - Build Struts integration layer ===
+ === Milestone 4 - [38254] Build Struts integration layer ===
  
  The final step is to rebuild the existing Struts integration so Standalone 
Tiles can replace Struts-Tiles.
  
  At this point I think Release 1.0 will be ready.
  
+ === Additional Components ===
+ 
+ ==== Application Listener [38255] ====
+ 
+ Build an application listener that can be used instead of TilesServlet in 
Servlet 2.3+.
+ 
+ ==== Faces Components ====
+ 
+ Perhaps Tiles should contain a TilesViewHandler and/or any other components 
that are needed in JSF.
  
  == Removing Servlet API dependencies ==
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to