Apache Karaf Cookbook
eBook - ePub

Apache Karaf Cookbook

Achim Nierbeck, Jamie Goodyear, Johan Edstrom, Heath Kesler

Share book
  1. 260 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Apache Karaf Cookbook

Achim Nierbeck, Jamie Goodyear, Johan Edstrom, Heath Kesler

Book details
Book preview
Table of contents
Citations

About This Book

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.

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on ā€œCancel Subscriptionā€ - itā€™s as simple as that. After you cancel, your membership will stay active for the remainder of the time youā€™ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlegoā€™s features. The only differences are the price and subscription period: With the annual plan youā€™ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, weā€™ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is Apache Karaf Cookbook an online PDF/ePUB?
Yes, you can access Apache Karaf Cookbook by Achim Nierbeck, Jamie Goodyear, Johan Edstrom, Heath Kesler in PDF and/or ePUB format, as well as other popular books in Computer Science & Application Development. We have over one million books available in our catalogue for you to explore.

Information

Year
2014
ISBN
9781783985081
Edition
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...

Table of contents