Thursday 27 September 2007

* Basic Example-Web service with Axis2,Eclipse plugins and OSGI Under one project

* Basic Example-Web service with Axis2,Eclipse plugins and OSGI Under one project

- This example shows how Web serice is working with OSGI under one project in eclipse.
It will create "aar" file for Web Service and "jar" file for osgi
"aar" file will work under Tomcat web server.

see here

Basic Example-Web service with Axis2,Eclipse plugins and OSGI (Part 3)

* Basic Example-Web service with Axis2,Eclipse plugins and OSGI (Part 3)

- This part discribe how created jar file can work with osgi console system

- This example shows how we can create osgi bundle and working with Web Service from
previous example(Basic Example-Web service with Axis2,Eclipse plugins and OSGI (Part 2)).

Each program communicate data via stub that is automatically generated using
Axis2 plugin.

see here

Thursday 20 September 2007

Basic Example-Web service with Axis2,Eclipse plugins and OSGI (Part 2)

* Basic Example-Web service with Axis2,Eclipse plugins and OSGI (Part 2)

This example shows how we can create osgi bundle and working with Web Service from
previous example(Working under Tomcat and deploy it as a "aar" file).

There are two web server : one is from PC (Tomcat) and the other one is OSGI Web Server

Each program communicate data via stub that is automatically generated using
Axis2 plugin.

See here

- tomcat should be running
check out http://localhost:8080/axis2/services/listServices

Basic Example-Web service with Axis2,Eclipse plugins and OSGI (Part 1)

* Basic Example-Web service with Axis2,Eclipse plugins and OSGI (Part 1)

This shows how we can create Web service with Axis2 ,eclipse and Axis eclispe plug-in.
And it also works with OSGI application.

This is for only build web service and deploy in Tomcat , create WSDL file

See here

* Developing Web service with Axis2 , Eclipse plugins

* Developing Web service with Axis2 , Eclipse plugins
This is just from http://wso2.org/library/1719

The Bottom up Approach

Wednesday 19 September 2007

JAX-WS web service example with Eclipse (part 2 : Building the Client)

* This is for JAX-WS web service example with Eclipse (part 2 : Building the Client)

After you deploy the web service, you can access it from a client program. Here are the steps to follow to build the client:
A. Write the client.
B. Generate portable artifacts required to compile the client.
C. Compile the client.
D. Run the client.

See Here

JAX-WS web service example with Eclipse (part 1 : Developing Web Service)

* This is for JAX-WS web service example with Eclipse (part 1 : Developing Web Service)
It demonstrates a simple web service that is accessed using JAX-WS 2.0 through a standalone Java client.

See Here

Tuesday 18 September 2007

My Basic - OSGI programming Sample

My Basic - OSGI programming Sample
just show how servlet is working under osgi environment

Click here

Monday 17 September 2007

* Developing Web Services Using JAX-WS (Part 1 : generate Web service)

* Developing Web Services Using JAX-WS (Part 1 : generate Web service)

This is for how we can create web service using JAX-WS with eclipse.

* Developing Web Services Using JAX-WS (Part 1 : generate Web service)

Tuesday 4 September 2007

Jax-WS materials to study

--- Jax-WS Main Home page ----
https://jax-ws.dev.java.net/

--- Jax-WS download page----
https://glassfish.dev.java.net/downloads/v1_ur1-p01-b02.html

--- Jax-WS standard tutorial page----
http://java.sun.com/webservices/docs/2.0/tutorial/doc/

--- Jax-WS quick guide -----
https://glassfish.dev.java.net/downloads/quickstart/index.html

--- Jax-WS Basic concept page----
http://www.ftponline.com/javapro/2005_01/magazine/features/kjones_client/default.aspx

--- Jax-WS Example page ----
http://java.sun.com/developer/EJTechTips/2005/tt1220.html

http://blogs.sun.com/artf/entry/a_simple_howto_of_web

http://java-x.blogspot.com/2007/01/implementing-web-services-using-jax-ws.html

* Axis2( version 1.2) + Eclipse + OSGI Simple example - Part 3

* Axis2( version 1.2) + Eclipse + OSGI Simple example - Part 3

> Part 3 request a precondition of Part 2
This part will be implemented for getting "Authentication" from STWF service side.
It's like that we will create virtual machine that is working with STWF server.
From this part we will use Axis2 with osgi.
Suppose we are have Axis2 (version 1.2) and set AXIS2_HOME in enviroment variable

* Axis2( version 1.2) + Eclipse + OSGI Simple example - Part 3