Home arrow News arrow Newsletter 3/2005
JAXFront
Newsletter 3/2005
July 18, 2005

 


JAXFront has a new face.

We just launched a new homepage to better support you. Find interesting online demos & try out the newest JAXFront version.

Sincerely Yours, JAXFront Team


 

Rapid Prototyping for free!

Use JAXFront for your rapid prototype to generate graphical user front ends (java standalone or web). You can use JAXFront community edition at no costs for your prototyping.



Are you using SWT (eclipse)?

Use JAXFront to create your own eclipse plugins. JAXFront integrates in your eclipse environment using the SWT-Swing bridge. Create a SWT component 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);



Try out the new JAXFront eclipse plugin now! 

 
(C)opyright 2001-2007, xcentric technology & consulting GmbH