"《OSGi 實戰》(OSGi in Action: Creating Modular Applications in Java)英文文字版/更新源代碼[PDF]"介紹
中文名: OSGi 實戰
原名: OSGi in Action: Creating Modular Applications in Java
作者: Richard S. Hall
Karl Pauls
Stuart McCulloch
David Savage
圖書分類: 軟件
資源格式: PDF
版本: 英文文字版/更新源代碼
出版社: Manning
書號: 1933988916
發行時間: 2011年04月
地區: 美國
語言: 英文
簡介:
內容介紹:OSGi is a Java-based framework for creating applications as a set of interconnected modules. OSGi lets you install, start, stop, update, or uninstall modules at execution time without taking down your entire system. It's the backbone of the Eclipse plugin system, as well as many Java EE containers, such as GlassFish, Geronimo, and WebSphere.
OSGi in Action provides a clear introduction to OSGi concepts with examples that are relevant both for architects and developers. You'll start with the central ideas of OSGi: bundles, module lifecycles, and interaction among application components. With the core concepts well in hand, you'll explore numerous application scenarios and techniques. You'll learn how to migrate legacy systems to OSGi and how to test, debug, and manage applications.
內容截圖: 目錄:
Part 1 Introducing OSGi: modularity, lifecycle, and services
1 OSGi revealed
2 Mastering modularity
3 Learning lifecycle
4 Studying services
5 Delving deeper into modularity
Part 2 OSGi in practice
6 Moving toward bundles
7 Testing applications
8 Debugging applications
9 Managing bundles
10 Managing applications
Part 3 Advanced topics
11 Component models and frameworks
12 Advanced component frameworks
13 Launching and embedding an OSGi framework
14 Securing your applications
15 Web applications and web services
appendix A Building bundles
appendix B OSGi standard services