Answer the question
In order to leave comments, you need to log in
Java: REST service for mobile app?
Good day, dear colleagues!
There was a desire to look at Java and, as a small project, write a REST service for a mobile application + an admin panel for managing information. I have implemented similar things before in Ruby, Rails. Googled on Java - a bunch of technologies.
Tell me what is the best way to write a project and in what direction to dig in terms of training (books, blogs, etc.). In principle, I consider Scala and Clojure as alternatives.
Thanks in advance for your replies.
Answer the question
In order to leave comments, you need to log in
In java, there is a specification for rest services jsr 311 in my opinion, it has several implementations. For example www.jboss.org/resteasy . Documentation for the same resteasy shaft. I think we should start with it :)
I just took spring, made services on it with a response in json
, you can see it in my repository
Look towards PlayFramework. Development of code in the style of ruby-on-rails with hot substitution of op-code.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question