OpenSource frameworks to ease JNI development

Good day,

Last time I used JNI was several years ago, it I remember it was a difficult experience.

Can someone recommend me on open source projects/frameworks which I can use to ease the development of JNI code?

Can you recommend any other alternative for exchanging information between c++ and java code? I considered using web services and soap ,but didnt find a good c++ framework to hold c++ web services (i tried using gsoap but it has disavantages, and i heard axis c++ is no longer under development).

Any help is appriciated

Thanks

Yair

[587 byte] By [yair_zaslavskya] at [2007-10-2 20:19:05]
# 1
For a non-JNI solution, you could look at Corba, or you could grow your own using sockets.
armalcolma at 2007-7-13 23:01:16 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
Hi,You can try JNative, it's in early stage but works for most needs.--Marc ( http://jnative.sf.net)
mdentya at 2007-7-13 23:01:16 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 3

There's SWIG. It's a project about interfacing C++ with anything, and has mature Java support. I haven't used this directly myself, but it's used at the last place I worked, and from what I saw it works well and it's relatively convenient to use.

The project homepage:

http://www.swig.org/

A document about the support for Java:

http://www.swig.org/Doc1.3/Java.html

Lokoa at 2007-7-13 23:01:16 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 4
See tools: http://www.simtel.net/product.php[id]93010[SiteID]simtel.net http://www.simtel.net/product.php[id]93174[SiteID]simtel.net http://www.simtel.net/product.php[id]94368[SiteID]simtel.net http://www.simtel.net/product.php[id]95126[SiteID]simtel.net
vitallisa at 2007-7-13 23:01:16 > top of Java-index,Java HotSpot Virtual Machine,Specifications...