» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with SOA + Tutorial

RESTful Web Services and Comet

RESTful Web Services and Comet

json: del.icio.us/tag/json

Using the Eclipse SOA Tools Platform plug-in and Apache Tuscany

The Eclipse SOA Tools Platform (STP) plug-in and Apache Tuscany simplifies services development through the use of the popular Eclipse development environment. Apache Tuscany has also been integrated with the STP to provide a Service Component Architecture (SCA) Java run time for the services you create, allowing you to annotate your service using the SCA standard and Apache Tuscany annotations. In this tutorial, you will see STP and Apache Tuscany in action, through the creation of a Remote Method Invocation (RMI) service.

Eclipse: del.icio.us/tag/eclipse

NetBeans Docs & Support

NetBeans IDE Documentation, Support Resources, and Tutorials

UML: del.icio.us tag/uml

Vivek Pandey's Blog: Webservices in JDK 6

/** * Instantiate the generated Service */ CalculatorService service = new CalculatorService(); /** * Get the port using port getter method generated in CaculatorService */ Calculator calculatorProxy = service.getCalculatorPort(); /** * Invoke the remote method */ int result = calculatorProxy.add(10, 20); System.out.println("Sum of 10+20 = "+result); }

JAX-WS: del.icio.us/tag/jax-ws

Developing Web Services Using Apache Axis2 Eclipse Plugins - Part 1 | WSO2 Oxygen Tank

Apache Axis2 Eclipse Plugins allow Web service developers to easily and speedily expose the available plain old Java<sep/>

Eclipse: del.icio.us/tag/eclipse

A Hands-on Introduction to BPEL

A Hands-on Introduction to BPEL

BPEL: del.icio.us tag/BPEL

A Hands-on Introduction to BPEL, Part 2: Advanced BPEL

A Hands-on Introduction to BPEL, Part 2: Advanced BPEL

BPEL: del.icio.us tag/BPEL

Page 1 | Next >>