You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Glen Daniels <gl...@thoughtcraft.com> on 2004/12/20 15:32:49 UTC

[Axis2] Package structure

I'd like to propose moving away from org.apache.axis.impl in the 
prototype, and instead putting implementations next to or below the 
interfaces they implement.  I.e. instead of 
org.apache.axis.impl.engine.EngineRegistryImpl, have 
org.apache.axis.engine.EngineRegistryImpl or 
org.apache.axis.engine.impl.EngineRegistryImpl.  Doing it the way it is 
now causes two virtual hierarchies, which I at least find less 
convenient to navigate.

Thoughts?

--Glen