Installation

Prerequisites

  1. JDK 1.5.0 or higher
  2. Subversion Client
  3. Maven 1.0.2
  4. Tomcat 5.5, although other versions may work

Downloading

Obtain WSRP4J from Subversion. The instructions are here.

Project Components

The WSRP4J Project is divided into the following components:

  1. producer
  2. consumer
  3. commons
  4. commons-producer
  5. commons-consumer
  6. consumer-swingconsumer
  7. testportlet

Using Maven

To build WSRP4J, execute the following maven command:

    maven build
    

To build and install the WSRP4J Producer on Tomcat, execute the following maven command:

    maven deploy-producer
    

Next: Run the Consumer.