NOTE: This document is a placeholder: more will be coming soon
Is the section we'll introduce the MetaUI-JPA framework.
MetaUI-JPA completes AribaWeb's "InstantApp" capability by marrying the ability of MetaUI to generate
rich user interfaces based on class metadata with the Java Persistence API (JPA)'s ability to
persist annotated java classes. MetaUI-JPA itself is a quite thin "adaptor layer" between the two frameworks.
Where do we go from here?
NOTE: This document is incomplete: more will be coming soon
The "by example" section of this document is forthcoming. In the meanwhile, your best way to explore
MetaUI is:
Watch the screencasts:
Check out the source code for the examples, taking special note of each annotation, and the .oss files:
examples/MasterDetail
examples/AtIssue
Use Component Inspector on the examples
- Make sure to select the "meta" link and walk up and down the stack of components, taking a look at the components involved (e.g. MetaSearch, MetaDetailTable)