What is the simple way to create a WebService Rest from an existing Java Web Dynanic project? [closed]

3

Talk to people

I'm a beginner in the java world and I created a Web Dynamic project where I use Hibernate, PrimeFaces and TomCat. Everything is working, screens, registers (CRUD) and stuff. Only now I want to turn it into a webservice so I can consume the data through an Android app. I have already come and reviewed Google and found a lot of things, with several approaches, using several different frameworks. This messes a lot in my head and I do not know where to start, what to wear. So I would like to know if anyone gives me a light where to start.

    
asked by anonymous 10.06.2015 / 21:26

1 answer

0

Use the Spring Framework, fast, practical, easy to implement, and very useful.

link

If you want something more optimized for hibernate, I've developed a library that already implements a lot.

link

    
11.06.2015 / 05:47