Apache Muse - Tutorial
This tutorial explains how to design a web service interface for a manageable resource, generate code for its implementation, and what the packaging and deployment options are for your application. It provides an overview of core concepts and important artifacts in the Apache Muse programming model but does not go into great detail. After completing this tutorial, you will have a deployable Muse application and a workspace that allows you to easily repeat the build-deploy-test cycle.
During the tutorial, you will occasionally have to choose between sections based on Apache Axis2, OSGi, or constrained footprint ("mini") deployment; the programming model and code will remain the same no matter which platform is chosen, but the packaging will be different. In general, your design and development should not be affected by platform choice, but the set up of your deployment and test environment may vary.
Table of Contents
- Download and Installation
- Creating WSDLs
- Code Generation with WSDL2Java
- Project Artifacts for Apache Axis2, OSGi, or Mini SOAP Engine
- Deployment Descriptor
- Writing Code for Custom Capabilities
- Application Deployment for Apache Axis2, OSGi, or Mini SOAP Engine
- Testing Your Application