Logo of Bento frameworkspaceObject Oriented Programming


RequestResolver

Free source code example for Bento framework...

Seeing is believing! First of all, please enjoy the example of Bento framework that is running on our web site. It is the simple photo Blog where you can upload the image files by your web browser (multipart/form-data), or e-mail with file attachment. After you grasp how it works, please explore its source code. The source code of the example is included in the FREE trial version of Bento framework.

[ Try and download example ... ]

Interfaces and their Repository ...

This API consists of one class and two interfaces. The class is Repository for the two interfaces, in association with the HTTP request path. One of the interfaces is Setter, that saves the current HTTP request. Another interface is Getter, that picks up the saved HTTP request while processing the subsequent HTTP request. Where to save the HTTP request depends on the implementation of those interface. In the typical implementations of Setter and Getter, the HTTP request can be saved as HttpSession object for the short time persistence.

Read Java doc / FREE Download

You can read the Java doc for this API online. Or it is included in the trial version of this API and you can download it at FREE.

Java doc README
Trial License Product License
Download

Copyright © 1997-2010 OOP-Research CorporationTM, All Rights Reserved.

Valid XHTML 1.0! Valid CSS!