> Split packages are bad. Don't do it!
> 
> Interfaces in one package, implementation in another.

Absolutely true. Not only that split packages will only cause you trouble and 
force you into legacies like Require-Bundle, also think about what you really 
want to achieve: you want to share the interfaces but not the implementations. 
So why would you want to put them into the same package? 

Cheers, 

Jan.

--------------------------------------------------------
MSc Jan S. Rellermeyer
Systems Group, Department of Computer Science, ETH Zurich 
CAB E 78, Universitaetstrasse 6, CH-8092 Zürich, Switzerland
http://www.systems.ethz.ch
------------------------------------------------------------ 



_______________________________________________
OSGi Developer Mail List
[email protected]
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to