Apache Karaf Cookbook
eBook - ePub

Apache Karaf Cookbook

Achim Nierbeck, Jamie Goodyear, Johan Edstrom, Heath Kesler

Compartir libro
  1. 260 páginas
  2. English
  3. ePUB (apto para móviles)
  4. Disponible en iOS y Android
eBook - ePub

Apache Karaf Cookbook

Achim Nierbeck, Jamie Goodyear, Johan Edstrom, Heath Kesler

Detalles del libro
Vista previa del libro
Índice
Citas

Información del 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.

Preguntas frecuentes

¿Cómo cancelo mi suscripción?
Simplemente, dirígete a la sección ajustes de la cuenta y haz clic en «Cancelar suscripción». Así de sencillo. Después de cancelar tu suscripción, esta permanecerá activa el tiempo restante que hayas pagado. Obtén más información aquí.
¿Cómo descargo los libros?
Por el momento, todos nuestros libros ePub adaptables a dispositivos móviles se pueden descargar a través de la aplicación. La mayor parte de nuestros PDF también se puede descargar y ya estamos trabajando para que el resto también sea descargable. Obtén más información aquí.
¿En qué se diferencian los planes de precios?
Ambos planes te permiten acceder por completo a la biblioteca y a todas las funciones de Perlego. Las únicas diferencias son el precio y el período de suscripción: con el plan anual ahorrarás en torno a un 30 % en comparación con 12 meses de un plan mensual.
¿Qué es Perlego?
Somos un servicio de suscripción de libros de texto en línea que te permite acceder a toda una biblioteca en línea por menos de lo que cuesta un libro al mes. Con más de un millón de libros sobre más de 1000 categorías, ¡tenemos todo lo que necesitas! Obtén más información aquí.
¿Perlego ofrece la función de texto a voz?
Busca el símbolo de lectura en voz alta en tu próximo libro para ver si puedes escucharlo. La herramienta de lectura en voz alta lee el texto en voz alta por ti, resaltando el texto a medida que se lee. Puedes pausarla, acelerarla y ralentizarla. Obtén más información aquí.
¿Es Apache Karaf Cookbook un PDF/ePUB en línea?
Sí, puedes acceder a Apache Karaf Cookbook de Achim Nierbeck, Jamie Goodyear, Johan Edstrom, Heath Kesler en formato PDF o ePUB, así como a otros libros populares de Computer Science y Application Development. Tenemos más de un millón de libros disponibles en nuestro catálogo para que explores.

Información

Año
2014
ISBN
9781783985081
Edición
1

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

Índice