Smart Api Pages
CjOS Project @ cjos.sourceforge.net

Documentation

Bind Pages
Cjos Library
Cjos Pages
Cjos News Pages
Eric Pages
Introduction To Smart Api
Osgi Pages
Registry Api Pages
Smart Api Pages
Xvcl Pages

CjOS Project

Summary Page
Mailing List
Download
CVS
JOS Technical Edition
Support This Project
Cjos Pages; Api Pages; [ Cjos Audience]

Articles

  • Smart Api Manual - Official manual for the Smart API.
  • Introduction To Smart Api
  • Beyond The Last Dependency
  • Smart Api
  • Smart Api Version
  • Smart Api Version Five
  • Password Encryption
  • Scheme Chaining - One scheme depends upon another.

Ideas

  • Smart Api Meta Data
  • Smart Api And Jndi
  • Jdbc Datasource Ini
  • Jndi Initial Context Factory
  • Database Design Studio Pages
  • Smart Api And Ant Task - Using the Smart Api Task with Apache Ant.
  • Smart Api And Base Sixty Four
  • Smart List Program - Display the current configuration of the Smart API.
  • Smart Registry - See also Data Registry.
  • Smart Stream Factory - The Smart Stream plug-in implements basic in: and out: schemes.
  • Smart Api And Randdos - The x-console: scheme was originally...
  • Smart Api And Redirect - Redirect output from a program to a file.
  • In Schemes - The Smart Stream plug-in provides a collection of inputstream-related schemes.
  • Out Schemes - The Smart Stream plug-in provides a collection of outputstream-related schemes.
  • Smart Crypto Schemes - The Smart Crypto plug-in provides a collection of cryptography-related schemes.
  • Smart Encoding Schemes - Encoding-related schemes.
  • Smart Jndi Schemes - The Smart JNDI plug-in provides a collection of JNDI-related schemes.
  • Smart Key Spec Schemes - The Smart Key Spec plug-in provides a collection of key spec schemes.
  • Smart Parameter Spec Schemes - The Smart Parameter Spec plug-in provides a collection of algorithm parameter spec schemes.
  • Smart Security Schemes - The Smart Security plug-in provides a collection of security-related schemes.
  • Smart Ssl Schemes - The Smart SSL plug-in provides a collection of SSL-related schemes.
  • Smart Api Test - Techniques when having trouble with the Smart API.
  • Smart Api And Service - Building a plug-in framework.
    • Class Loader And Get Resources
    • Smart Spi Pages - Service provider interface.
    • Plugin On Demand Pages - Proposed PODs.
    • Smart Api And Parent Controller - Proposed interface.
    • Smart Api And Request - Describes a proposed request interface.

  • Smart Api Pattern - Describes the design of Smart API in patterns.

Plugins

  • Smart Bridge Plugin - Plugging Smart API 4a into version 5a.
  • Smart Grabber Plugin - in:byte: and in:string: schemes.
  • Smart Stream Plugin - Basic in: and out: schemes.
  • Url To Smart Api Bridge - Plugging Smart API into the java.net.URL framework.

Schemes

  • Alias Scheme - Scheme for program alias.
  • Anttask Scheme - Scheme for Ant task.
  • Applet Scheme - Scheme for an applet.
  • Bean Scheme - Uses JavaBean Activation Framework (JAF).
  • Bytecode Scheme - Scheme for bytecode (class file).
  • Byte Hex Scheme - Scheme for byte array.
  • Cache Scheme - Scheme for generic in-memory cache.
  • Certificate Scheme - Scheme for java.security.cert.Certificate.
  • Certificate Factory Scheme - Scheme for java.security.cert.CertificateFactory.
  • Cipher Scheme - Scheme for javax.crypto.Cipher.
  • Class Scheme - Scheme for java.lang.Class.
  • Class Loader Scheme - Scheme for org.jos.classloader1a.ClassLoaderHolder (and java.lang.ClassLoader).
  • Command Scheme - Resolves a command class.
  • Controller Scheme - Returns an enumeration of org.jos.smartapi4a.Controller.
  • Database Scheme - Returns org.jos.database1a.Database, or null.
  • Database Data Source Scheme - Returns org.jos.database1a.Database, or null.
  • Desktop Scheme - Using scheme chaining, returns a desktop browser-compatible file.
  • Digest Scheme - Using scheme chaining, returns a digest for another resource.
  • Document Xml Scheme - Using scheme chaining, returns an XML document from another resource.
  • Document Builder Factory Scheme - Returns a document builder factory from JAXP.
  • File Scheme - A scheme for local files.
  • Finder Scheme - Returns an instance of org.jos.finder1a.Finder for event-driven finder processing.
  • Finder Ar Scheme - Finder for ar-compatible archive (.ar, .deb).
  • Finder Cab Scheme - Finder for cab-compatible archive (.cab).
  • Finder Cpio Scheme - Finder for cpio-compatible archives.
  • Finder File Scheme - Finder for files.
  • Finder Ftp Scheme - Finder for FTP.
  • Finder Http Scheme - Returns an instance of org.jos.finder1a.Finder for event-driven finder processing.
  • Finder Iso Scheme - Finder for an ISO image.
  • Finder Scm Cvs Scheme - Finder for CVS repository.
  • Finder Scm Svn Scheme - Finder for SVN repository.
  • Finder Tar Scheme - Finder for tar-compatible archive (.tar, .tar.gz, .tgz).
  • Finder Zip Scheme - Finder for ZIP-compatible archive (.zip, .jar, .war, .ear).
  • Ftp Scheme - Connect with FTP.
  • Http Scheme - Connect with HTTP.
  • Https Scheme - Connect with HTTPS.
  • In Scheme - Scheme for a local file.
  • In Ar Scheme - Scheme for a file inside an ar-compatible archive.
  • In Base64 Scheme - Scheme for Base64-encoding.
  • In Buffer Scheme - Using scheme chaining, returns an instance of java.io.BufferedReader (or java.io.BufferedInputStream).
  • In Byte Scheme - Smart Grabber plug-in scheme for InputStream.
  • In Cab Scheme - Scheme for a file inside a Cabinet-compatible archive.
  • In Cipher Scheme - Scheme for CipherInputStream.
  • In Cpio Scheme - Scheme for a file inside a cpio-compatible archive.
  • In Data Scheme - Scheme for java.io.DataInputStream.
  • In Digest Scheme - Scheme for chaining a message digest to a input stream.
  • In Dot Scheme - Scheme for relative filename.
  • In Drive Letter Scheme - Scheme for drive letters.
  • In File Scheme - Scheme for a local file.
  • In Hex Scheme - Scheme for hexidecimal encoding.
  • In Http Scheme - Scheme for an HTTP connection.
  • In Https Scheme - Scheme for a HTTPS connection, with two-way SSL.
  • In Iso Scheme - Scheme for a file inside an ISO image.
  • In Line Scheme - Scheme for java.io.LineNumberInputStream.
  • In Message Digest Scheme - Scheme for a message digest as an input stream.
  • In Mime Scheme - Scheme for MIME encoding.
  • In Null Scheme - Scheme for a null input stream.
  • In Path Scheme - Scheme for PATH environment variable.
  • In Pushback Scheme - Scheme for java.io.PushbackInputStream.
  • In Resource Scheme - Scheme for classloader resources.
  • In Rpm Scheme - Scheme for RPM-compatible archive.
  • In Run Scheme - Scheme for redirecting output from a program.
  • In Slash Scheme - Scheme for absolute filename.
  • In Sort Scheme - Scheme for sorting a text file.
  • In Stdin Scheme - Scheme for standard input stream.
  • In String Scheme - Scheme for string as input stream.
  • In Tar Scheme - Scheme for a file inside a tar-compatible archive.
  • In Token Scheme - Scheme for TokenInputStream.
  • In Url Scheme - Scheme for java.net.URL.
  • In Zip Scheme - Scheme for a file inside a ZIP-compatible archive.
  • Iv Parameter Spec Scheme - Scheme for an IV parameter spec.
  • Jar Scheme - Scheme for resources in a Java Archive (JAR).
  • Jdbc Scheme - Scheme for java.sql.Connection.
  • Jdbc Datasource Scheme - Scheme for a datasource.
  • Key Factory Scheme - Scheme for a java.security.KeyFactory.
  • Key Manager Factory Scheme - Scheme for a javax.ssl.Key-Manager-Factory.
  • Keystore Scheme - Scheme for a java.security.KeyStore.
  • Logger Scheme - Scheme for org.gchii.logger.Logger.
  • Message Digest Scheme - Scheme for a java.security.MessageDigest.
  • Object Scheme - Scheme for java.lang.Object.
  • Object Class Scheme - Scheme for java.lang.Object.
  • Object Alias Scheme - Scheme for java.lang.Object.
  • Out Scheme - Scheme for a local file.
  • Out Base64 Scheme - Scheme for Base64-encoding.
  • Out Buffer Scheme - Scheme for java.io.BufferedWriter and java.io.BufferedOutputStream.
  • Out Byte Scheme - Scheme for java.io.ByteArrayOutputStream.
  • Out Data Scheme - Scheme for java.io.DataOutputStream.
  • Out Dot Scheme - Scheme for a relative filename.
  • Out Drive Letter Scheme - Scheme for drive letters.
  • Out File Scheme - Scheme for java.io.OutputStream.
  • Out Hex Scheme - Scheme for hexidecimal encoding.
  • Out Null Scheme - Scheme for a null output stream.
  • Out Object Scheme - Scheme for java.io.ObjectOutputStream.
  • Out Print Scheme - Scheme for java.io.PrintWriter and java.io.PrintStream.
  • Out Slash Scheme - Scheme for absolute filename.
  • Out Sort Scheme - Scheme for sorting a text file.
  • Out Stderr Scheme - Scheme for standard error stream.
  • Out Stdout Scheme - Scheme for standard output stream.
  • Pbe Key Spec Scheme - Scheme for PBEKey-Spec.
  • Pbe Parameter Spec Scheme - Scheme for PBEParameterSpec.
  • Pkcs Eight Encoded Key Spec Scheme - Scheme for PKCS8EncodedKeySpec.
  • Private Key Scheme - Scheme for a java.security.PrivateKey.
  • Properties Scheme - Scheme for java.util.Properties.
  • Provider Scheme - Scheme for a java.security.Provider.
  • Registry Scheme - Scheme for a data registry.
  • Run Command Scheme - Scheme for a command.
  • Run In Scheme - This scheme chains an input stream to a sub-program.
  • Run Isolate Scheme - Scheme for Isolate.
  • Run Pipe Scheme - Scheme for piping.
  • Run Main Scheme - Scheme for a classic Java application.
  • Run Mc Scheme - Scheme for Master Compiler script.
  • Run Os Scheme - Scheme for a native program.
  • Run Program Scheme - Scheme for a sub-program.
  • Run Thread Scheme - Scheme for a subprogram.
  • Salt Scheme - Scheme for a salt.
  • Secret Key Scheme - Scheme for javax.crypto.SecretKey.
  • Secret Key Factory Scheme - Scheme for javax.crypto.SecretKeyFactory.
  • Socket Factory Scheme - Scheme for a SocketFactory.
  • Ssl Context Scheme - Scheme for a javax.ssl.SSLContext.
  • String Scheme - Scheme for a string.
  • Tcp Scheme - Scheme for TCP.
  • Trust Manager Factory Scheme - Scheme for a javax.ssl.TrustManagerFactory.
  • Url Scheme - Scheme for java.net.URL.
  • Xnnn Certificate Scheme - Scheme for X.509 certificate.
  • Xnnn Certificate Cipher Scheme - Scheme for cipher from X.509 certificate.
  • Xnnn Encoded Key Spec Scheme - Scheme for X509EncodedKeySpec.
  • Xnnn Issuer Scheme - Scheme for issuer of X.509 certificate.
  • Xnnn Public Key Scheme - Scheme for public key of X.509 certificate.
  • Xnnn Subject Scheme - Scheme for subject of X.509 certificate.
  • Zip Scheme - Scheme for ZIP-compatible archive.

Reference