VOOZH about

URL: https://www.javacodegeeks.com/tag/osgi/page/2

⇱ OSGi Archives - Page 2 of 3 - Java Code Geeks


  • Core Java👁 Image
    Remon SinnemaDecember 14th, 2012
    1 518

    How to Create Extensible Java Applications

    Many applications benefit from being open to extension. This post describes two ways to implement such extensibility in Java. Extensible…

    Read More »
  • Enterprise Java👁 Image
    Remon SinnemaNovember 19th, 2012
    0 220

    Permissions in OSGi

    In a previous post, we looked at implementing a sandbox for Java applications in which we can securely run mobile…

    Read More »
  • Enterprise Java👁 Image
    Stoyan RachevNovember 15th, 2012
    0 185

    Making Plain Old Java OSGi Compatible

    Although OSGi is increasingly popular in the Java world, there are many Java applications and libraries that have not been…

    Read More »
  • Enterprise Java👁 Image
    Glyn NormingtonAugust 12th, 2012
    0 157

    Extenders: Pattern or Anti-Pattern?

    The extender pattern has become popular in recent years and has even been utilised in OSGi standards such as the…

    Read More »
  • Enterprise Java👁 Image
    Glyn NormingtonJuly 10th, 2012
    0 428

    OSGi case study: a modular vert.x

    OSGi enables Java code to be divided cleanly into modules known as bundles with access to code and resources controlled…

    Read More »
  • Enterprise Java👁 Image
    Mackie MathewJune 22nd, 2012
    0 166

    Servlet Basic Auth in an OSGi environment

    You will first need to get a reference to the OSGI HTTP Service. You can do this through a declarative…

    Read More »
  • Enterprise Java👁 Image
    Christian PostaMay 24th, 2012
    0 269

    Understanding how OSGI bundles get resolved

    I’d like to review how OSGI bundles get resolved and use Apache Karaf to demonstrate. Karaf is a full-featured OSGI…

    Read More »
  • Enterprise Java👁 Image
    Buddhika ChamithMay 22nd, 2012
    0 166

    Learn by Errors : Java + OSGi

    Recently I worked on getting Apache Hive work inside an OSGi environment. While not proving to be a proverbial piece…

    Read More »
  • Enterprise Java👁 Image
    Luis Carlos Moreira da CostaApril 25th, 2012
    3 210

    OSGI – Modularizing your application

    Since I am a big proponent of modularity, low coupling, high cohesion, etc … I believe that this technology is…

    Read More »
  • «
  • 1
  • 2
  • 3
  • »
Back to top button
Close