Apache Karaf Cookbook
eBook - ePub

Apache Karaf Cookbook

Achim Nierbeck, Jamie Goodyear, Johan Edstrom, Heath Kesler

Partager le livre
  1. 260 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

Apache Karaf Cookbook

Achim Nierbeck, Jamie Goodyear, Johan Edstrom, Heath Kesler

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

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.

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que Apache Karaf Cookbook est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  Apache Karaf Cookbook par Achim Nierbeck, Jamie Goodyear, Johan Edstrom, Heath Kesler en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Computer Science et Application Development. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Année
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...

Table des matiĂšres