Smart Api Pages
CjOS Project @ cjos.sourceforge.net
Index
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 ?SmartApiTask 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 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.
  • 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.
  • 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.
  • Finder Scheme - Returns an instance of org.jos.finder1a.Finder for event-driven finder processing.
  • Finder Http Scheme - Returns an instance of org.jos.finder1a.Finder for event-driven finder processing.
  • Https Scheme - Connect with HTTPS.
  • 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 Cipher Scheme - Scheme for CipherInputStream.
  • In Data Scheme - Scheme for java.io.DataInputStream.
  • In Digest Scheme - Scheme for chaining a message digest to a input stream.
  • In File Scheme - Scheme for a local file.
  • In Http Scheme - Scheme for an HTTP connection.
  • In Https Scheme - Scheme for a HTTPS connection, with two-way SSL.
  • 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 Pushback Scheme - Scheme for java.io.PushbackInputStream.
  • In Resource Scheme - Scheme for classloader resources.
  • In Run Scheme - Scheme for redirecting output from a program.
  • In String Scheme - Scheme for string as input stream.
  • In Token Scheme - Scheme for TokenInputStream.
  • In Url Scheme - Scheme for java.net.URL.
  • In Zip Scheme - Scheme for ZIP-compatible archive.
  • Iv Parameter Spec Scheme = Scheme for an IV parameter spec.
  • Jar Scheme - Scheme for resources in a Java Archive (JAR).
  • 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.
  • Message Digest Scheme - Scheme for a java.security.MessageDigest.
  • Object Scheme - Scheme for java.lang.Object.
  • Out Byte Scheme - Scheme for java.io.ByteArrayOutputStream.
  • Out Buffer Scheme - Scheme for java.io.BufferedWriter and java.io.BufferedOutputStream.
  • Out Data Scheme - Scheme for java.io.DataOutputStream.
  • Out File Scheme - Scheme for java.io.OutputStream.
  • Out Object Scheme - Scheme for java.io.ObjectOutputStream.
  • Out Print Scheme - Scheme for java.io.PrintWriter and java.io.PrintStream.
  • 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.
  • Run Command Scheme - Scheme for a command.
  • Run In Scheme - This scheme chains an input stream to a sub-program.
  • 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.
  • 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