Get best price on Unlocked International Phone w/Triple Cameras | ||||||||||||
|
||||||||||||
|
com.mkaz.servlet v 0.10Contents INTRODUCTION com.mkaz.servlet is a set of Java packages created to simplify and ease the development of Java Servlets. these packages are currently very useful, but not complete Documentation, examples and other information is limited. DOWNLOAD The complete library packages with source code, can be downloaded from http://blazonry.com/mkjava/servlet-0.10.tar.gz SYSTEM REQUIREMENTS A properly installed Java Virtual Machine is all that is needed. This library should work with JDK 1.0 and up. Mac, Linux, Windows, whatever, it should work fine. INSTALLATION You have a few choices on installing. Basically the Java Virtual Machine needs to know where this package is. This is set using the CLASSPATH envirionment variable, or by your specific Virtual Machine settings. (Different Servlet Engines use different methods on installing packages) Here are the two most common ways of installing:
USAGE Examples still needed. See documentation for more information on the individual packages. Documentation JavaDoc generated documenation available here. LICENSE (BSD-compatible) /* ==================================================================== * Copyright (c) 1998-1999 Astonish Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * 3. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * ==================================================================== */
|
privacy policy || © 1997-2016. astonishinc.com All Rights Reserved. |