Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gsoft.enc.* (2)gsoft.sql.* (6)gsoft.util.* (9)gsoft.xervlet.* (29)

Package Samples:

gsoft.xervlet
gsoft.util
gsoft.sql
gsoft.enc

Classes:

MultipartResponse: A utility class to generate multipart/x-mixed-replace responses, the kind of responses that implement server push. Note that Microsoft Internet Explorer does not understand this sort of response. To use this class, first construct a new MultipartResponse passing to its constructor the servlet's response parameter. MultipartResponse uses the response object to fetch the servlet's output stream and to set the response's content type. Then, for each page of content, begin by calling startResponse() passing in the content type for that page. Send the content for the page by writing to the output stream ...
MultipartRequest: A utility class to handle multipart/form-data requests, the kind of requests that support file uploads. This class can receive arbitrarily large files (up to an artificial limit you can set), and fairly efficiently too. It cannot handle nested data (multipart content within multipart content) or internationalized content (such as non Latin-1 filenames). It's used like this: MultipartRequest multi = new MultipartRequest(req, ".");   out.println("Params:"); Enumeration params = multi.getParameterNames(); while (params.hasMoreElements()) { String name = (String)params.nextElement(); String value ...
EncryptionUtility: This class is to be used by CoreDataResources to store the algorythm for encryption and decryption of String variables. It is a quick hack, and needs a lot of work.
DateTools: No javadoc -- feel free to app it ; ) Mail corrections to steveg@coredata.net
DateObject: No javadoc -- feel free to app it ; ) Mail corrections to steveg@coredata.net
EncryptionAlgorithm
ConnectionInterface
DynamicConnection
InformixConn
MySQLCon
OrclConn
SQLSrvCon
FileController
FileObfuscator
FileObfuscatorManager
Letter
MailMan
NextNum
NumberFormats
SecurityObfuscator
ATMActivityBaseXervlet
BaseDBXervlet
BaseObfuscatedXervlet
BaseXervlet

Home | Contact Us | Privacy Policy | Terms of Service