You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

RESTful Web Service, a Business Case

The example explains how a real-life business problem could be solved using OpenEJB in a combination with other open-source frameworks and tools. The example covers the entire software development lifecycle, starting from problem analysis, architecture, design, build automation, unit testing, implementation, and deployment.

We have to create a web service that stores text documents online. By means of stateless HTTP requests our customers will be able to create, read, update, and delete (CRUD) plain text files.

Architecture and Design

Build automation

Unit tests

Configuration and plumbing

Implementation

  • No labels