Skip to main content

By clicking Submit, you agree to the developerWorks terms of use.

The first time you sign into developerWorks, a profile is created for you. Select information in your profile (name, country/region, and company) is displayed to the public and will accompany any content you post. You may update your IBM account at any time.

All information submitted is secure.

  • Close [x]

The first time you sign in to developerWorks, a profile is created for you, so you need to choose a display name. Your display name accompanies the content you post on developerworks.

Please choose a display name between 3-31 characters. Your display name must be unique in the developerWorks community and should not be your email address for privacy reasons.

By clicking Submit, you agree to the developerWorks terms of use.

All information submitted is secure.

  • Close [x]

Create stand-alone web services applications with Eclipse and Java SE 6, Part 1: The web service server application

Fiona Lam, Software Engineer, IBM
Fiona Lam is a software engineer and works for the Australian Development Laboratory as part of IBM Tivoli Security Development.
John Robertson, Staff Software Engineer, IBM
John Robertson is a staff software engineer and also works for the Australian Development Laboratory as part of IBM Tivoli Security Development.

Summary:  Use the Eclipse Integrated Development Environment (IDE) and Java™ Platform, Standard Edition (Java SE) 6 to create a stand-alone web services application that can be run from the console. In this tutorial, the first in a series, start by getting familiar with the Eclipse IDE. Configure the environment; create projects, packages, and classes; then run the application from the command line.

View more content in this series

Date:  13 Nov 2008
Level:  Intermediate PDF:  A4 and Letter (1155 KB | 23 pages)Get Adobe® Reader®

Activity:  355028 views
Comments:  

Before you start

About this series

This tutorial series demonstrates how to create a stand-alone web services server and client application that you can easily run from the command line with Java SE 6 rather than from within Web application server containers. Using a simple Hello World example, you'll leverage the Eclipse IDE, Java SE 6, and Apache Ant to easily create fully functioning web services server and client applications. You'll also use the TCP/IP Monitor to examine the communication traffic between the server and client, and use the Eclipse Web Services Explorer tool to test the web service.

About this tutorial

This tutorial, Part 1 of the series, introduces you to publishing a web service application using the Eclipse IDE, Java SE 6, and Ant. It lays the groundwork for Part 2, which describes the creation of the web services client application.


Objectives

After completing this tutorial you should know:

  • What a web service is and the standards it uses in relation to a browser being used from within Eclipse to view the published Web Services Description Language (WSDL) file.
  • How to create the server side of a web service, including how to install and configure the Eclipse IDE and the Java Development Kit (JDK) so that they perform together to generate the code that's compiled using Java SE 6.
  • How to use the Ant Java-based build tool within the Eclipse IDE to run a special Java command to generate some of the code.

Prerequisites

This tutorial includes simple steps written for beginning- to intermediate-level Java programmers with some working knowledge of the Java language and Ant builds. Novice to more advanced Java developers will gain some knowledge of how to build, deploy, and run stand-alone web services servers and distributed clients to provide firewall-friendly remote communications and applications processing.

System requirements

To follow the examples, you need to download:

You don't have to download Ant, as its functionality is bundled with Eclipse. This tutorial uses the Ganymede Package for the Eclipse IDE for Java EE Developers.

1 of 11 | Next

Comments



static.content.url=http://www.ibm.com/developerworks/js/artrating/
SITE_ID=1
Zone=SOA and web services, Java technology, Open source
ArticleID=351448
TutorialTitle=Create stand-alone web services applications with Eclipse and Java SE 6, Part 1: The web service server application
publish-date=11132008
author1-email=fionalam@au1.ibm.com
author1-email-cc=
author2-email=jtrobert@au1.ibm.com
author2-email-cc=