OSEE is an Eclipse Technology Project in the incubation phase. Project distributions consists of two parts - OSEE plug-ins and add-ons. These two items are required to work with OSEE if you will be using a database other than Derby. OSEE plug-ins are hosted on http://www.eclipse.org and are provided under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available at http://www.eclipse.org/legal/epl-v10.html. Add-ons are provided on this site.
OSEE Application Server
- OSEE Application Server 0.7.0
Select this option to download the OSEE Application Server including OSGI bundles. This server can be used with any operating system.
http://osee.microdoc.com/downloads/osee/server/0.7.0/server_0.7.0-2009-02-19_08_49.zipLaunch Instructions 1. Ensure you have a PostgreSql database installed and configured on the server per these instructions.
2. Make a new directory and extract the contents of the server archive to it.
3. If you want to run an application server that will only allow local clients to connect to the database execute runServer-PgSqlLocalAll.sh.
4. If you want to run an application server that allows remote clients to connect to the database perform the following steps:
a. Ensure your PostgreSQL database instance allows for remote client connections. See OSEE PostgreSql instructions for more information.
b. Create a custom connection file as described in OSEE Custom Database Connection
c. Edit the runServer-PgSqlRemoteClients.sh script by providing the path to new connection file created in step b. and the id specified in the available database server/server entry in the xml file.
d. Execute runServer-PgSqlRemoteClients.sh
NOTE: the server scripts are not written to run in a background process so you can interact with the server via the osgi console.
OSEE Client
- OSEE Client 0.7.0
Select this option to download Eclipse 3.4.1 for Windows with OSEE 0.7.0 and all add-ons included. Extract the contents of the zip file below to any path on your local machine (that is any short path- Windows has a problem with very long paths).
http://osee.microdoc.com/downloads/osee/client/0.7.0/client_0.7.0-2009-02-19_08_49.zipLaunch Options Instructions Pre-initialized Database Launch the OSEE Eclipse client using <install dir>\oseePostgresMicroc.exe to connect to the Microdoc repository. You must have access to port 5432 to be able to connect. Local Application Server with Local PostgreSql Database 1. Download and follow the application server instructions for local client connections.
2. Initialize your local database, by running from a command shell, using <install dir>\oseeDbInitLocalc.exe.
3. Launch the OSEE Eclipse client using <install dir>\oseeLocal.exe.
4. From the ATS Perspective, in the ATS navigator, run populate demo action.Remote Application Server with Remote PostgreSql Database 1. Download and follow the application server instructions for remote client connections.
2. Modify the <install dir>\*Remotec.ini files by replacing APPLICATION_SERVER_ADDRESS with the address of the machine hosting the application server.
3. Initialize the remote database by running <install dir>\oseeDbInitRemotec.exe
4. Launch the OSEE Eclipse client using the an <install dir>\oseeAppServerRemotec.exe.
5. From the ATS Perspective, in the ATS navigator, run populate demo action.
Add-On Features
- Version: 0.4.0 2008-09-24 13:40 | Date:24 Sep 2008 | Type: Release
-
Add-Ons Archived Update Site
http://osee.microdoc.com/downloads/osee/add-ons/0.7/osee.add.ons.updatesite.zip
Status Feature Description 
org.postresql.feature This is an optional feature to enable Postgresql Database connections.