A
A
Andrey K2013-02-07 10:36:32
Java
Andrey K, 2013-02-07 10:36:32

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

6 answer(s)
D
dshvechikov, 2013-02-07
@dshvechikov

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 :)

A
Artur Smirnov, 2013-02-07
@wisd

What the doctor ordered

T
Terranz, 2013-02-07
@Terranz

I just took spring, made services on it with a response in json
, you can see it in my repository

M
miolini, 2013-02-07
@miolini

Look towards PlayFramework. Development of code in the style of ruby-on-rails with hot substitution of op-code.

A
asm0dey, 2013-02-10
@asm0dey

Personally, Restlet seems to me the most adequate and simple .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question