JTWebServ v2.0e is a simple but flexible webservice application. It allows one to request data from most any database and have it return in most any form is desired. One can easily configure it to return XML, JSON, HTML, Binary and Plain Text formats. Currently it only accepts REST requests. One uncertainty is how much of a load this service will carry.
Feedback very much appreciated. Here is Version 1.0a if needed.
Below is an example of what a request and the setup for an XML feed might look like:
http://127.0.0.1:70?profile=JTWebServ&method=ISBNXML&keyword1=9780553576344
v2.0e - 12/12/2011
- Encode option for XML
- Improved 'TestLink'
- MAJOR interface changes
- Fixes and tweaks for version 2.0d
v2.0d - 11/21/2011
- Added Binary option for alternate content when search returns no results. Ex. A "No Image Available" image when a valid image is not available.
- Added ability to execute a query upon a Successful query and a Not Found query. Way to follow-up and/or track activity and update information. Ex. If an image is not available log that fact and then have a process which takes action upon the rows in a "not_found" table.
- Added a Mapping option where one can specify [conditional] string replacement upon incoming requests.
- Added a debug feature which allows one to display the requests as they are intercepted by JTWebServ.
v2.0c - 11/01/2011
- Added Binary output option.
v2.0b - 09/23/2011
- Added JSON output option.
- Added TAG for including current DateTime in RFC822 format.
v2.0a - 08/23/2011
- Added SubQuery Capabilities.
v1.0a - 05/04/2010 Initial Release
Copyright ©2009, Data &
Stuff Inc. All rights reserved.