feed icon rss

Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
Type of Medium
Language
Region
Years
Keywords
  • 1
    Online Resource
    Online Resource
    Birmingham, England :Packt Publishing,
    UID:
    almafu_9959232277802883
    Format: 1 online resource (260 pages) : , illustrations (some color).
    Edition: 1st edition
    ISBN: 1-78398-509-7
    Series Statement: Community Experience Distilled
    Content: Over 60 recipes to help you get the most out of your Apache Karaf deployments In Detail 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. What You Will Learn Turn Karaf into a Smart Router with Apache Camel Model Karaf into a Message Broker with Apache ActiveMQ Transform Karaf into a JSP host with Pax Web Distribute your Karaf applications across a clustered container with Apache Karaf Cellar Transmute Karaf into a web service container with Apache CXF Set up a Pax Exam test environment Turbo-charge your Karaf applications' persistence layer scalability with Apache Cassandra Manage Big Data on Karaf with Apache Hadoop
    Note: Includes index. , Intro -- 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 commands -- How it works… -- See also -- Building and deploying a distributed architecture with Cellar -- Getting ready -- How to do it… -- Producing a service bundle -- Service consuming bundle -- How it works… -- 7. Providing a Persistence Layer with Apache Aries and OpenJPA -- Introduction -- Installing OpenJPA modules in Apache Karaf -- Getting ready -- How to do it… -- How it works… -- See also -- Installing Apache Aries JTA modules in Apache Karaf -- Getting ready -- How to do it… -- Installing the JTA feature into Karaf -- How it works… -- See also -- Building a project with a persistence layer for deployment in Karaf -- Getting ready -- How to do it… -- How it works… -- See also -- Building a project with a persistence layer and transaction support for deployment in Karaf -- Getting ready -- How to do it… -- How it works… -- See also -- 8. Providing a Big Data Integration Layer with Apache Cassandra -- Introduction -- Installing Cassandra client bundles in Apache Karaf -- Getting ready -- How to do it… -- Modeling data with Apache Cassandra -- Getting ready -- How to do it… -- How it works…. , Building a project with a persistence layer for deployment in Karaf -- Getting ready -- How to do it… -- How it works… -- 9. Providing a Big Data Integration Layer with Apache Hadoop -- Introduction -- Starting a standalone Hadoop cluster -- Installing Hadoop client bundles in Apache Karaf -- Getting ready -- How to do it… -- Accessing Apache Hadoop from Karaf -- How to do it… -- How it works -- Adding commands that talk to HDFS for deployment in Karaf -- Getting ready -- How to do it... -- How it works… -- 10. Testing Apache Karaf with Pax Exam -- Introduction -- Setting up a Pax Exam test environment -- Getting ready -- How to do it… -- How it works… -- There's more… -- Testing Apache Karaf features -- Getting ready -- How to do it… -- How it works… -- Testing commands with Apache Karaf -- Getting ready -- How to do it... -- How it works… -- Coverage with Apache Karaf Pax Exam tests -- Getting ready -- How to do it… -- How it works… -- Testing Apache Camel with Blueprint and Apache Karaf -- Getting ready -- How to do it… -- How it works… -- Index. , English
    Additional Edition: ISBN 1-78398-508-9
    Additional Edition: ISBN 1-322-08563-3
    Language: English
    Keywords: Electronic books.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    UID:
    kobvindex_ZLB16191993
    Format: 25 Seiten Ill., graph. Darst.
    ISBN: 9783868025361 , 9783868025361
    Content: Elasticsearch eignet sich zur Nutzung als Document Store ebenso wie als Suchserver über HTTP und JSON und lässt sich so aus vielen Programmierumgebungen heraus nutzen. Das erste Kapitel dieses shortcuts vermittelt dem Leser, wie er über drei verschiedene Arten von Clients (Standardclient, REST-API-Client Jest und Spring Data Elasticsearch) auf Elasticsearch zugreifen kann. In Kapitel 2 wird gezeigt, wie eine typische Java-Anwendung mit ELK verbunden wird. Die Kombination aus Elasticsearch, logstash und Kibana ermöglicht es dem Entwickler, ganz leicht Dashboards zu erstellen und die jeweiligen Daten in Echtzeit zu visualisieren. Kapitel 3 beleuchtet Apache Lucene, auf deren Technologie Suchserver wie Solr und Elasticsearch basieren.
    Language: German
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. Further information can be found on the KOBV privacy pages