Although you can do lots of things, I don't think Spark is something you should think of as a synchronous, real-time query API. So, somehow trying to use it directly from a REST API is probably not the best architecture.
That said, it depends a lot on what you are trying to do. What are you trying to do? You just say you're "connecting" to spark. On Wed, Feb 18, 2015 at 1:11 PM, Ralph Bergmann | the4thFloor.eu <[email protected]> wrote: > Hi, > > > I have dependency problems to use spark-core inside of a HttpServlet > (see other mail from me). > > Maybe I'm wrong?! > > What I want to do: I develop a mobile app (Android and iOS) and want to > connect them with Spark on backend side. > > To do this I want to use Tomcat. The app uses https to ask Tomcat for > the needed data and Tomcat asks Spark. > > Is this the right way? Or is there a better way to connect my mobile > apps with the Spark backend? > > I hope that I'm not the first one who want to do this. > > > > Ralph > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
