I
I
ironalibay2014-07-28 15:01:55
Java
ironalibay, 2014-07-28 15:01:55

Java Web API - what technologies/tools/tools to use?

Hello, such a task: there is a php application and an rsa server for two-factor authorization. Between them is a java-proxy server, which is an intermediary, in other words, it must provide a web api interface for a php application. The command set is small.
Actually the question is: what technology (framework / library / tools) to choose to build this WEB API in java?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Ruslan Lopatin, 2014-07-28
@ironalibay

Some implementation of JAX-RS. Or you can process requests manually if the API is small - save server resources.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question