Description

It is possible to use Moonrug Software as a synchronization engine. Synchronization can sometimes be a good option when you cannot directly integrate with Exchange. This sample is used to synchronize your tasks in Exchange with an in-memory "database" that holds task items. Only two fields are used in the database: subject and due date.

Download and Install

Download Now!

Requirements

You must have an Exchange account available to you.

You must have a Servlet 2.5-compliant container available. Tomcat 6.0 is sufficient.

Installation

  • After downloading the zip file, extract to your hard drive.
  • Deploy the war file located in the webapp directory to your container. For Tomcat, place the file in the $TOMCAT_HOME/webapps directory.
  • Start your container normally.
  • If using a default Tomcat install, browse to http://localhost:8080/tasksynch/index.htm to begin.

Quick Links