madura-bundles-simple-tests · Tests the bundle code by generating multiple scratch bundles
Group: nz.co.senanque - All Dependencies
madura-bundle-test2 · Project that tests using madura-bundles-maven2 and madura-bundles-maven3 also using multiple sessions.
madura-bundle-maven3 · third test bundle for maven: uses a configuration class rather than xml
madura-bundle-maven2 · second test bundle for maven: uses a configuration class rather than xml
madura-address-book · A demo program that illustrates the extended JPAContainer and the table editor
weblogic-jndi-startup · Used to set custom JNDI names and objects in WebLogic startup
SchemaBuilder · This extracts definitions from a database using JDBC and makes an XSD file with HyperJAXB3 annotations.
MaduraDateTime · Allows configuration of holiday dates and a simple API to figure out if a date is a holiday.
madura-rules-tests2 · Second suite of tests for madura rules
madura-rules-tests · Implements various tests for Madura Rules.
madura-workflow-impl · Madura Workflow UI. Both Admin and User UIs. Talks to a memory-resident database so must run standalone.
Madura Workflow Headless · Headless version of the workflow that processes only back end functions ie no UI.
temperature-conversion-service · Sample SOAP service that converts fahrenheit to celsius and vice versa
jclouds-spring-config · Configure Apache Jclouds using Spring
MaduraPizzaOrderDemo · This is a demo application that shows the capabilities of the various Madura products. MaduraObjects: which defines business objects along with I18n labels, permissions and simple validation. MaduraRules: defines relationships between fields and, as well as complex validation and metadata manipulation. MaduraVaadinSupport: allows the above to transparently interact with a Vaadin UI. It does not actually order pizza.
madura-pizza-order-mobile · Phonegap files that are used to build the pizza order for the mobile environment. For details of the pizza order demo see: https://github.com/RogerParkinson/MaduraPizzaOrderDemo
MaduraConfiguration · Connects Apache Commons Configuration with Spring Beans. Useful for injecting configuration information into Spring Beans from an external configuration file.
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.