JBoss.org
Community Documentation
Prev
Next
Part IV. eXoWS
Table of Contents
27. eXo Web Services
27.1. eXo Web Services introduction
28. Introduction to the Representational State Transfer (REST)
28.1. Introduction
29. REST Service Tutorial
29.1. Introduction
29.2. Source code
29.3. Configuration
29.4. Build
29.5. Deploy
29.6. Usage
30. REST Migration to jsr311
30.1. REST service structure:
30.2. Migration Examples
30.3. Support for javax.ws.rs.core.Application
31. Groovy Scripts as REST Services
31.1. Overview
31.2. Loading script and save it in JCR
31.3. Instantiation
31.4. Deploy newly created Class as RESTful service
31.5. Script Lifecycle Management
31.6. Get node UUID example
31.7. Groovy script restrictions
31.8. Dependencies resolving
31.9. Security
32. REST Framework
32.1. Requirements
32.2. Implementation
32.2.1. ResourceContainer
32.2.2. Response
32.2.3. Transformer
32.2.4. Binding and unbinding components (ResourceContainers)
32.2.5. ResourceDispatcher
33. SOAP Service Tutorial
33.1. Introduction
33.2. Add JSR 181 support to the deployed application
33.2.1. Add dependencies
33.2.2. Configure CXF servlet
33.3. Write the Web Service class
33.4. Configure the component
33.5. Verify it works.
34. Central Authentication Service Configuration
34.1. Introduction
34.2. CAS configuration
34.2.1. Configure CAS server
34.2.2. Configure other tomcat instance
34.2.3. Usage
35. Kerberos SSO on Active Directory
35.1. Overview
35.2. Active Directory configuration
35.3. Setup webserver
36. oAuth
36.1. Overview
36.2. Provider
36.2.1. Configuration
36.2.2. Servlets
36.3. Consumer
36.3.1. How it works
36.3.2. web.xml
36.3.3. Stages
36.3.4. Token Alive Time
36.3.5. Token Cleaner Timeout
37. Cometd
37.1. definition
37.2. Use
37.3. Sample
37.4. improvements
38. Cometd cluster
38.1. Motivation
38.2. How it works
38.3. Bench
39. Framework for cross-domain AJAX
39.1. Motivation
39.2. Scheme (how it works)
39.3. A Working Sequence:
39.4. How to use it
40. Cometd Cluster Bench
40.1. How we test
40.2. Environment
40.3. Result
41. JavaScript WebDAV Library
41.1. Introduction to the JavaScript WebDAV library
41.2. Content of JavaScript WebDAV Library:
41.3. Example of using of JavaScript WebDAV library
41.4. How to get JavaScript WebDAV library
42. eXo WS 2.0 Release Notes (released on 2009.02.07)
42.1. Notable Changes
42.2. API changes
42.3. Dependencies changed
42.4. How to upgrade
42.5. System Requirements
42.6. Detailed Changelog
42.7. Download
43. eXo WS 2.0.1 Release Notes (released on 2009.04.16)
43.1. Notable Changes
43.2. API changes
43.3. Dependencies changed
43.4. How to upgrade
43.5. System Requirements
43.6. Detailed Changelog
Prev
Chapter 26. Database Creator
Top of page
Front page
Next
Chapter 27. eXo Web Services