Java REST server the enterprise way -
i have web app uses php backend. server gets requests , sends data in json. in sense simple rest server. want reimplement server in java. technology/framework should use. more like, how enterprise solution like?
the question of poor quality. can simple google search
- spring (spring boot: latest light weight 1 of spring)
- struts
- play
- sparkjava
- dropwizard
and on popular java frameworks... each has own advantage. spring strongest , vast one. suggest spring if heavy application. else can go of them.
see this
all of them rest supported
Comments
Post a Comment