OOP BinaryStore Version 2.1.2

OOP BinaryStoreTM Version 2.1.2 API Specification

OOP BinaryStore API Version 2.1
This API saves/retrieves the file into/from SQL table through JDBC.

See:
          Description

Packages
com.bentofw.binarystore The classes in this package save/retrieve the binary contents of the file into/from SQL table through JDBC.
com.bentofw.util The classes and interfaces required for APIs by OOP-Research.

 

OOP BinaryStore API Version 2.1
This API saves/retrieves the file into/from SQL table through JDBC. Along with the binary contents of the file, the file name and the content-type can also be persistent. The user of your web application can upload the file by multipart/form-data encoding, and your JSP/Servlet on Tomcat can save it into SQL database by this API. For each file saved on the SQL table, the unique ID is issued. This ID can be saved into another SQL table within your web application, and can be used to get back the uploaded file later.

The following API is required :

About the latest release and the updated information (such as the new example), please visit our web site.


OOP BinaryStore Version 2.1.2

ALL CONTENTS COPYRIGHT 2005, OOP-Research Corporation. All rights reserved.
Any questions and comments are welcome to OOP-Research Corporation.