Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

REST support in STP

Revision as of 23:32, 6 November 2007 by Unnamed Poltroon (Talk) (Introduction)

Introduction

This page aims to define the basic processes on how to support REST in stp.

There are two ways to support to create RESTfull service:

* Exposing  a database to RESTfull service directly
* Starting from importing some POJO class into a rest project, then add some REST annotations which defined in jsr311 specification

Back to the top