Stephen,

Another general question abt the organization of
projects (in/from CVS). Like for the
jakarta-turbine-fulcrum project ,in the root project
folder there is a seperate for etc component like
pool, crypto etc.

So we have directory structure like

jakarta-turbine-fulcrum/pool/api/src/java/ and below
that we have org.apache.fulcrum.pool package

Similarly for the pool "impl"

But we also have the following structure

jakarta-turbine-fulcrum/src/java/org.apache.fulcrum.pool


I understand the concept of having a subfolder under
jakarta-turbine-fulcrum for each seperate component.

But then why do we have pool classes in the "src"
folder under the projet root.

Why are we placing the packages for the "pool"
component under two different "src" folders i.e one
"src" under the project root and the other one under
the "pool" folder.

You know what I mean.

Thanks

Sonu Vijay




--- Stephen McConnell <[EMAIL PROTECTED]> wrote:
> Sonu Vijay wrote:
> 
> > Ok, that makes sense. But why do Roles still exist
> in
> > API classes/Interfaces. I mean the code 
> > 
> > String ROLE = PoolService.class.getName();
> 
> 
> Legacy from long ago.  It was required by the ECM
> container.  It is not 
> and will not be required or referenced by Merlin. 
> Its still there in 
> the Fulcrum code because its part of a interface
> contract so chances are 
> that someone that is referencing it as a shortcut to
> 
> PoolService.class.getName().
> 
> Stephen.
> 
> -- 
> 
> |------------------------------------------------|
> | Magic by Merlin                                |
> | Production by Avalon                           |
> |                                                |
> | http://avalon.apache.org/merlin                |
> | http://dpml.net/merlin/distributions/latest    |
> |------------------------------------------------|
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to