Which classes did you change and is this mostly an additive feature?
-dain
-- Dain Sundstrom Chief Architect Gluecode Software 310.536.8355, ext. 26
On Jan 3, 2005, at 1:53 PM, David Jencks wrote:
On the plane yesterday I started working on this stuff and think I'm close to having some parts working. I'm wondering if I should commit them or wait for a more complete implementation.
In the interests of not completely breaking backwards compatibility I currently have stuff like this:
<gbean name="domain:key1=value1" class=...
or
<gbean namePart="ConnectorBuilder" type="ModuleBuilder" class="org.apache.geronimo.connector.deployment.ConnectorModuleBuilder" >
resulting in an object name of
geronimo.server:J2EEApplication=null,J2EEModule=org/apache/geronimo/ J2EEDeployer,J2EEServer=geronimo,j2eeType=ModuleBuilder,name=ConnectorB uilder
As you can see, the names get longer but somewhat more systematic.
My guess is that I can get this much to work soon, but won't have time to implement the other parts for a while.
Opinions? Votes?
thanks david jencks
