Showing posts with label Web Service. Show all posts
Showing posts with label Web Service. Show all posts

What is Webservice ? | WebService Video Tutorial

http://www.youtube.com/watch?v=FkC2BPsWP8Qendofvid [starttext]This video tutorial will explain you about Webservice in Java. [endtext]

Web service using NetBeans 6.8 and GlassFish v3 | GlassFis Web Services Video Tutorial

http://www.youtube.com/watch?v=HSajTWlDnhkendofvid [starttext]Create a simple Web service, access database using Java Persistence API (JPA) and deploy on GlassFish v3.

[endtext]

NetBeans 6.7.1 - How to create a web service? | Web Services Video Tutorial |

http://www.youtube.com/watch?v=OytDHyD-f4oendofvid [starttext]
This video shows how to create a basic web service and web client to consumes the service.
[endtext]

Part 1/2 Apache Axis2 Webservice Tutorial on Eclipse| how to create a simple webservice using Eclipse Axis2 plugin and deploy it in Apache Tomcat

http://www.youtube.com/watch?v=-85hyUnAOVUendofvid [starttext]Click here to download this video tutorial This is a Video Tutorial explains how to create a simple webservice using Eclipse Axis2 plugin and deploy it in Apache Tomcat
[endtext]

Part 2/2 Apache Axis2 Webservice Tutorial on Eclipse| How to generate client stubs from the WSDL file

http://www.youtube.com/watch?v=j70hUVar7TQendofvid [starttext]Click here to download this video tutorial
This is a Video Tutorial explains how to generate client stubs from the WSDL file
[endtext]

Part 1/2 How to consume Webservice from Android | Android Video Tutorial

http://www.youtube.com/watch?v=cPpY1dzc164endofvid [starttext]The objective is to achieve communication application between a client application on Android application (server) simple App Engine, through JSON, showing the results in a list from the Android application.

Part 2/2
[endtext]

Part 2/2 How to consume Webservice from Android | Android Video Tutorial

http://www.youtube.com/watch?v=9LuifyrQ69Qendofvid [starttext] The objective is to achieve communication application between a client application on Android application (server) simple App Engine, through JSON, showing the results in a list from the Android application.
[endtext]

Part 1/5 : How to Configure Tomcat in Eclipse - Creating a Webservice Video Tutorial

http://www.youtube.com/watch?v=UpZgxutMgYgendofvid [starttext] Developing a Webservice in Eclipse
I’ve been teaching a few classes on Web Services lately and my students have complained that there are no good description on the net for how to get started building web services on Eclipse. I’m sure there are some, but I was encouraged to create one myself, so here it is. I also wanted to try out Captivate 5 properly, so most of this tutorial/blog will involve videos found on YouTube and separately on our e-learning site.

I’ll basically take you through the following two steps:

How to download and install the required tools?
How do I configure Eclipse to develop and run web services?
How do develop a simple Web Service?
How to deploy your Web Service?
How to test your Web Service?

I decided to use videos for this… So, each section is a separate little demo in the form of a Flash movie (sorry iPhone users… I may put the movies on YouTube later to make sure you can see them too).

Downloading and installing the required tools

The first thing we need to do is to download and install the tools required. The tools I’m going to use are:

Apache Tomcat
Apache CXF
Eclipse JEE version

The steps of this video shows you how to:

Download the tools
Install the tools
Start up eclipse

Source
[endtext]

Part 2/5 : How to Configure Tomcat in Eclipse - Webservice Video Tutorial

http://www.youtube.com/watch?v=2CVY4kLGUkcendofvid [starttext]In the previous video we came as far as starting up Eclipse. We have Tomcat and CXF installed, and we now need to configure Eclipse so that it knows where our Tomcat and CXF installations are. Please note that if you change workspace, you will have to do this all over again (or save the preferences to a file, then restore them in your new workspace).
[endtext]

Part 3/5 : How to Test Tomcat , Creating at Servlet in Eclipse for Test - Webservice Video Tutorial

http://www.youtube.com/watch?v=3t_pbUQ7KPgendofvid [starttext]The next thing we'll do is to ensure that Eclipse and Tomcat is properly installed and configured. I'll just create a simple servlet to do the test. You may want to skip this demo all together if you want to get to Web Services as quickly as possible.
[endtext]

Part 4/5 : How to Configure CXF - Webservice Video Tutorial

http://www.youtube.com/watch?v=tSVs_nwD1Ugendofvid [starttext] Tomcat is setup to run Axix web service framework by default. We want to change it to use the CXF framework that we downloaded. In this demo I'll show you have to do that. The steps involved are:

Add CXF to the Web Service Runtimes
Configure Tomcat to use CXF

[endtext]

Part 5/5 : How to Create a Web Service in Eclipse -

http://www.youtube.com/watch?v=o2Vjs8ylmFMendofvid [starttext]
All the steps up to here had nothing to do with Web Services. The steps prior to this has been about setup (download the tools, configure Eclipse, testing to ensure everything works).

We’ll create the simplest of Web Service… We’ll call it DeepThought. The service will have one method

public String whatIsTheAnswer(String nameOfInterviewer);


The web service implementation will provide the answer to the universe, life and everything in a String.

Conclusion

This blog entry showed you how to download, configure and develop a web service using Eclipse, Tomcat and Apache CXF. The process involves quite a few steps. You have to:

Download the tools (Apache Tomcat, Apache CXF, Eclipse)
Install the tools (Mostly a matter of unzipping the archives you downloaded)
Configure Eclipse (Where is Tomcat and CXF, Configure Tomcat to use CXF, etc)
Create a Java implementation of your service
Build the web service

Although I’m sure in a few months the description will be slightly outdated (new wizards in Eclipse, etc.), I hope you’ll find the tutorial useful.
[endtext]

Part1/2 - Axis webservice with Tomcat server - Apache Axis webservices video tutorial

http://www.youtube.com/watch?v=iscqDDNFzysendofvid [starttext] This is a Video Tutorial explains Part1/2 - Axis webservice with Tomcat server - Apache Axis webservices video tutorial.

Axis is the third generation of Apache SOAP (which began at IBM as "SOAP4J"). In late 2000, the committers of Apache SOAP v2 began discussing how to make the engine much more flexible, configurable, and able to handle both SOAP and the upcoming XML Protocol specification from the W3C .

[endtext]

Part2/2 - Axis webservice with Tomcat server - Apache Axis webservices video tutorial

http://www.youtube.com/watch?v=uBdW6tUbH9Qendofvid [starttext] This is a Video Tutorial explains Axis webservice with Tomcat server - Apache Axis webservices video tutorial
[endtext]

Part5/5 - RESTful Web services using JAX-RS - Java EE 6 and GlassFish 3 with Eclipse

http://www.youtube.com/watch?v=on557289GzAendofvid [starttext] This is a Video Tutorial explains RESTful Web services using JAX-RS
[endtext]

web service builder - Load an existing WSDL file and build a complete web service by retrieving data from databases or XML files and using a visual function builder.

http://www.youtube.com/watch?v=DFKe5JLr1Loendofvid [starttext] This is a Video Tutorial explains how to Load an existing WSDL file and build a complete web service by retrieving data from databases or XML files and using a visual function builder.
[endtext]

How use GWT with RPC and SOAP Webservice. - Google Web Toolkit Tutorial

http://www.youtube.com/watch?v=4Gg5Py0bo28endofvid [starttext] This is a Video Tutorial explains How use GWT with RPC and SOAP Webservice. - Google Web Toolkit Tutorial
[endtext]

RESTful Web Services Tutorial with Spring Part 1 of 3 - Spring Video Tutorial

http://www.youtube.com/watch?v=xLWm8PJjdBkendofvid [starttext] This is a Video Tutorial explains RESTful Web Services Tutorial with Spring Part 1 of 3 - Spring Video Tutorial
RESTful Web Services Tutorial with Spring Part 1 of 3 - Spring Video Tutorial
RESTful Web Services Tutorial with Spring Part 1 of 3 - Spring Video Tutorial
[endtext]

RESTful Web Services Tutorial with Spring Part 2 of 3 - Spring Video Tutorial

http://www.youtube.com/watch?v=qfYEhvIQfGMendofvid [starttext] This is a Video Tutorial explains RESTful Web Services Tutorial with Spring Part 2 of 3 - Spring Video Tutorial
RESTful Web Services Tutorial with Spring Part 2 of 3 - Spring Video Tutorial
RESTful Web Services Tutorial with Spring Part 2 of 3 - Spring Video Tutorial
[endtext]

RESTful Web Services Tutorial with Spring Part 3 of 3 - Spring Video Tutorial

http://www.youtube.com/watch?v=eMzhNLJ-vOcendofvid [starttext] This is a Video Tutorial explains RESTful Web Services Tutorial with Spring Part 3 of 3 - Spring Video Tutorial
RESTful Web Services Tutorial with Spring Part 3 of 3 - Spring Video Tutorial
RESTful Web Services Tutorial with Spring Part 3 of 3 - Spring Video Tutorial
[endtext]

Check out this stream