Designing a Feature Tracking Web-Tool Using Java and XML
Daniel Bornkessel
Broschiertes Buch

Designing a Feature Tracking Web-Tool Using Java and XML

A Creation of an MVC Architecture and Evaluation of Modern Web Frameworks for Implementing a Web Application that follows the REST Philosophy.

Versandkostenfrei!
Versandfertig in 6-10 Tagen
32,99 €
inkl. MwSt.
PAYBACK Punkte
16 °P sammeln!
This book describes an architecture for a feature tracking tool. After an introduction to the process of feature tracking, an overview of the implemented architecture and used technologies will be given. The system is realized as a server-client architecture exchanging XML messages via HTTP implemented in REST (Representational State Transfer). Persistent storage can be done on the server or on a client - each time using a native XML database. The server represents the central repository with which all clients synchronize their data. This document will show why this design and the technologies...