OpenZIS Demo Site Updated

Just wanted to let everyone know that we have added the UK SIF Spec 1.2 as well as the US SIF Spec 2.2 to our Demo site. We should have this available for download within the next few weeks.

Install US SIF 2.0r1 Specification in your ZIS

Introduction
This post will talk you through the installation of US SIF Spec 2.0r1 in to a properly installed ZIS. I will be login in as the user ZIT for this example.
Ubuntu versions tested
Ubuntu 9 64 bit Server Version

Step 0: download SIF 2.0r1

wget http://www.openzis.org/download/us_2_0_r_1_lib_install.zip
unzip us_2_0_r_1_lib_install.zip
cd us_2_0_r_1_lib_install

Step 1: Load MySQL Data

mysql -u root -p
mysql> use zit
mysql> source us_2_0_r_1_lib_install/install.sql
mysql> commit;
mysql> exit

Step 2: Move the ’sif_schema’ directory

mv us_2_0_r_1_lib_install/sif_schema ZIT_CommunityEdition/ZIT_APPLICIATION

Step 3: Move the ‘us_2_0r1_lib’ directory

mv us_2_0_r_1_lib_install/lib/us_2_0r1_lib ZIT_CommunityEdition/ZIT_APPLICIATION


Example Agent for 2.0r1

A friend suggested that we construct a simple agent that others could use to see the Open Source Zone Integration Server at work.  So we spent a weekend and constructed this simple agent that send out SIF Messages.  You will need to configure your Zone to include two agents a provider as well as a subscriber.

This SIF Agent uses Java version 1.6 and communicates via SIF Spec 2.0r1.

SIF OBJECTS:  StudentPersonal, StaffPersonal, SchoolInformation and DisciplineIncident

http://www.openzis.org/Demo_2.0r1_Agents.zip

Enjoy.

Christopher

Current SIF Versions Supported

Just wanted to quickly update those that are following the development of the Zone Integration Terminal.  As of today we are now supporting US SIF versions 1.5r1, 2.0r1, and 2.1.

We are interested in working with anyone who is interested in seeing the UK SIF version supported.