REST simple services

This example can get JSON representation of Java Bean and 
    send JSON data to the server where it will be transform again in Java Bean.
    See logs on server console.
JSON Book Service
This example can get XML representation of Java Bean and 
    apply XSLT transformation to XML content.
XML Book Service
Simple AJAX/REST calculator.
Simple Calculator

SOAP simple services

 Plugin gives possibility to deploy in XFire SOAP server component of
    container if this component is created as described in JSR 181.
    
Ticket Order Service (wsdl)

oAuth example

oAuth gives possibility access protected resource without share 
    user's credential. Protected resource trusts third part application and this application
    authenticate user and redirect him again to requested resource. 
    
oAuth