|
From: Sean M. <sea...@pr...> - 2002-01-31 22:08:11
|
David, Great stuff. I'm looking forward to looking at this. (Downloading netbeans...) I think a number of IDEs out there could help reduce the development time for some GUI based XComponent/XPipe tools. I was thinking of using UML sequence or state diagrams in something like ArgoUML for XPipe editing. ArgoUML can save out XMI which could be processed (with XPipe of course) to create XPipe compliant pipelines. Eclipse (http://www.eclipse.org) is another possibility. An XPipe project-specific tool could be created using a graph editing toolkit such as the GEF library used in ArgoUML. Anybody got any suggestions for other open source graph editing toolkits for Java? Sean At 01:44 01/02/2002 +0400, David Shalamberidze wrote: >Hi All, > >About Swing based XComponent editor. >I think it should not be only editor it should provide features like >compilation, debugging, executing XPipes etc. >Also component developer should have ability to write and debug additional >code, which will be used by XComponent for instance additional Java classes >or scripts. >I am afraid that development of such IDE will be very difficult and will >take a lot of time. > >I propose to use existing IDE such Netbeans (Sun Forte) with additional >modules for XComponent support. This IDE is based on open APIs and has very >flexible infrastructure for additional modules. >This approach gives ability to use existing services of the IDE such project >manager, project tree explorer, java debugger etc. > >Netbeans is free open source project and for XComponents development will be >required only to download it and XComponent module and use it free. > >Netbeans also allows adding support for XSLT, Jython and other script >languages. > >You can see prototype of XComponent module for Netbeans at >http://xpipe.tripod.com/ >Please don't forget it is only prototype :) > >I used David Starr's draft Java implementation of XComponent. But I was >forced to place it in package (org.xpipe) because it is a requirement of >Netbeans modules specification. > >David Shalamberidze >da...@sa... > > > >_______________________________________________ >Xpipe-developers mailing list >Xpi...@li... >https://lists.sourceforge.net/lists/listinfo/xpipe-developers http://www.propylon.com |