jerk off instructions
Home

Login Form

Username

Password

Remember me
Forgotten your password?
No account yet? Create one
JAXFront Eclipse PlugIn
 
eclipse logoWith 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
 
Image
 
Requirements
  • Eclipse Version 3.0 or higher
  • JDK Version 1.4 or higher
  • Windows (SWT-Swing bridge from IBM doesn't work under Linux, early access in JDK 1.5)
 
 
Demo
ImageHow to use the JAXFront Plugin (Viewlet Online Presentation)
 
Requirements
ImageDownload the JAXFront Eclipse PlugIn now