sqlREST Users Guide

SourceForge.net Logo

Installation

Using a different database

The JDBC connection is configured in the sqlrestconf.xml. You can find sqlrestconf.xml inside the WEB-INF directory. Look at:

sqlrest-XXX\webapps\sqlrest\WEB-INF\sqlrestconf.xml

To configure the driver, enter the right values for your database. The snippet shows a configuration for a hypersonic database in server mode.

<jdbc-driver-class>org.hsqldb.jdbcDriver</jdbc-driver-class>
<database-url>jdbc:hsqldb:hsql://localhost</database-url>
<user>sa</user>
<password></password>
    

MS SQL Server

[ToDo]

Examples

[ToDo]

Further reading

Architectural Styles and the Design of Network-based Software Architectures
The dissertation from Thomas Roy Fielding

RESTwiki
WikiWiki Web dedicated to REST

RFC 2396: Uniform Resource Identifiers (URI): Generic Syntax

REST Web Services - Eine Einführung
German introduction in REpresentational State Transfer