Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Restlet Framework

Compare

  Analyzed about 23 hours ago

The leading RESTful web framework for Java Do you want to blend your web services, web sites and web clients into unified web applications exposing and consuming RESTful web APIs? Leverage the open source Restlet Framework and its unique Java API available in six consistent editions: Java SE ... [More] , Java EE, OSGi, GAE, Android and GWT! Current versions: 2.2.0 (Stable) 2.3 M1 (Testing) both released on Mar. 27, 2014 [Less]

259K lines of code

0 current contributors

over 4 years since last commit

46 users on Open Hub

Inactive
4.69231
   
I Use This
Licenses: apache_2, common_de..., eclipse

ArmedBear Common Lisp (ABCL)

Compare

  Analyzed 4 months ago

ABCL is an implementation of Common Lisp (CL) running in the JVM: it can run in the same JVM as your Java code, allowing full mixture of Lisp and Java code. Being a full CL implementation, it runs many existing libraries and applications, such as Maxima, a computer algebra system. With support for ... [More] JSR-223, you easily extend any JSR-223 compatible application with Lisp as a macro language. This includes integration with the Ant build system using its script-tag. ABCL features both an interpreter and a compiler which compiles into jvm byte code. [Less]

146K lines of code

1 current contributors

4 months since last commit

24 users on Open Hub

Activity Not Available
3.75
   
I Use This

app-engine-patch

Compare

  No analysis available

With app-engine-patch a major part of Django works on App Engine without any modifications. An important feature is use of Google's native 'Model' class to interact with the 'Big Table' database, rather than the Django ORM. This has the advantage that you can use new datastore features as soon ... [More] as they get released, and code optimized for the App Engine Datastore can be reused from both Django and WebApp projects. Many optional, useful extras are provided in the companion 'ragendja' library to speed up your App Engine development. [Less]

0 lines of code

0 current contributors

0 since last commit

11 users on Open Hub

Activity Not Available
4.4
   
I Use This
Mostly written in language not available
Licenses: mit

Gaelyk

Compare

  Analyzed 1 day ago

Gaelyk is a lightweight toolkit for developing applications for Google App Engine, using the Groovy programming language.

27.4K lines of code

4 current contributors

almost 5 years since last commit

5 users on Open Hub

Inactive
0.0
 
I Use This

Maven GAE Plugin

Compare

  No analysis available

Google App Engine Maven Plugin. Integrates google's AppEngine Java SDK as a maven plugin.

0 lines of code

0 current contributors

0 since last commit

4 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: apache_2

GAE-REST

Compare

  Analyzed 1 day ago

Implements the Ning Atom REST API for Google App Engine. - a plug ’n play package that enables easy web services API with full read access without having to code anything on any GAE app - execute arbitrary queries against the Data Store and get the results as an Atom feed - 3rd party ... [More] developers can easily create mash-ups and applications using your app’s data - developers without prior Python knowledge can take advantage of DataStore bigtable implementation and GAE app hosting - since the output is atom, people can subscribe to any data view of your application using existing feed readers - anyone can make queries from the location bar instantly! - two apps with the REST package installed can perform cross app queries (something currently not supported by the App Engine) [Less]

319 lines of code

0 current contributors

over 15 years since last commit

3 users on Open Hub

Inactive
0.0
 
I Use This

grails-jaxrs

Compare

  Analyzed 1 day ago

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 want to structure the web service layer of an application in a JSR 311 compatible way but still want to ... [More] continue to use Grails' powerful features such as GORM, automated XML and JSON marshalling, Grails services, 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 and Restlet 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. Latest ReleaseRelease notes for grails-jaxrs version 0.3 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 via grails generate-resources . Scaffolding Generate RESTful service interfaces for Grails domain objects Content negotiation support for XML and JSON representations 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. Entity providers Domain object providers that convert between Grails domain objects and XML or JSON representations Support classes for developing custom entity providers Support for content negotiation using the Accept request header 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). Getting startedIf you've used an older version of grails-jaxrs take a look at the release notes for version 0.3 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]

2.5K lines of code

0 current contributors

about 8 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This

gae-init

Compare

  Analyzed 1 day ago

Google App Engine with Bootstrap, Flask and tons of other cool features

5.19K lines of code

7 current contributors

almost 2 years since last commit

2 users on Open Hub

Very Low Activity
5.0
 
I Use This

PojoSR

Compare

  Analyzed about 13 hours ago

128K lines of code

2 current contributors

about 4 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

KeMeGe's python toolkit

Compare

  No analysis available

A set of several small python programs

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl