Eclipse Plugins for RESTful Web Services Development

I am looking for an Eclipse plugin that simplifies and speeds up writing RESTful Web Services with JAX-RX, preferably a plugin that can generate code from a given database. NetBeans can automatically create RESTful web services from a database, entity classes, or templates, and I'm looking for something similar in Eclipse.

So far, I only know the wizard that comes with Glassfish, which can create a web service from a template.

Any help is appreciated, thanks.

+4
source share

Source: https://habr.com/ru/post/1432755/


All Articles