I*****n 发帖数: 90 | 1 有个头疼的project. 需要用.net写个middle tier, 但是要用的base API 只有java,
python和c.有什么好办法能把java compile 成dll 或者别的能在.net里直接call的办
法吗? | c****e 发帖数: 1453 | | g*****g 发帖数: 34805 | 3 If you could front the java API with a rest service, it's better that way.
Otherwise, you can try JNI.
【在 I*****n 的大作中提到】 : 有个头疼的project. 需要用.net写个middle tier, 但是要用的base API 只有java, : python和c.有什么好办法能把java compile 成dll 或者别的能在.net里直接call的办 : 法吗?
| I*****n 发帖数: 90 | 4 多谢楼上二位指路,我去看下ikvm 和jni.
二位元宵快乐! | c*********e 发帖数: 16335 | 5 en,用web services把java那边的数据通过json传给.net这边。
【在 g*****g 的大作中提到】 : If you could front the java API with a rest service, it's better that way. : Otherwise, you can try JNI.
|
|