Project Information

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

Overview

Document Description
About BeanShield is a powerful Java library, that makes it easy to directly use your complex entity model in your UI (Web based and Client) without the need to copy or clone data to be able to rollback changes when a user clicks "Cancel". Typical data management user interfaces make it necessary to support revertable units of work. That means you will have to provide a solution to restore a certain entity (ie. bean) state whenever the user clicks "Cancel". Usually you will have to copy or clone your entity data to be able to implement this. With BeanShield there is no need to copy or clone any data. BeanShield uses proxies to "shield" your beans from any user changes and only modifies the underlying beans when you tell it to commit the changes. It is even possible to nest BeanShield sessions, so you can easily build complex user interfaces with nested edit dialogs. Just think of BeanShield as a means to have nested transactions for your beans in memory.
Continuous Integration This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
Dependencies This document lists the project's dependencies and provides information on each dependency.
Dependency Convergence This document presents the convergence of dependency versions across the entire project, and its sub modules.
Issue Tracking This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
Mailing Lists This document provides subscription and archive information for this project's mailing lists.
Plugin Management This document lists the plugins that are defined through pluginManagement.
Project License This is a link to the definitions of project licenses.
Project Plugins This document lists the build plugins and the report plugins used by this project.
Project Summary This document lists other related information of this project
Project Team This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Source Repository This is a link to the online source repository that can be viewed via a web browser.