modular « osgi « Java Enterprise Q&A





1. How to make code modular?    stackoverflow.com

I have some Java programs, now I want to find out whether it is modular or not, if it is modular then up to what extent, because modularity can never be ...

2. What OSGi tutorials are there for learning how to build modular Java applications?    stackoverflow.com

What tutorials would you recommend for learning about modular Java with OSGi, and advice on how to write decoupled systems by decomposing them into modules? What level of granularity is right; ...

3. Using OSGi to implement a modular API    stackoverflow.com

We are planning to develop a client side Java API to retrieve stock market data. It is expected to design the API as modular system so that various components can be ...

4. OSGI creating modular web application    stackoverflow.com

I have been looking for a solution to create a modular web application, which is modular in the sense that user can provide its own plugin in form of a simple ...

5. Difference between 'component architecture' and 'modular architecture'    stackoverflow.com

OSGi is a modular architecture, JavaBeans is a component architecture. What's the diff?