Seasar DI Container with AOP

S2Remoting Setup

This is a document for S2Remoting-1.0.1. Documents for older versions of S2Remoting are included in their respective distribution archive file.

Table of Content

Requirements

S2Remoting S2
1.0.1 2.1.11 or later
1.0.0a 2.1.11 or later
1.0.0 2.1.11 or later

Runtime Environment

Following are required to use S2Remoting:

  • JDK (J2SE SDK) 1.4 or later. S2Remoting-V1.0.0a is developed and tested using JDK 1.5.0_06. Sun JDK may be downloaded from here.
  • S2 version 2.1.11 or later is required. S2Remoting-1.0.1 is developed and tested using S2.3.8. S2 may be downloaded from here.

Development Environment

S2Remoting is distributed as Eclipse Java project archive and is included in archives of many other S2 family software.

  • Eclipse3.0 or later is required. S2Remoting-1.0.1 is developed and tested using Eclipse3.1.2. Eclipse may be downloaded from here.
  • S2 version 2.1.11 or later is required. S2Remoting-1.0.1 is developed and tested using S2.3.8. It may be downloaded from here.

Download

S2Remoting may be downloaded from here.

Installation

S2 must be be imported into Eclipse workspace.
  • After downloading the S2Remoting-1.0.1.zip file, extract files to a directory.
  • Start Eclipse and select [File]-[Import]
  • From [Import] wizard, select [Existing Projects into Workspace] and then select the [Next>] button.
  • Select [Select root directory] radio button and then select the [Browse] button to the right of it. Browse through directories to the s2remoting directory where the archive files where extracted. Select the [OK] button to select this directory.
  • Select the [Finishi] button to import from this directory.