You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Jason van Zyl <jv...@zenplex.com> on 2002/04/12 14:01:45 UTC

Dissolution of Stratum

Hi,

This weekend I plan to get rid of stratum as originally intended so
here's what I would like to do:

1. Move 'configuration' package to the commons.

2. Move the 'resources' package to the commons.

3. Move 'mapper' to commons and get rid of 'introspector' package as I
can use beanutils now for invoking specific methods.

4. Create a new jakarta-turbine-component repository where we will put
the 'component' and lifecycle packages. We've got an OJB component, a
log4j component and a JCS component that can be placed in there to start
and I going to play around with some JMX instrumentation. These will be
components that can be used in both t2 and t3 and provide a great way to
make the transition easier and unify development.

If there are no objections I will start and finish this on the weekend.

-- 
jvz.

Jason van Zyl
jvanzyl@apache.org

http://tambora.zenplex.org


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Dissolution of Stratum

Posted by Scott Tavares <st...@cox.net>.
What's the status on this? I'm trying to do a maven build and after doing a
maven:update-jars then a maven:jar I get the following error:


[javac]
C:\MyDocuments\dev-projects\jakarta-turbine-3\src\java\org\apache\turbine\se
rvices\pull\TurbinePullService.java:312: incompatible types
[javac] found   : org.apache.stratum.configuration.Configuration
[javac] required: org.apache.commons.configuration.Configuration
[javac]         Configuration toolResources =
getConfiguration().subset(keyPrefix);
[javac]                                                                ^

TIA

-ScottTavares-

----- Original Message -----
From: "Jason van Zyl" <jv...@zenplex.com>
To: <tu...@jakarta.apache.org>
Sent: Friday, April 12, 2002 8:01 AM
Subject: Dissolution of Stratum


> Hi,
>
> This weekend I plan to get rid of stratum as originally intended so
> here's what I would like to do:
>
> 1. Move 'configuration' package to the commons.
>
> 2. Move the 'resources' package to the commons.
>
> 3. Move 'mapper' to commons and get rid of 'introspector' package as I
> can use beanutils now for invoking specific methods.
>
> 4. Create a new jakarta-turbine-component repository where we will put
> the 'component' and lifecycle packages. We've got an OJB component, a
> log4j component and a JCS component that can be placed in there to start
> and I going to play around with some JMX instrumentation. These will be
> components that can be used in both t2 and t3 and provide a great way to
> make the transition easier and unify development.
>
> If there are no objections I will start and finish this on the weekend.
>
> --
> jvz.
>
> Jason van Zyl
> jvanzyl@apache.org
>
> http://tambora.zenplex.org
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Dissolution of Stratum

Posted by Martin Poeschl <mp...@marmot.at>.
Jason van Zyl wrote:
> Hi,
> 
> This weekend I plan to get rid of stratum as originally intended so
> here's what I would like to do:
> 
> 1. Move 'configuration' package to the commons.
> 
> 2. Move the 'resources' package to the commons.
> 
> 3. Move 'mapper' to commons and get rid of 'introspector' package as I
> can use beanutils now for invoking specific methods.
> 
> 4. Create a new jakarta-turbine-component repository where we will put
> the 'component' and lifecycle packages. We've got an OJB component, a
> log4j component and a JCS component that can be placed in there to start
> and I going to play around with some JMX instrumentation. These will be
> components that can be used in both t2 and t3 and provide a great way to
> make the transition easier and unify development.
> 
> If there are no objections I will start and finish this on the weekend.
> 

+1


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Dissolution of Stratum

Posted by Daniel Rall <dl...@finemaltcoding.com>.
Jason van Zyl <jv...@zenplex.com> writes:

> Hi,
>
> This weekend I plan to get rid of stratum as originally intended so
> here's what I would like to do:
>
> 1. Move 'configuration' package to the commons.
>
> 2. Move the 'resources' package to the commons.
>
> 3. Move 'mapper' to commons and get rid of 'introspector' package as I
> can use beanutils now for invoking specific methods.
>
> 4. Create a new jakarta-turbine-component repository where we will put
> the 'component' and lifecycle packages. We've got an OJB component, a
> log4j component and a JCS component that can be placed in there to start
> and I going to play around with some JMX instrumentation. These will be
> components that can be used in both t2 and t3 and provide a great way to
> make the transition easier and unify development.
>
> If there are no objections I will start and finish this on the weekend.

Good bye and good riddance.  ;)
But seriously, it served its purpose.  +1

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Dissolution of Stratum

Posted by Kurt Schrader <ks...@engin.umich.edu>.

On 12 Apr 2002, Jason van Zyl wrote:

> This weekend I plan to get rid of stratum as originally intended so
> here's what I would like to do:
>
> 1. Move 'configuration' package to the commons.
>
> 2. Move the 'resources' package to the commons.
>
> 3. Move 'mapper' to commons and get rid of 'introspector' package as I
> can use beanutils now for invoking specific methods.
>
> 4. Create a new jakarta-turbine-component repository where we will put
> the 'component' and lifecycle packages. We've got an OJB component, a
> log4j component and a JCS component that can be placed in there to start
> and I going to play around with some JMX instrumentation. These will be
> components that can be used in both t2 and t3 and provide a great way to
> make the transition easier and unify development.

+1

-Kurt


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>