Coder Social home page Coder Social logo

dulanji1 / osgi-inventory-management-complete-project Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.39 MB

This project regading Inventory Management System. For this project use the OSGi framework and architecture. As well service intercommunication in OSGi Framework, registering services and lifecycle implementation of OSGi bundles.

Java 100.00%
osgi-services webapp

osgi-inventory-management-complete-project's Introduction

OSGi-Inventory-Management-Complete-Project

What is OSGi?

OSGi means Open Services Gateway initiative. OSGi is a framework which allows modular development of applications using java. A Java framework for developing (remotely) deployed service applications that require: • Reliability • Large scale distribution • Wide range of devices • Collaborative • Created through a collaboration of industry leaders • IBM, Ericsson, Nokia, Sony, Telcordia, Samsung, ProSyst, • Gatespace, BenQ, Nortel, Oracle, Sybase, Espial, and many more OSGi containers allow you to break your application into individual modules. (Modules are jar files with additional meta information and called bundles in OSGi terminology).Manage the cross-dependencies between modules. An OSGi framework then offers you dynamic loading/unloading, configuration and control of these bundles - without requiring restarts. Major Framework vendors: ProSyst, Gate space Telematics, IBM, Siemens, Espial Open source implementations: Apache Felix, Eclipse Equinox, Gate space Knopflerfish

OSGi Life Cycle Layer

Bundle is started by the Bundle Activator class. Header in the JAR manifest file refer to this class. Bundle Activator interface has 2 methods • Start: Initialize and return immediate • Stop: Cleanup • The Bundle Activator gets a Bundle Context that provides access to the OSGi Framework functions. The Framework provides the Start Level service to control the start/stop of groups of applications.

Project Introduction

This project regading Inventory Management System. For this project use the OSGi framework and architecture. As well service intercommunication in OSGi Framework, registering services and lifecycle implementation of OSGi bundles.

Class Diagram

Screenshots

osgi-inventory-management-complete-project's People

Contributors

dulanji1 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.