Shawn Walker wrote: > Dave Miner wrote: >> kunal ghosh wrote: >>> (The choice of using JAVA for GUI is a part of the project proposal and >>> cannot be changed.) >>> >> That's unfortunate, since you won't be able to leverage very well from >> the other work that's going on with the IPS and Caiman components. > > I think what Dave is subtly pointing out here is that IPS and many other > projects around it are using Python. You would really be best suited to > write this in Python as we are developing quite a few APIs for it and > IPS is (almost entirely) written using it. You will have to reinvent > quite a few "wheels" if you stick with your choice of language. >
Depending on whether the APIs are core focused or GUI focused you may be able to consider Jython - leveraging the existing Python APIs as much as possible while using Java for the GUI bits. --Jens
