My favorites | Sign in
Project Home Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
SystemStructure  
The components of the HWChecker web application.
Phase-Design
Updated Jul 15, 2008 by stefan.b...@gmail.com

Introduction

This document describes the general architecture of HWChecker. The components are separated into client side and server side.

Components

Client Side

  • The web interface is an AJAX web page that displays the application interface in the user browser. The interface is written in Java using Google Web Toolkit and is compiled into HTML + Java Script. In order to retrieve from and send data to the server, the web interface performs RPC requests to a servlet hosted on a J2EE application server.

Server Side

Powered by Google Project Hosting