This is a very early Eclipse plug-in. VERSION 0.2 Adds the first edition of the page editor. All the windows are in place and largely functional. The listeners that connect one to another and the page selection have to be hooked up. Once that is done about 90% of the functionality will be in place. The pages can be opened from the navigator but the palette, inspector and style sheets need to be opened from the view menu. The palettes open and are interactive but the code is not being regenerated at present - that's the next step. VERSION 0.1: The plug-in includes a wizard for creation of a XUI project and an editor/viewer for subsequently editing the project file. The wizard does not yet automatically open the new project (it doesn't yet generate the Eclipse .project and .classpath files), so you will need to open the new project manually by creating a new Java project with existing sources. The new project doesn't include the XUI jar files yet either, so you will need to manually copy those into your project. Any comment, suggestion, input and assistance will be gratefully received.