Projects tagged ‘rest’ and ‘restlet’


Jump to tag:

Projects tagged ‘rest’ and ‘restlet’

Filtered by Project Tags rest restlet

Refine results Project Tags java (11) xml (7) groovy (4) restful (4) framework (4) gae (3) spring (3) xstream (3) web (3) http (2) servlet (2) webservice (2)

[16 total ]

26 Users
   

Lightweight REST framework for Java Do you want to embrace the architecture of the Web and benefit from its simplicity and scalability? Leverage our innovative REST engine and start blending ... [More] your Web Sites and Web Services into uniform Web Applications! [Less]
Created over 3 years ago.

11 Users
   

This project's main objective is to provide routing functionality to PostGIS / PostgreSQL. pgRouting is part of PostLBS, which provides core tools for Location Based Services (LBS) as Open Source ... [More] Software (OSS). Its tools are similar to those found on proprietary software. [Less]
Created about 1 year ago.

3 Users
 

Kauri is a Java-based framework for RESTful (web) application development. It's based on Restlet, jQuery, Maven, Spring and the sweaty hands of its core development team.
Created about 1 year ago.

2 Users

Introductiongrails-jaxrs is a Grails plugin that supports the development of RESTful web services based on the Java API for RESTful Web Services (JSR 311: JAX-RS). It is targeted at developers who ... [More] want to structure the web service layer of an application in a JSR 311 compatible way but still want to continue to use Grails' powerful features such as GORM, automated XML marshalling, Grails filters and so on. This plugin is an alternative to Grails' built-in mechanism for implementing RESTful web services. At the moment, plugin users may choose between Jersey (version 1.1.1-ea) and Restlet (version 2.0-m4) as JAX-RS implementations. Both implementations are packaged with the plugin. Support for Restlet was added in version 0.2 of the plugin in order to support deployments to Google App Engine. Other JAX-RS implementations such as RestEasy or Apache Wink are likely to be added in upcoming versions of the plugin. Please let us know if you'd like to have them added. FeaturesMakes the JSR 311 (JAX-RS) available to Grails applications for developing RESTful web services. New Grails artefact types, Resource and Provider, for JAX-RS classes. JAX-RS Resource classes under grails-app/resources are auto-detected and can be modified at runtime. JAX-RS Provider classes under grails-app/providers are auto-detected and can be modified at runtime. Extended Grails command line interface Create new resources and unit test templates via grails create-resource . Generate ready-to-use resources from domain objects (scaffolding) via grails generate-resources (early access). Ability to use any Grails feature within JAX-RS resources and providers such as GORM can be for interacting with persistent domain objects. Grails filters for intercepting requests to JAX-RS resources. Grails services which can be auto-injected by name. The plugin implements special JAX-RS providers for converting between XML and Grails domain objects. Plugin users may choose between Jersey and Restlet as JAX-RS implementations by means of configuration. grails-jaxrs applications can be deployed to Google App Engine (GAE) when using Restlet. Jersey currently doesn't run on GAE. Getting startedIf you've used version 0.1 before make sure to read the upgrade notes. Detailed installation instructions can be found on the InstallationInstructions page. First steps with the grails-jaxrs plugin are described in the GettingStarted guide. Advanced grails-jaxrs features are described on the AdvancedFeatures page. [Less]
Created 4 months ago.

0 Users

JATComm is an application to use a mobile phone connected to your PC to send SMS messages. It has three parts: * Serial Connection - handles the serial connection to the mobile phone using ... [More] RXTX library and sends SMS messages through AT commands. * SMS Server - a server using RESTlet library to deploy a remote service to send SMS messages. * SWING client - uses RESTlet to connect to the remote service as a client. The project supports sending message messages with a number and message, or using a XML version of a single SMS, or a XML version a batch of SMS messages, all sharing the same prefix. It uses XStream for XML to Object mapping. The AT code was done for a Motorola V980 mobile phone. [Less]
Created about 1 year ago.

0 Users

Tabula is comprised of several subprojects, such as a server and GUI tools. The framework is based on SOFEA, removing the UI responsibilities from the server to other applications. The server itself ... [More] deals with business logic and persistence, among other issues. In order to expose this functionality, there is a REST service layer, implemented with the RESTlet library. I've created a simple XML format specification to declare and configure the services, allowing for runtime changes. The implementation supports Java and Groovy classes as request handlers. The main goal of the framework is to reduce app restarts during development as much as possible, while providing a simple environment for prototyping and developing small to medium applications. [Less]
Created about 1 year ago.

0 Users

Groovy Restlet is a simple Groovy DSL for constructing Restlet application. GroovyRestlet is not hosted by Groovy as a Groovy Module, please check ... [More] http://docs.codehaus.org/display/GROOVY/GroovyRestlet for more information RequirementCurrent build 0.1.0-SNAPSHOT based on following technologies: Restlet 1.1-SNAPSHOT Slf4J 1.4.3 CGLib 2.1_3 Spring 2.5 commons-lang 2.3 Simple UsageCreate an instance of GroovyRestlet first. GroovyRestlet gr = new GroovyRestlet()If you want Spring support, provide an instance of ApplicationContext as the constructor parameter. GroovyRestlet gr = new GroovyRestlet(appCtx);Preparing your building script using simple GroovyRestlet DSL syntax, for example see SpringIntegrationExamples Calling GroovyRestlet.build(URI) then done. gr.build(uriToScript) [Less]
Created 12 months ago.

0 Users

...later
Created 3 months ago.

0 Users

SWING editor to create XML configuration for REST - based applications.
Created about 1 year ago.

0 Users

RMEP means RESTful Mail Exchange Protocol, a modern alternative to SMTP, POP and IMAP protocols that wants to fully leverage the Web architecture and break the limits of existing mail systems, while ... [More] providing a smooth evolution path. Our goals are to: openly define a specification based on HTTP provide a reference implementation You can contribute to our wiki and join us in the discussion list! [Less]
Created about 1 year ago.