Alright, I've never done this before so this may not be the way to go about it, but here goes.

I'm creating an Application that connects to a Server which executes SQL Queries. I am coding the Application as a prototype in Java currently and extending it later possibly with an API that converts the Java code into a Native iOS Application (RoboVM). I am coding the Server in Java, this is the part I'm not sure if it's the best way to do it.

To do this, I need to "connect" the Client to the Server. How would I go about this?

Recommended Answers

All 3 Replies

or Java RMI, where you can invoke methods implemented on the server from the client

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.