jbossorg/sbs-bulkdataapi

Use Jive 6 approach to build REST API

Opened this issue · 0 comments

SBS didn't provide much options to build an API so standard Struts Action was used.

Jive 6 provides JAX-RS which can be used in plugins as well and would be better to use standard technique for building such API producing JSON

Inspiration from Jive-Fu plugin:
Spring configuration
Rest implementation
Rest annotations