XPipe

Towards the industrialization of XML processing

Last updated Sunday, January 06, 2002

XPipe Developer Resources

Assorted material that may be of interest to XPipe developers

Python/Jython Tutorials

http://www.awaretek.com/tutorials.html

Dive Into Python is a complete book - available for download - on Python programming for experienced developers. Get it at http://diveintopython.org/

Bruce Eckel's Thinking in Python also an interview with Bruce in MP3 from DDJ and Technetcast

There are numerous books on Python available. Consult your favourite on-line bookstore.


Jython Resources

Note that Jython is Python. The languages are one. The only differences are down to platform dependancies such as you would find with any portable programming language. So, most of what you find out there about Python is directly applicable to Jython and that includes a very high proportion of the available modules/libraries.

The definitive source for all things Jython (including

Python and Java the best of both worlds - Article by Jim Hugunin the original creation of Jython (when it was called JPython)

Extract from an O'Reilly Book on Python - Jpython the felicitous union of Python and Java

Accessing Java from Jython

Jython for Java Programmers, by Robert Bill, New Riders Publishing, ISBN: 0735711119 - available

Jython Essentials, is due to be published in March 2002 by O'Reilly (Samuele Pedroni and Noel Rappin) ISBN: 0596002475


GUI Stuff

anygui (http://www.anygui.org) might be a good candidate for Q'n'D GUI tools for XPipe:

http://www-106.ibm.com/developerworks/linux/library/l-anygui/
Note its ability to do Java/Swing or wxPython or Tk depending on environment

VisAdd looks like a really interesting Java/Jython based data visualization tool that could be very useful for XPipe/XGrid monitors and stat analysis.

http://www.siggraph.org/publications/newsletter/v32n3/columns/elvins.html

So too does VTK http://public.kitware.com/VTK/.

 

Up

Home