Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Anchor
top
top
Image Removed
Article donated by: Vladimir Shraibman, Artem Papkov, Hernan Cunico

Overview


This article will help you migrate Web services applications developed for JBoss v4 to Apache Geronimo. This article is part of a series of migration articles covering different types of applications migration.

...

This article contains the Search a Phone Directory Web services application to demonstrate Web services migration from JBoss to Geronimo. The application implements both server and Web-client sides of a simple service which searches through a phone directory. The user works with the Web-client to test the application. The user specifies a search criterion and receives the search results.

Image RemovedImage Added

Download the Search a Phone Directory Web services application from the following URL:link:

Web Services Samplehttp://opensource2.atlassian.com/confluence/oss/download/attachments/1141/webservices.zip

After extracting the ZIP file, a webservices directory is created, from now on this directory will be referred as <webservices_home>.

...

The Search a Phone Directory Web services sample application included with this article provides an Ant script that you will use in order to build modules of the application. If you have not downloaded the sample application yet, this is a good time for doing it. Download the Search a Phone Directory application package from the following URL:link:

Web Services Samplehttp://opensource2.atlassian.com/confluence/oss/download/attachments/1141/webservices.zip

After extracting the zip file, a webservices directory is created. From now on this directory will be referred as <webservices_home>. In that directory open the build.properties file and edit the properties starting with the prefix jboss to match your environment as shown in the following example.

...

This brings up the JSP page of the sample application. Use the input form to search through the directory.

Image RemovedImage Added

Back to Top

The Geronimo environment
Anchor
Geronimo
Geronimo

...