Skip to Content.
Sympa Menu

notify-dpml - r1079 - trunk/main/planet/http

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1079 - trunk/main/planet/http
  • Date: Mon, 13 Feb 2006 01:12:43 +0100

Author: mcconnell
Date: 2006-02-13 01:12:05 +0100 (Mon, 13 Feb 2006)
New Revision: 1079

Added:
trunk/main/planet/http/impl/
Removed:
trunk/main/planet/http/server/
Modified:
trunk/main/planet/http/README.TXT
trunk/main/planet/http/module.xml
Log:
move http/server to http/impl in prep for separate server package

Modified: trunk/main/planet/http/README.TXT
===================================================================
--- trunk/main/planet/http/README.TXT 2006-02-13 00:06:17 UTC (rev 1078)
+++ trunk/main/planet/http/README.TXT 2006-02-13 00:12:05 UTC (rev 1079)
@@ -4,16 +4,19 @@

Projects defined here include:

- war - an example war file creation project
-
- server - the server project contains the primary HTTP server class
- net.dpml.web.server.Server which is an extension of the
+ impl - the server impl project contains the primary HTTP server
+ class net.dpml.web.server.Server which is an extension of the
Jetty 6.X Server implemetnation. The DPML implementation
extends the Jetty class to support Context IOC together with
a collection of Jetty related components usable as part of
a server definition (including http context types and
content handlers for static content, servlets, and web-apps).

+ war - an example war file creation project
+
+ server - an example server configuration prepared as a resolvable
+ part artifact
+
test - project used to test deployment of the server which is
preconfigured to use the example war artifact


Copied: trunk/main/planet/http/impl (from rev 1078,
trunk/main/planet/http/server)

Modified: trunk/main/planet/http/module.xml
===================================================================
--- trunk/main/planet/http/module.xml 2006-02-13 00:06:17 UTC (rev 1078)
+++ trunk/main/planet/http/module.xml 2006-02-13 00:12:05 UTC (rev 1079)
@@ -16,7 +16,7 @@
</dependencies>
</project>

- <project name="dpml-http-server" basedir="server">
+ <project name="dpml-http-impl" basedir="impl">
<types>
<type id="jar"/>
<type id="part" alias="true"/>
@@ -48,7 +48,7 @@
<property name="project.test.fork" value="true"/>
</properties>
<dependencies scope="build">
- <include key="dpml-http-server"/>
+ <include key="dpml-http-impl"/>
</dependencies>
<dependencies scope="test">
<include ref="dpml/metro/dpml-metro-model"/>




  • r1079 - trunk/main/planet/http, mcconnell at BerliOS, 02/12/2006

Archive powered by MHonArc 2.6.24.

Top of Page