/[Apache-SVN]
ViewVC logotype

Revision 728732


Jump to revision: Previous Next
Author: hlship
Date: Mon Dec 22 17:44:01 2008 UTC (15 years, 3 months ago)
Changed paths: 81
Log Message:
TAP5-417: Tapestry 5.0 Performance Improvements
- Merge changes from perf branch to 5.0 branch

Changed paths

Path Details
Directorytapestry/tapestry5/branches/5.0/ modified , props changed
Directorytapestry/tapestry5/branches/5.0/pom.xml modified , text changed
Directorytapestry/tapestry5/branches/5.0/quickstart/pom.xml modified , text changed
Directorytapestry/tapestry5/branches/5.0/quickstart/quickstart.iml modified , text changed
Directorytapestry/tapestry5/branches/5.0/quickstart/src/main/resources/archetype-resources/pom.xml modified , text changed
Directorytapestry/tapestry5/branches/5.0/src/site/apt/guide/parameters.apt modified , text changed
Directorytapestry/tapestry5/branches/5.0/src/site/apt/upgrade.apt modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-annotations/pom.xml modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-component-report/pom.xml modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/pom.xml modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Loop.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/dom/AbstractMarkupModel.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/dom/CData.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/dom/Comment.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/dom/Document.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/dom/Element.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/dom/MapHolder.java
(Copied from tapestry/tapestry5/branches/hlship-5.0-perf/tapestry-core/src/main/java/org/apache/tapestry5/dom/MapHolder.java, r728728)
added
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/dom/Node.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/dom/Raw.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/dom/Text.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/InternalComponentResources.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/ParameterAccess.java
(Copied from tapestry/tapestry5/branches/hlship-5.0-perf/tapestry-core/src/main/java/org/apache/tapestry5/internal/ParameterAccess.java, r728728)
added , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/model/MutableComponentModelImpl.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/pageload/
(Copied from tapestry/tapestry5/branches/hlship-5.0-perf/tapestry-core/src/main/java/org/apache/tapestry5/internal/pageload, r728728)
added
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/pageload/CompositeRenderCommand.java
(Copied from tapestry/tapestry5/branches/hlship-5.0-perf/tapestry-core/src/main/java/org/apache/tapestry5/internal/pageload/CompositeRenderCommand.java, r728728)
replaced , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ComponentClassTransformerImpl.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/EnvironmentImpl.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/EnvironmentalAccessImpl.java
(Copied from tapestry/tapestry5/branches/hlship-5.0-perf/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/EnvironmentalAccessImpl.java, r728728)
added
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/EventImpl.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/PageElementFactory.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/PageElementFactoryImpl.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/PageLoaderProcessor.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/PageResponseRendererImpl.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/RenderQueueImpl.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ResponseImpl.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/BlockImpl.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/BodyPageElement.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/CommentPageElement.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/ComponentPageElement.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/ComponentPageElementImpl.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/DTDPageElement.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/ExpansionPageElement.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/InternalComponentResourcesImpl.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/PageElement.java deleted
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/RenderPhaseEventHandler.java
(Copied from tapestry/tapestry5/branches/hlship-5.0-perf/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/RenderPhaseEventHandler.java, r728728)
added
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/StartElementPageElement.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/TextPageElement.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/transform/AbstractIncludeAssetWorker.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/transform/EnvironmentalWorker.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/transform/ParameterWorker.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/transform/RenderPhaseMethodWorker.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/model/ComponentModel.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/model/MutableComponentModel.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/services/Environment.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/services/EnvironmentalAccess.java
(Copied from tapestry/tapestry5/branches/hlship-5.0-perf/tapestry-core/src/main/java/org/apache/tapestry5/services/EnvironmentalAccess.java, r728728)
added , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/main/java/org/apache/tapestry5/services/TransformConstants.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/test/java/org/apache/tapestry5/corelib/components/LoopTest.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/test/java/org/apache/tapestry5/internal/model/MutableComponentModelImplTest.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/test/java/org/apache/tapestry5/internal/pageload/
(Copied from tapestry/tapestry5/branches/hlship-5.0-perf/tapestry-core/src/test/java/org/apache/tapestry5/internal/pageload, r728728)
added
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/test/java/org/apache/tapestry5/internal/pageload/CompositeRenderCommandTest.java
(Copied from tapestry/tapestry5/branches/hlship-5.0-perf/tapestry-core/src/test/java/org/apache/tapestry5/internal/pageload/CompositeRenderCommandTest.java, r728728)
replaced
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/ComponentEventImplTest.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/PageElementFactoryImplTest.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/test/java/org/apache/tapestry5/internal/structure/BlockImplTest.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/test/java/org/apache/tapestry5/internal/structure/ComponentPageElementImplTest.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/test/java/org/apache/tapestry5/internal/structure/ExpansionPageElementImplTest.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/test/java/org/apache/tapestry5/internal/test/InternalBaseTestCase.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/test/java/org/apache/tapestry5/internal/transform/ParameterWorkerTest.java deleted
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/test/java/org/apache/tapestry5/internal/transform/RenderPhaseMethodWorkerTest.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/test/java/org/apache/tapestry5/internal/transform/components/DefaultParameterBindingMethodComponent.java deleted
Directorytapestry/tapestry5/branches/5.0/tapestry-core/src/test/resources/log4j.properties modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-hibernate/pom.xml modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-ioc/pom.xml modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/services/TypeCoercerImpl.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/util/CollectionFactory.java modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-project.ipr modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-spring/pom.xml modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-test/pom.xml modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-tutorial1/pom.xml modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-tutorial1/tutorial1.iml modified , text changed
Directorytapestry/tapestry5/branches/5.0/tapestry-upload/pom.xml modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26