null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

OSGi in Depth

List Price: $75.00
SKU:
9781935182177
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Alexandre de Castro Alves
    Format:
    Paperback
    Pages:
    392
    Publisher:
    Manning (December 24, 2011)
    Language:
    English
    ISBN-13:
    9781935182177
    ISBN-10:
    193518217X
    Weight:
    24oz
    Dimensions:
    7.38" x 9.25" x 0.9"
    File:
    Eloquence-SimonSchuster_06032026_P10163223_onix30_Complete-20260603.xml
    Folder:
    Eloquence
    List Price:
    $75.00
    Case Pack:
    24
    As low as:
    $67.50
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Summary

    OSGi in Depth shows Java developers how to develop to the OSGi Service Platform Enterprise specification, an emerging Java-based technology for developing modular enterprise applications.
    About the Technology
    OSGi is a mature framework for developing modular Java applications. Because of its unique architecture, you can modify, add, remove, start, and stop parts of an application without taking down the whole system. You get a lot of benefit by mastering the basics, but OSGi really pays off when you dig in a little deeper.
    About this Book
    OSGi in Depth presents practical techniques for implementing OSGi, including enterprise services such as management, configuration, event handling, and software component models. You'll learn to custom-tailor the OSGi platform, which is itself modular, and discover how to pick and choose services to create domain-specific frameworks for your business. Also, this book shows how you can use OSGi with existing JEE services, such as JNDI and JTA.

    Written for Java developers who already know the basics, OSGi in Depth picks up where OSGi in Action leaves off.

    Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
    What's Inside
    • Deep dives into modularization, implementation decoupling, and class-loading
    • Practical techniques for using JEE services
    • Customizing OSGi for specific business domains

    ========================================​=====

    Table of Contents

    1. OSGi as a new platform for application development
    2. An OSGi framework primer
    3. The auction application: an OSGi case study
    4. In-depth look at bundles and services
    5. Configuring OSGi applications
    6. A world of events
    7. The persistence bundle
    8. Transactions and containers
    9. Blending OSGi and Java EE using JNDI
    10. Remote services and the cloud
    11. Launching OSGi using start levels
    12. Managing with JMX
    13. Putting it all together by extending Blueprint