Issue Details (XML | Word | Printable)

Key: APF-884
Type: Improvement Improvement
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

Improve startup performance

Created: 14/Sep/07 02:48 PM   Updated: 17/Sep/07 08:47 AM   Resolved: 14/Sep/07 10:34 PM
Component/s: Build, Test, or Deploy Process
Affects Version/s: 2.0-RC1
Fix Version/s: 2.0 Final



2950 by  Matt Raible (28 files)
14/Sep/07 10:33 PM (34 months, 29 days ago)
APF-884: Performance optimizations including optimizing DBCP configuration, turning on lazy initialization of Spring beans by default and reducing usage of classpath*:
appfuse: trunk/service/src/main/java/org/appfuse/service/BaseManagerTestCase.java 2950 history download (+1 -1) diffs
appfuse: trunk/web/spring/src/main/webapp/WEB-INF/web.xml 2950 history download (+3 -4) diffs
appfuse: trunk/web/struts/src/main/webapp/WEB-INF/web.xml 2950 history download (+3 -4) diffs
appfuse: trunk/archetypes/appfuse-basic-tapestry/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml 2950 history download (+3 -4) diffs
appfuse: trunk/web/common/src/test/java/org/appfuse/webapp/listener/StartupListenerTest.java 2950 history download (+2 -2) diffs
appfuse: trunk/web/struts/src/main/java/org/appfuse/webapp/action/BaseActionTestCase.java 2950 history download (+3 -3) diffs
appfuse: trunk/service/src/main/resources/applicationContext-service.xml 2950 history download (+2 -1) diffs
appfuse: trunk/archetypes/appfuse-basic-struts/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml 2950 history download (+3 -4) diffs
appfuse: trunk/web/struts/src/main/webapp/WEB-INF/applicationContext-struts.xml 2950 history download (+2 -1) diffs
appfuse: trunk/archetypes/appfuse-basic-spring/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml 2950 history download (+3 -4) diffs
appfuse: trunk/web/common/src/main/resources/applicationContext-resources.xml 2950 history download (+1 -3) diffs
appfuse: trunk/web/common/src/main/webapp/WEB-INF/security.xml 2950 history download (+2 -1) diffs
appfuse: trunk/data/hibernate/src/main/java/org/appfuse/dao/BaseDaoTestCase.java 2950 history download (+2 -2) diffs
appfuse: trunk/data/hibernate/src/main/resources/applicationContext-dao.xml 2950 history download (+2 -1) diffs
appfuse: trunk/archetypes/appfuse-basic-jsf/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml 2950 history download (+3 -4) diffs
appfuse: trunk/web/spring/src/main/webapp/WEB-INF/dispatcher-servlet.xml 2950 history download (+2 -1) diffs
appfuse: trunk/data/jpa/src/main/java/org/appfuse/dao/BaseDaoTestCase.java 2950 history download (+2 -2) diffs
appfuse: trunk/web/spring/src/main/webapp/WEB-INF/applicationContext-validation.xml 2950 history download (+2 -1) diffs
appfuse: trunk/web/tapestry/src/main/java/org/appfuse/webapp/pages/BasePageTestCase.java 2950 history download (+3 -3) diffs
appfuse: trunk/data/jpa/src/main/resources/applicationContext-dao.xml 2950 history download (+3 -3) diffs
appfuse: trunk/web/jsf/src/main/webapp/WEB-INF/web.xml 2950 history download (+3 -4) diffs
appfuse: trunk/archetypes/appfuse-basic-struts/src/main/resources/archetype-resources/src/main/resources/applicationContext-resources.xml 2950 history download (+1 -3) diffs
appfuse: trunk/data/ibatis/src/main/resources/applicationContext-dao.xml 2950 history download (+2 -1) diffs
appfuse: trunk/data/ibatis/src/main/java/org/appfuse/dao/BaseDaoTestCase.java 2950 history download (+2 -2) diffs
appfuse: trunk/archetypes/appfuse-basic-jsf/src/main/resources/archetype-resources/src/main/resources/applicationContext-resources.xml 2950 history download (+1 -3) diffs
appfuse: trunk/web/common/src/main/webapp/WEB-INF/xfire-servlet.xml 2950 history download (+3 -3) diffs
appfuse: trunk/web/spring/src/main/java/org/appfuse/webapp/controller/BaseControllerTestCase.java 2950 history download (+3 -3) diffs
appfuse: trunk/web/tapestry/src/main/webapp/WEB-INF/web.xml 2950 history download (+3 -4) diffs

Matt Raible added a comment - 14/Sep/07 10:34 PM
http://fisheye4.cenqua.com/changelog/appfuse/?cs=2950

Performance optimizations including optimizing DBCP configuration, turning on lazy initialization of Spring beans by default and reducing usage of classpath*:

Matt Raible made changes - 14/Sep/07 10:34 PM
Field Original Value New Value
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
2952 by  Matt Raible (1 file)
15/Sep/07 12:30 PM (34 months, 29 days ago)
APF-884: Performance optimizations including optimizing DBCP configuration, turning on lazy initialization of Spring beans by default and reducing usage of classpath*:
appfuse: trunk/web/jsf/src/main/java/org/appfuse/webapp/action/BasePageTestCase.java 2952 history download (+3 -3) diffs

Matt Raible added a comment - 17/Sep/07 08:47 AM
NOTE: removing direct reference to applicationContext-resources.xml causes issues when trying to run jetty:run after appfuse:full-source. Fixed in APF-891.