KatsunoriNakamura / oauth

Automatically exported from code.google.com/p/oauth
0 stars 0 forks source link

[java] split package syndrom #234

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is a design issue.

The java libraries cannot be directly converted to osgi bundles as they have 
classes in the same packages.

http://wiki.osgi.org/wiki/Split_Packages
http://stackoverflow.com/questions/406247/split-packages-in-plain-java

Besides this, there are no other obvious limitations to using these libraries 
in an OSGi evironment.

Original issue reported on code.google.com by rotty3...@gmail.com on 27 Nov 2012 at 9:16