
OSGi in Practice
by Neil Bartlett
Publisher: GitHub 2009
Number of pages: 313
Description:
Java alone does not support modularity in any useful way. However, Java's great strength is its flexibility, which has allowed a powerful module system to be built on top. That module system is called OSGi. OSGi is nothing more nor less than the way to build modular applications in Java.
Download or read it online for free here:
Download link
(3.3MB, PDF)
Similar books
Maven by Exampleby Tim O'Brien, at al. - Sonatype, Inc.
This work is the first attempt at a comprehensive title on Maven. It builds upon the combined experience and work of the authors of all previous Maven titles, and you should view it as the first edition in a long line of updates to follow.
(21683 views)
Java AWT Referenceby John Zukowski - O'Reilly
This book provides complete documentation on the Abstract Window Toolkit (AWT), a collection of classes for building graphical user interfaces in Java. With AWT, you can create windows, draw, work with images, use components like buttons, etc.
(20242 views)
Java Look and Feel Design Guidelines, 2nd Editionby Sun Microsystems Inc. - Addison-Wesley Professional
The 2nd edition provides information for anyone involved in creating graphical user interface applications and applets in Java. New sections discuss the use of badges in button graphics, smooth interaction, and revised standards for window titles.
(19624 views)
Naked Objectsby Richard Pawson, Robert Matthews - Wiley
Naked Objects for Java is an application development framework, designed to let you rapidly develop domain-driven business applications. The aim of this book is to introduce you to the concept of designing business systems from naked objects.
(12784 views)