You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2006/12/06 02:09:07 UTC

svn commit: r482857 - /geronimo/server/branches/1.2/modules/geronimo-test-ddbean/src/site/apt/index.apt

Author: djencks
Date: Tue Dec  5 17:09:04 2006
New Revision: 482857

URL: http://svn.apache.org/viewvc?view=rev&rev=482857
Log:
explain this module a tiny bit since I can never remember what it's for

Added:
    geronimo/server/branches/1.2/modules/geronimo-test-ddbean/src/site/apt/index.apt

Added: geronimo/server/branches/1.2/modules/geronimo-test-ddbean/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/modules/geronimo-test-ddbean/src/site/apt/index.apt?view=auto&rev=482857
==============================================================================
--- geronimo/server/branches/1.2/modules/geronimo-test-ddbean/src/site/apt/index.apt (added)
+++ geronimo/server/branches/1.2/modules/geronimo-test-ddbean/src/site/apt/index.apt Tue Dec  5 17:09:04 2006
@@ -0,0 +1,10 @@
+geronimo-test-ddbean
+
+ A jsr-88 client that lets you edit spec deployment descriptors and vendor plans has to
+ supply DDBeans to allow programatic access to the spec deployment descriptors.  Geronimo doesn't include
+ any such editors but we do include some DConfigBeans for our plans.  Some of these need to traverse the
+ spec deployment descriptors and we also have some tests that require DDBeans.  geronimo-test-ddbeans contains
+ a simple implementation of DDBeans to support these scenarios.
+
+ The DDBeans in this module allow access to the spec deployment descriptors.
+ Do not confuse these with the DConfigBeans that allow access to geronimo plans.
\ No newline at end of file