Take me back to OSGi/GlassFish Wiki Home

This page provides links to various blogs and samples that we think are useful for hybrid application developers. If you find a useful article missing, either add it if you have permission or let me (Sahoo) know. Some blogs and samples are experimental in nature, so you may find the content obsoleted, but concepts remain same. This page augments our application developer guide.

  1. Modularising enterprise Java apps using OSGi
  2. Highly recommended - Eclipse Tutorial - A multi-part screencast (youtube video) for developing OSGi enabled Java EE applications (aka hybrid applications) using Eclipse & GlassFish
  3. Highly recommended - NetBeans Tutorial - A multi-part screencast (youtube video) for developing OSGi enabled Java EE applications (aka hybrid applications) using NetBeans & GlassFish
  4. Highly recommended - Dependency Injection/OSGi/CDI
  5. Hybrid (OSGi + Java EE) applications in GlassFish
  6. Hybrid (OSGi + Java EE) EJB app - Web/EJB/JPA sample - shows EJBs as OSGi Service
  7. Running GlassFish on other OSGi frameworks
  8. Managing OSGi bundles in GlassFish - asadmin, telnet console, web console, file system, REST, osgish
  9. Using autodeploy dir to deploy OSGi bundles
  10. Telnet to GlassFish
  11. Developing OSGi bundles in Eclipse and deploying in GlassFish
  12. Developing OSGi bundles in Eclipse and deploying in GlassFish
  13. Embedding GlassFish on Equinox (out-dated - new blog required)
  14. Embedding GlassFish on existing OSGi runtime (out-dated - new blog required)
  15. Using dynamic OSGi service on GlassFish
  16. OSGi/JMS/MDB Sample
  17. OSGi/JAX-WS Sample
  18. Yet another OSGi/JAX-WS sample
  19. Relationship between HK2 and OSGi in GlassFish
  20. Packaging JPA classes into multiple OSGi bundles
  21. Embedding OSGi Framework in a Java Program by Neil Bartlett