Demos

Teacher


Run the demo

This is the simplest case, a class with plain properties. You can see how a very simple code can produce a running application.

Seller


Run the demo
See how OX renders a collection of entities (@OneToMany) and how display a reference (@ManyToOne) as a combo.

 

Customer

Run the demo

This demo shows how references to entities (@ManyToOne) and references to embeddable classes (@Embedded) are displayed. Also you can see Java 5 enums and the PHOTO stereotype.

Invoice

Run the demo

Here you will learn how to customize the layout of your UI, including sections (tabs), even nested sections. Moreover, there is an example of collection with REMOVE cascade type.

 

Product

Run the demo

In Product you have a combo that depends on other combo values; and an image gallery with only an annotation.

 

Delivery

Run the demo

The view of Delivery uses nested groups. A group is a frame that wraps some UI elements. They are an effective way for layout control.

 

 

These demos only show some basic features of OpenXava

For learning more advanced possibilities go to the documentation