DOC

nz.co.senanque : madura-addressbook

Maven & Gradle

Apr 15, 2015

MaduraAddressbook · This is a demo program that illustrates some of the capabilities of Madura working with Vaadin. Specifically it shows the use of the JPAontainer. The JPAContainer shown here is extended from the one you can find in Vaadin Addons to support Spring's @Transactional notation. It is also using Madura Objects, but that is an interesting incidental because you could use Madura Objects with both. So the objective here is to show a complete working demo of how to configure everything to show a table of data fetched from a database using JPA, including popup edit forms.

Table Of Contents

Latest Version

Download nz.co.senanque : madura-addressbook Javadoc & API Documentation - Latest Versions:

All Versions

Download nz.co.senanque : madura-addressbook Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2.x

How to open Javadoc JAR file in web browser

  1. Rename the file madura-addressbook-1.2.1-javadoc.jar to madura-addressbook-1.2.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder madura-addressbook-1.2.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "madura-addressbook-1.2.1-sources.jar" -d "madura-addressbook-1.2.1-javadoc" -subpackages