You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Setup:
Sun Java v1.5.0_11 + Apache Geronimo v2.0.2
Eclipse 3.3.1 + WTP2.0.1 + Geronimo Eclipse Plugin v2.0

Step-1:
Follow the instructions at <link to be added here> to add Geronimo 2.0 server runtime into WTP, and to create & deploy an "HelloWorld" Dynamic Web project.

Step-2: Create a POJO project

  • In "Project Explorer" view, right click in empty space and click "New -> Project".
  • Select "Java Project" and click "Next".
  • Enter "CurrencyConverterPojo" as the project name and click "Finish". (If asked to switch to Java perspective, you might select "No").
  • In "Project Explorer" view, right click on "CurrencyConverterPojo -> src" and click "New -> Class".
  • Enter "myPackage" as package name and "CurrencyConverter" as class name. Click "Finish".
  • Replace the file content with the contents given in "CurrencyConverter.java".
  • Press "Ctrl + S" to save changes.

Step-3:
<work in progress>

  • No labels