Apache Karaf Cookbook
eBook - ePub

Apache Karaf Cookbook

Achim Nierbeck, Jamie Goodyear, Johan Edstrom, Heath Kesler

Condividi libro
  1. 260 pagine
  2. English
  3. ePUB (disponibile sull'app)
  4. Disponibile su iOS e Android
eBook - ePub

Apache Karaf Cookbook

Achim Nierbeck, Jamie Goodyear, Johan Edstrom, Heath Kesler

Dettagli del libro
Anteprima del libro
Indice dei contenuti
Citazioni

Informazioni sul libro

Apache Karaf is more than just an OSGi-based runtime container; it's an ecosystem of open source technologies that makes operating and managing applications easier.

This book starts by covering how to make your deployment more production ready, and then covers many of the most popular Service Oriented Architecture projects that you can integrate into Karaf – these are some of the most sought after developer skills in modern enterprises. The book also delves into transforming Karaf into a JSP host, distributing containers using Apache Karaf Cellar, and providing persistence to your applications. Finally, you'll explore the world of Big Data with Apache Cassandra and Hadoop, setting the stage for your Karaf deployment to handle today's large datasets.

Domande frequenti

Come faccio ad annullare l'abbonamento?
È semplicissimo: basta accedere alla sezione Account nelle Impostazioni e cliccare su "Annulla abbonamento". Dopo la cancellazione, l'abbonamento rimarrà attivo per il periodo rimanente già pagato. Per maggiori informazioni, clicca qui
È possibile scaricare libri? Se sì, come?
Al momento è possibile scaricare tramite l'app tutti i nostri libri ePub mobile-friendly. Anche la maggior parte dei nostri PDF è scaricabile e stiamo lavorando per rendere disponibile quanto prima il download di tutti gli altri file. Per maggiori informazioni, clicca qui
Che differenza c'è tra i piani?
Entrambi i piani ti danno accesso illimitato alla libreria e a tutte le funzionalità di Perlego. Le uniche differenze sono il prezzo e il periodo di abbonamento: con il piano annuale risparmierai circa il 30% rispetto a 12 rate con quello mensile.
Cos'è Perlego?
Perlego è un servizio di abbonamento a testi accademici, che ti permette di accedere a un'intera libreria online a un prezzo inferiore rispetto a quello che pagheresti per acquistare un singolo libro al mese. Con oltre 1 milione di testi suddivisi in più di 1.000 categorie, troverai sicuramente ciò che fa per te! Per maggiori informazioni, clicca qui.
Perlego supporta la sintesi vocale?
Cerca l'icona Sintesi vocale nel prossimo libro che leggerai per verificare se è possibile riprodurre l'audio. Questo strumento permette di leggere il testo a voce alta, evidenziandolo man mano che la lettura procede. Puoi aumentare o diminuire la velocità della sintesi vocale, oppure sospendere la riproduzione. Per maggiori informazioni, clicca qui.
Apache Karaf Cookbook è disponibile online in formato PDF/ePub?
Sì, puoi accedere a Apache Karaf Cookbook di Achim Nierbeck, Jamie Goodyear, Johan Edstrom, Heath Kesler in formato PDF e/o ePub, così come ad altri libri molto apprezzati nelle sezioni relative a Computer Science e Application Development. Scopri oltre 1 milione di libri disponibili nel nostro catalogo.

Informazioni

Anno
2014
ISBN
9781783985081

Apache Karaf Cookbook


Table of Contents

Apache Karaf Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why Subscribe?
Free Access for Packt account holders
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Downloading the example code
Errata
Piracy
Questions
1. Apache Karaf for System Builders
Introduction
Configuring production-ready logging in Apache Karaf
How to do it…
How it works…
There's more…
See also
Creating our own custom Karaf command using a Maven archetype
Getting ready
How to do it…
How it works…
There's more…
See also
Branding the Apache Karaf console
Getting ready
How to do it…
How it works…
There's more…
Deploying applications as a feature
Getting ready
How to do it…
How it works…
There's more…
See also
Using JMX to monitor and administer Apache Karaf
Getting ready
How to do it…
Reconfiguring SSH access to Apache Karaf
Getting ready
How to do it…
There's more…
Installing Apache Karaf as a service
Getting ready
How to do it…
How it works…
See also
Setting up Apache Karaf for high availability
Getting ready
How to do it…
How it works…
There's more…
2. Making Smart Routers with Apache Camel
Introduction
Installing Apache Camel modules into Apache Karaf
Getting ready
How to do it…
How it works…
See also
Listing Camel Contexts in Karaf
Getting ready
How to do it…
How it works…
There's more…
See also
Displaying Camel Context information in Karaf
Getting ready
How to do it…
How it works…
See also
Starting and stopping Camel Contexts in Karaf
Getting ready
How to do it…
How it works…
See also
Listing routes in Karaf
Getting ready
How to do it…
How it works…
See also
Displaying route information in Karaf
Getting ready
How to do it…
How it works…
See also
Starting, stopping, suspending, and resuming routes in Karaf
Getting ready
How to do it…
How it works…
See also
Listing endpoints in Karaf
Getting ready
How to do it…
How it works…
See also
Making a pure Java-based Camel Router for deployment in Karaf
Getting ready
How to do it…
How it works…
See also
Creating a Blueprint-based Camel Router for deployment in Karaf
Getting ready
How to do it…
How it works…
There's more…
See also
Adding Configuration Admin to a Blueprint-based Camel Router
Getting ready
How to do it…
How it works…
See also
Creating a managed service factory implementation of a Camel Router
Getting ready
How to do it…
How it works…
See also
3. Deploying a Message Broker with Apache ActiveMQ
Introduction
Installing Apache ActiveMQ modules into Apache Karaf
How to do it…
How it works…
Using the ActiveMQ query command
Getting ready
How to do it…
How it works…
See also
Using the ActiveMQ list command
Getting ready
How to do it…
How it works…
See also
Using the ActiveMQ dstat command
Getting ready
How to do it…
How it works…
See also
Using the ActiveMQ purge command
Getting ready
How to do it…
How it works…
See also
Using the JMS connection factory commands
Getting ready
How to do it…
How it works…
See also
Using the JMS send command
Getting ready
How to do it…
How it works…
See also
Using the JMS browse command
Getting ready
How to do it…
How it works…
Configuring and deploying a master/slave broker with Apache Karaf
Getting ready
How to do it…
How it works…
See also
Configuring and deploying a Network of Brokers with Apache Karaf
Getting ready
How to do it…
How it works…
There's more…
See also
4. Hosting a Web Server with Pax Web
Introduction
Installing Pax modules in Apache Karaf
How to do it…
How it works…
See also
Installing extended Http Service in Apache Karaf
How to do it…
How it works…
See also
Configuring Pax Web modules deployed in Apache Karaf
How to do it…
How it works…
There's more…
How it works…
Building a Http Service project to host in Apache Karaf
Getting ready
How to do it…
How it works…
See also
Building a Http Service with the Whiteboard pattern in Apache Karaf
How to do it…
Registering error pages
Defining error page mapping
Registering a welcome page
Register JSPs
How it works...
Building an application with custom HttpContext with Apache Karaf
Getting ready
How to do it…
There's more…
Building a standard web project to host in Apache Karaf
Getting ready
How to do it…
How it works…
There's more…
Configuring security for a web application in Apache Karaf
Getting ready
How to do it…
How it works…
There's more…
Binding a web project to a specific host in Apache Karaf
Getting ready
How to do it…
How it works…
There's more…
Building a Servlet 3.0 annotated web application with Apache Karaf
Getting ready
How to do it…
There's more…
How it works…
Creating a CDI web application with Apache Karaf
Getting ready
How to do it…
How it works…
See also
5. Hosting Web Services with Apache CXF
Introduction
Installing Apache CXF modules in Apache Karaf
How to do it…
How it works…
See also
Using the CXF list-endpoints command
Getting ready
How to do it…
How it works…
See also
Using the CXF stop and start commands
Getting ready
How to do it…
How it works…
See also
Building and deploying a RESTful service in Karaf
Getting ready
How to do it…
How it works…
See also
Building and deploying a Camel CXF web service in Karaf
Getting ready
How to do it…
How it works…
See also
6. Distributing a Clustered Container with Apache Karaf Cellar
Introduction
Installing Apache Karaf Cellar modules in Apache Karaf
How to do it…
How it works…
Using Apache Karaf Cellar commands
Getting ready
How to do it…
Group commands
The node commands
Cluster configuration c...

Indice dei contenuti