Log of /portals/pluto/branches/pluto-1.0.2/.classpath
Parent Directory
|
Revision Log
Revision
35826 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jan 8 02:20:17 2004 UTC
(5 years, 10 months ago)
by
taylor
Original Path:
portals/pluto/trunk/.classpath
File length: 964 byte(s)
Diff to
previous 35823
(
colored)
* started documenting Pluto's container interfaces for shared container/portal factories and factory managed interfaces. This should help portal developers get started using Pluto, seeing some javadocs for the factories that the portal is supposed to implement.
* Added a releasePortletInvoker method to the PortletInvokerFactory (and static accesor)
The Pluto container calls a matching release for every get on portlet invoker
This will allow portals to better manage (and possibly pool) all factory objects in Pluto
such as invokers, requests and responses which are created quite frequently
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
35823 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 7 20:41:29 2004 UTC
(5 years, 10 months ago)
by
weaver
Original Path:
portals/pluto/trunk/.classpath
File length: 1019 byte(s)
Diff to
previous 35817
(
colored)
Changes made to fully mavenize the Pluto build.
- Re-arranged the source tree into self contained sub projects
- api: the portlet api
- container: the pluto container
- portal: Pluto portal implementation
- testsuite: the portlets test suite
all structures are laid out like this:
src/java - all java source files
src/resources - all non-java classpath resources
src/webapp - webapp war structure
NOTE: some sub-projects may not have all of directories listed above.
- moved the war directory source into portal/src/webapp
- portlets folder is deprecated, the test suite portlets are now
housed entirely under the testsuite sub-project
- we use maven's reactor capability to build and deploy Pluto in one foul swoop
using maven fullDeployment from the project root directory.
- build/build.xml changed so it can correctly target the new source structure
I did this some people could still use ant, however I would prefer to have
only build approach, that being Maven.
Please see the GETTING-STARTED.html on how to go about building
and deploying Pluto with maven.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.