Mapper Logo
.

MapperXML Library

The MapperXML Library application includes some basic examples of CRUD (create, update,delete), listing and searching. This example does not require a database -- all data is stored in memory. This project is in the MapperLibrary directory of the distribution. The forms include:

Form Name Description

MainMenu Links to other forms, search invocation, session information.
BookList Lists all (or search matching) books in library. Provides links to Edit or Delete existing books.
BookEdit Displays all information about a book. Allows user to update and save this information.
BookAdd Provides a form with default values so user can add a new book.

(there may be additional examples in the current distrubution)


Notes for Running MapperXML Library

See the install.html file in the sample project's root folder for instructions

.