Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Table of contents

Description

The REST interface provides access to aggregated data in xml, json and html format.

Responsible Person

User 'Former user' not found

Status

Status

Ready for Use

Possible Values: Ready for Use, In Development, Plannend, Broken

DevelopmentStatus

Source Code

Project: https://github.com/soziotech/CommunityMashup/tree/master/interfaces/RESTInterface

Tracking

0%

Planned Todos

  1. handler

    Refactoring of REST Servlet structure

    Priority MEDIUM
    lachenma
    Mar 06, 2013
  2. handler

    Transition to EMF Json 5

    Priority LOW
    lachenma
    Mar 06, 2013
0%

Bugs

0%

Feature Request

Used Libraries

Name

Version

License

Usage

Link

EMF Json0.4.1EPL 1.0Compiledhttps://github.com/ghillairet/emfjson
Jackson1.6.0Apache Licence 2.0Compiledhttp://jackson.codehaus.org/
Freemarker2.3.19BSD-style licenseCompiledhttp://freemarker.sourceforge.net/

Possible Usage Values: Compiled, Source, Extended Source, Modified Source

LibraryUsage

Configuration

Key

Description

Possible Values

Default

Required (Yes/No)

urlSuffixUrl path to access the interfacetextemptyNo
typeOutput formatxm, json, json-p, htmlxmlNo

Example:

<interfaceConfigurations xsi:type="application:RESTInterface" name="XML interface" urlSuffix="xml" type="xml">
    <configuration/>
</interfaceConfigurations>

Description

REST interface with xml format that can be accessed at /xml.

  • No labels