[Java-gnome-developer] Re: starting with java-gnome
Brought to you by:
afcowie
From: Tom T. <tr...@re...> - 2005-05-22 21:53:02
|
>>>>> "Tomasz" == Tomasz Mielnik <tmi...@co...> writes: Tomasz> 1. Is it possible to use java collections (like Vector, Hashtable, etc) Tomasz> with java-gtk/java-gnome. I ask bcoz i saw that gtk/glib is using it's Tomasz> own list/maps implementation? This roused my curiosity and I looked at org.gnu.glib.List and org.gnu.glib.GListString. Would it be useful for these to implement java.util.List? Besides being more java-like, in 1.5 it would mean you could use one as an argument to the new foreach construct. Tomasz> 5. Did someone tried to use jakarta subprojects inside GTK app(commoncs Tomasz> for instance) and compile them with gcj? I haven't, but I don't think you'll have any real trouble doing this. FWIW Eclipse uses gtk (not via java-gnome though) and several things from the ASF (ant, tomcat, lucene at least) without problems. If you run FC4, a some of this stuff is already gcj-compiled in the distro. Tom |