Author: dlouzan
Date: Mon Dec 5 02:20:20 2005
New Revision: 354038
URL: http://svn.apache.org/viewcvs?rev=354038&view=rev
Log:
Resolves WSRP4J-78.
Added:
portals/wsrp4j/trunk/sandbox/wsrp4j/WHATWHERE.txt
Added: portals/wsrp4j/trunk/sandbox/wsrp4j/WHATWHERE.txt
URL:
http://svn.apache.org/viewcvs/portals/wsrp4j/trunk/sandbox/wsrp4j/WHATWHERE.txt?rev=354038&view=auto
==============================================================================
--- portals/wsrp4j/trunk/sandbox/wsrp4j/WHATWHERE.txt (added)
+++ portals/wsrp4j/trunk/sandbox/wsrp4j/WHATWHERE.txt Mon Dec 5 02:20:20 2005
@@ -0,0 +1,51 @@
+# Copyright 2003-2005 The Apache Software Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+This documents the directory structure of the wsrp4j sandbox.
+
+sandbox/wsrp4j/
+ commons/
+ Common code.
+
+ commons-consumer/
+ Common code to any consumer implementation.
+ Depends on commons.
+ commons-producer/
+ Common code to any producer implementation.
+ Depends on commons.
+
+ persistence-xml/
+ XML mapping persistence implementation.
+ Depends on commons, commons-producer and commons-consumer.
+
+ consumer/
+ JSR-168 portlet consumer implementation.
+ Depends on commons, commons-consumer and persistence-xml.
+
+ consumer-swingconsumer/
+ Java Swing application consumer implementation.
+ Depends on commons, commons-consumer and persistence-xml.
+
+ producer-axis/
+ Axis-based producer implementation.
+ Depends on commons, commons-producer and persistence-xml.
+
+ testportlet/
+ JSR-168 test portlet.
+
+ etc/
+ Miscellaneous configuration for all modules.
+
+ site/
+ WSRP4J site documentation.
\ No newline at end of file