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

Key: APF-680
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Matt Raible
Reporter: Matt Raible
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
AppFuse
Changes to bring AppFuse more in-line with the frameworks it uses (APF-569)

Add configuration so Zero Configuration for Struts 2 works out of the box

Created: 06/Mar/07 12:18 AM   Updated: 22/Mar/07 11:05 AM
Component/s: Web - Struts
Affects Version/s: 2.0-M3
Fix Version/s: 2.0-M4


 Description  « Hide
Steps to enable:

1. Add packageNames to filter in web.xml
2. Add codebehind plugin and prefix constant in struts.xml

After doing this steps, you can write actions and JSPs without configuring them in any XML files.

All just works - no XML needed (including for Spring dependencies!)

 All   Comments   Change History   FishEye      Sort Order:
Matt Raible - 06/Mar/07 12:20 AM
Update tutorial to use zero config, but mention XML configuration is possible too.

Matt Raible - 07/Mar/07 12:18 AM
Need to include fix for messages.jsp and try to eliminate applicationContext-struts.xml.


Matt Raible - 22/Mar/07 11:05 AM
Didn't try to eliminate applicationContext-struts.xml but configured everything and added a note in documentation that this feature is now enabled.