Apache Karaf Cookbook
eBook - ePub

Apache Karaf Cookbook

Achim Nierbeck, Jamie Goodyear, Johan Edstrom, Heath Kesler

Buch teilen
  1. 260 Seiten
  2. English
  3. ePUB (handyfreundlich)
  4. Über iOS und Android verfügbar
eBook - ePub

Apache Karaf Cookbook

Achim Nierbeck, Jamie Goodyear, Johan Edstrom, Heath Kesler

Angaben zum Buch
Buchvorschau
Inhaltsverzeichnis
Quellenangaben

Über dieses Buch

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.

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist Apache Karaf Cookbook als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu Apache Karaf Cookbook von Achim Nierbeck, Jamie Goodyear, Johan Edstrom, Heath Kesler im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Computer Science & Application Development. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

Information

Jahr
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...

Inhaltsverzeichnis