954,529 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Objective C and JAVA communication - both ways.. Need help

I am trying to connect objective c application to Java.. I am relatively new to both.. Basically I would like Java application front-end which can call the objective - c app. I was thinking about first creating the obj c library in xcode and than wrap it in java somehow to get it called by my Java front end. somehow using JNI.. I am fuzzy on the specifics of the mechanisms... I was to get some advice from some of the experts out there... Any pointers to articles or books or code example are greatly appreciated..

llimewater
Newbie Poster
1 post since Aug 2010
Reputation Points: 10
Solved Threads: 0
 

what is the specific setup of your application?

I've worked on development where the front end was C++ and the back-end was Java. We used RPC calls between the two systems to communicate which amounts to defining an HTTPServlet and using the post methods to pass back and forth serialized packets of information.

If one of the pieces if already compiled into DLL's you will probably want to go the JNI route then.

Killer_Typo
Master Poster
781 posts since Apr 2004
Reputation Points: 152
Solved Threads: 39
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: