| |
With the JAXFront Eclipse PlugIn you get a powerful tool to edit and visualize your xml data by end users without knowing about XML at all. It offers the following editors: |
| |
- JAXFront Editor - A graphical user interface based on your XML Schema, a extended user interface definition file (XUI, optional) to manipulate an XML file.
- JAXFront Designer (aka. XUI Editor) - An editor to define your own XUI styles & behaviours
|
| |
| Use JAXFront to create SWT components: |
Use JAXFront to create SWT components at runtime based on a XML Schema, XML document (optional) & a XUI (optional). See how easy it is to generate a SWT composite:
|
Composite composite = new Composite(getContainer(), SWT.EMBEDDED); URL xsdURL = URLHelper.getUserURL("c:\\examples\\po\\po.xsd"); Document dom = DOMBuilder.getInstance().build(xsdURL, xmlURL, xuiURL, null); Composite jaxComposite = JAXFrontPanelFactory.createComposite(composite, dom);
|
See more details...
|
| Rate the JAXFront PlugIn: |
- Please do not vote for the same link more than once.
- The scale runs from 1 to 10, where 1 is the lowest rating and 10 is the highest.
- If you choose a rate lower than 5, please let us know what we can improve: info AT jaxfront.com
| |
| |
|
 |
| |
| Requirements |
| |
| |
| Demo |
How to use the JAXFront Plugin (Viewlet Online Presentation) |
| |
| Requirements |
Download the JAXFront Eclipse PlugIn now |