OOWeb is a small Java HTTP server/library to allow superfast standalone web applications, mapping URL directories to objects, pages to methods and GET/POST arguments to method parameters. This offers true OO web development with no bulky container!
Be the first to post a text review of OOWeb. Rate and review a project by clicking thumbs up or thumbs down in the right column.
0.8.0 * Refactored to better organise packages * Renamed PygmyServer to OowebServer. The references to Pygmy are just confusing, regardless of what it is under the hood. * Fixed a bug in the file upload code (adding extra bytes) * Ensured params/form post data is url-decoded as needed * Added ability to set an InputStream as the response body ensuring that large files or pipes can efficiently be delivered to the client. Streams and Strings and File objects can now be added to the response in an arbitrary order.
0.8.0 * Refactored to better organise packages * Renamed PygmyServer to OowebServer. The references to Pygmy are just confusing, regardless of what it is under the hood. * Fixed a bug in the file upload code (adding extra bytes) * Ensured params/form post data is url-decoded as needed * Added ability to set an InputStream as the response body ensuring that large files or pipes can efficiently be delivered to the client. Streams and Strings and File objects can now be added to the response in an arbitrary order.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?