Designed and Developed a Framework for processing requests from a web client through a series of services; Request Service, Processor Service, Queue Service, Result Service. Each of these services are standalone applications except for Request Service which is a web application. The communication between various services is RMI. Java Service Wrapper (JSWrapper) is used for running these services as Windows / Linux Service.
[Environment: Java 1. 5, RMI, Tomcat, mysql, JDBC, JSWrapper]