bndtools 101 - n bartlett

20
Bndtools 101 Getting Started with OSGi Development

Upload: mfrancis

Post on 25-Dec-2014

576 views

Category:

Technology


0 download

DESCRIPTION

Bndtools is the easy, powerful IDE for developing OSGi bundles and applications. Its powerful features include automated semantic versioning, advanced requirement resolution against repositories, and an extremely fast build-run development lifecycle. As a result, Bndtools is rapidly being adopted by OSGi developers, including the OSGi Alliance itself. However, as with any tool, it can tricky to get started when faced with a completely blank workspace. In this talk, I will walk through an example of building a simple OSGi-based application from scratch using Bndtools. Along the way I will highlight how Bndtools and OSGi work together to ensure that the application is robust, modular and reusable. Bio: Neil Bartlett is a consultant, trainer and developer who has been working with OSGi for nearly 10 years. He is the founder and principal developer of Bndtools, the leading IDE for OSGi. Neil works for Paremus in London.

TRANSCRIPT

Page 1: Bndtools 101 - N Bartlett

Bndtools 101Getting Started with OSGi Development

Page 2: Bndtools 101 - N Bartlett

– Many Java Developers

“Why Use OSGi?”

Page 3: Bndtools 101 - N Bartlett

OSGi is From the Future

• Microservices since 1998

• Continuous delivery since 1999

• Software component repositories since 2003

• Runtime resolve/assemble since 2005

image credit: Sam Howzit (flickr.com/photos/aloha75/)

Page 4: Bndtools 101 - N Bartlett

Why Aren’t We All Using It?

• Steep Learning Curve…?

• Complexity…?

• Weak Tools…?

Page 5: Bndtools 101 - N Bartlett

Famous Dude

• “Things should be as simple as possible, but no simpler”

Page 6: Bndtools 101 - N Bartlett

Actually He Said…

• “It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience.”

Page 7: Bndtools 101 - N Bartlett

Inherent vs Accidental Complexity

Page 8: Bndtools 101 - N Bartlett

OSGi Really Is “As Simple as Possible”

Holy Sh*t We Needed Better

Tools!

image credit: Uwe Schwarzbach (flickr.com/photos/uwebkk/)

Page 9: Bndtools 101 - N Bartlett

Bndtools “One tool to bnd them all”

Page 10: Bndtools 101 - N Bartlett

0. Initial Setup

• Create Workspace Config

• Setup Repository

image credit: Germán Poo-Caamaño (flickr.com/photos/gpoo/)

Page 11: Bndtools 101 - N Bartlett

1. Define API

• Blog

• BlogListener

• Baseline

• Release

image credit: Jessica Spengler (flickr.com/photos/wordridden/)

Page 12: Bndtools 101 - N Bartlett

2. Create Provider

• Add blog.api to build path.

• Add MongoDB client from JPM.

Page 13: Bndtools 101 - N Bartlett

3. Run It!

• Add blog.provider to Run Requirements

• Resolve and Run

image credit: Dru Bloomfield (flickr.com/photos/athomeinscottsdale/)

Page 14: Bndtools 101 - N Bartlett

4. Create Consumer

• Add blog.api and servlet 2.5 API to build path

• Publish Servlet service

• Add service property: alias=/blog

• Add HTTP whiteboard & event admin to Run Requirements

image credit: epSos .de (flickr.com/photos/epsos/)

Page 15: Bndtools 101 - N Bartlett

5. Evolve the API

• Add deleteEntry() method to Blog

• Fix the baselining errors

• Release

Page 16: Bndtools 101 - N Bartlett

6. Package and Ship It

• Export as standalone JAR

• Run from bash

image credit: Glyn Lowe Photoworks. (flickr.com/photos/glynlowe/)

Page 17: Bndtools 101 - N Bartlett

What Did We Make?

BlogProvider

BlogConsumer

(REST)

Jetty

HTTPWhiteboard

Blog

Servlet

HttpService

Page 18: Bndtools 101 - N Bartlett

What Did We Make?

• A modular, dynamically assembled, type-safe, versioned microservice.

• … in 45 minutes (give or take)

Page 19: Bndtools 101 - N Bartlett

Over to You

• Bndtools 2.4 M1 Just Released: bndtools.org

• Demo Sources: github.com/bndtools/101

NEW

Page 20: Bndtools 101 - N Bartlett

Thanks!

The Bndtools Team, Working Hard(ly)