Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a Dynamic Web Project
    • Select File -> New, select Other...





    • In the popup window select Web->Dynamic Web Project category and click NEXT.





    • Type in jaxws-calculator as the Project name: and select Next





    • On the next screen check the box for Axis2 Web Services





    • Make sure Generate Deployment Descriptor is selected and click Next.





    • Modify the Group Id to: org.apache.geronimo.samples.jws and Artifact Id: to Calculator.



      Info
      titleUseful Information

      Group ID: A name that identifies the group of a module. The default value is default.
      Artifact ID: A name of the module in a group. The default value is <blank>.
      Version: The version of module. The default value is 1.0
      Type: The type of module, such as system module (car), jar module (jar), web
      archive (war), enterprise archive (ear), and so on. The default value is car
      A module is stored inside a repository as repository/groupId/artifactId/version/artifactIdversion.
      type. This repository structure gives a more standardized and easily maintainable
      structure to Geronimo applications.

    • Select Finish.
      Warning
      titleWarning

      Depending upon your environment, you may see the error message "Failed while installing Axis2 Web Services Core 1.1". Do not worry. We will just have to manually point Axis2 to the installation directory of WASCE Apache Geronimo to fix this error.




  2. AXIS2 Configuration
    • Select Window->Preferences.





    • Select Web Services->Axis2 Preferences.
    • Under Axis2 Runtime tab, browse to the installation root of Apache Geronimo. Select Ok.





      This completes the configuration of Eclipse for application development.

...