Skip to content

vitamon/just-save-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This app saves data from parameters of POST request 

Usage: 

http://just-save-it.appspot.com/save?APP_ID=MY&name=vasia&surname=petrov 

returns statusCode = 202 if OK
returns statusCode = 400 if no APP_ID provided

To get XML summary, call:
http://just-save-it.appspot.com/xml?APP_ID=MY


To get Flex summary of saved data for your APP_ID (using GraniteDS amf endpoint):
http://just-save-it.appspot.com/stat


Thechnology stack used:
Google App engine for java hosting and persistence, 
Servlet API, Spring MVC, Spring IoC, GraniteDS Amf service, 
custom XML endpoint (XML marshalling via SimpeXML framework), 
Flex 4 client.

About

GAE application to save data from any client in form of key-value pairs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published