Results 1 to 3 of 3

Thread: best practices how to resolve split-packages fro 3rd party libs?

  1. #1
    Join Date
    Oct 2008
    Posts
    0

    Default best practices how to resolve split-packages fro 3rd party libs?

    thx

  2. #2
    Join Date
    Oct 2008
    Posts
    493

    Default best practices how to resolve split-packages fro 3rd party libs?

    Hi,

    The solution that we've generally used in the SpringSource bundle repository is to use fragments. E.g. both the Hibernate annotations bundle (http://tinyurl.com/4pdy2r) and the core Hibernate bundle (http://tinyurl.com/4x6fxf) export the org.hibernate package, so the Hibernate annotations bundle is defined as a fragment of the core Hibernate bundle. Here's the relevant header from the annotation bundle's manifest:

    Fragment-Host: com.springsource.org.hibernate

    - Andy

  3. #3
    Join Date
    Oct 2008
    Posts
    0

    Default best practices how to resolve split-packages fro 3rd party libs?

    thank you very much.
    m

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •