Programming Tutorials Browser Tutorials Articles Struts Tutorials Hibernate Tutorials

Search: 

  Tutorial: Jisp: Java Indexed Serialization Package

Jisp is an embedded database engine designed for programmers who need indexed access to data.

Tutorial Details:

Jisp is designed for standalone or embedded applications, where an enterprise-class database is not a reasonable option. I use enterprise-class databases, and don\\\'t for a moment believe I\\\'ve replaced them with Jisp. What I have done is create a tool for applications that don\\\'t lend themselves to \\\"heavy\\\" solutions like Oracle, SQL Server or Access. I\\\'ve used Jisp in developing vertical-market databases and peer-to-peer systems; other people have used Jisp in projects ranging from WAP applications to the Apache project.

Features



Jisp supports keys and data of any Serializable type and length. You can even mix key types in the same index, referencing some data by strings and others by numbers.
Full capabilities for linking Jisp database tables into relational or network databases, via cross-indexing.
Databases may be indexed by any number of keys.
Keys can be any Java class that implement the appropriate interface. You can define a key based on a data structure, for example. All relationships can be programmed specifically for the needs of your application.
Jisp comes with a complete set of classes for B-Tree indexing of variable-length, serializable records in external files. The extensible architecture lets you extend Jisp\\\'s indexing capabilities with additional algorithms.
Indexes can enforce unique keys, or allow duplicate keys.
Jisp supports record filters, and comes with a Huffman-based compression filter. You can add other filters to Jisp\\\'s framework to handle automatic encryption or translation to and from a database.
Javadoc-generated API documentation. You can view the complete documentation for Jisp, online.
Indexed data does not need to be homogenous; data files can contain mixed serialized types, all using the same or mixed indexes.
Jisp has a small footprint; its JAR extension file is only 43K bytes in size.
Jisp is very portable, being written in Pure Java. I have successfully tested Jisp on Macintosh, UltraSparc, and Intel systems running Linux, Windows, and OS X.


 

Read Tutorial at: Click here to view the tutorial

Rate Tutorial:
Jisp: Java Indexed Serialization Package

View Tutorial:
Jisp: Java Indexed Serialization Package

Related Tutorials:

Displaying 1 - 50 of about 805 Related Tutorials.

Serializable Exception
to implement Serialization The Serializable interface in java are java.io package that implements the object  serialization in java. 1) The Serializable... Of Serialization 1)Serialization is used in various Java Technologies
 
Package categories in Java
Package categories in Java Package categories in Java           ...;   Java supports two types of packages as shown below
 
Create Subpackages (i.e. A Package inside another package)
Create Subpackages (i.e. A Package inside another package) Create Subpackages (i.e. A Package inside another package...; We can also put a package inside an another package. The packages that comes
 
Java package
Java package,Java packages Java package...; Introduction to Java Package Package is a mechanism for organizing..., usability and category.  An example of package is the JDK package of SUN Java
 
Java Util Package - Utility Package of Java
Java Util Package,Java Util Packages,Java Util Package Examples - Java Util Tutorials Java Util Package - Utility Package...;   Java Utility package is one of the most commonly used
 
Create Your Own Package
of the java class that includes its package name.  Now run the program... Create Your Own Package Create Your Own Package...;  The package to which the source file belongs is specified
 
Java AWT Package Example
AWT Java AWT Package Example  ...; In this section you will learn about the AWT package of the Java. Many running... will learn about the different components available in the Java AWT package
 
Java Get classes In Package
Java Get classes In Package Java Get classes In Package          ... the classes from the package by providing the path of the jar file and the package
 
Java AWT Package Example
AWT Java AWT Package Example  ...; In this section you will learn about the AWT package of the Java. Many running... will learn about the different components available in the Java AWT package
 
Java util package Examples
;   The util package or java provides many utility interfaces and classes for easy manipulation of in-memory data. The java util package tutorials  at RoseIndia.net introduces you with the Java util package of JDK. All
 
How to import a package
How to import a package How to import a package... in package. Declaring the fully-qualified class name. For example... package  Lets see an example importing the created package
 
Java AWT Package Example
AWT Java AWT Package Example  ...; In this section you will learn about the AWT package of the Java. Many running... will learn about the different components available in the Java AWT package
 
Introduction to java.sql package
Title Introduction to java.sql package...;  This package provides the APIs for accessing and processing... the java programming language. It includes a framework where we different drivers
 
Java Interview Questions - Page 12
Java Interview Questions,interview questions java Java Interview Questions - Page 12    ...; Question: What is Serialization and deserialization?  Answer
 
Java program to get class name without package
Java Get Example Java program to get class name... package. For this purpose we have to fetch first the full class name with package and after then we will remove the package name with string manipulation functions
 
java.applet package examples
Java Applets,Free Java Applet,Java Applets Tutorial,Download Java Applets,Java Applet Tutorials java.applet package examples... the different methods of an applet.    HTML for Java
 
java.applet package examples
Java Applets,Free Java Applet,Java Applets Tutorial,Download Java Applets,Java Applet Tutorials java.applet package examples... the different methods of an applet.    HTML for Java
 
java.applet package examples
Java Applets,Free Java Applet,Java Applets Tutorial,Download Java Applets,Java Applet Tutorials java.applet package examples... the different methods of an applet.    HTML for Java
 
Java I/0 Examples
Java I/O,Java Input Output,Java IO Stream,Java IO Package,Java IO Example Java I/0 Examples    ... class provided by java. io package. This is a class that allows you
 
Java Interview Questions 3
Java Interview Questions,interview questions java Java Interview Questions page 3     ..., telling the object serialization tools that your class is serializable
 
Packages - Importing
Java: Packages - Importing Java NotesPackages - Importing Multiple classes of larger programs are usually grouped together into a package. Packages correspond to directories
 
What is Java I/O?
Java IO,Java I/O,Introduction to Java IO,Java IO Package What is Java I/O?       ...;       Introduction The Java Input
 
Java Interview Questions - Page 9
Java Interview Questions,interview questions java Java Interview Questions - Page 9    ... package has light weight components? Answer:  javax.Swing package. All
 
Invoke Method in Java
;   In Java, java.lang.reflect.*; package is required to import... Invoke Method in Java Invoke Method in Java... of methods in Java is to access a single method either on class or interface
 
Add Area of Two Figures
;Ellipse2D are provided by the package java.awt.geom.*. These classes provides
 
Working with java Collections class
to wok with Collections class of java.util package. Actually java collections... Working with java Collections class Working with java Collections class      
 
Subtract Area between two Figures
, the classes Rectangle2D and Ellipse2D are provided from the package java.awt.geom.
 
Show Intersection between the Area of two Shapes
;Ellipse2D are provided by the package java.awt.geom.*. These classes provides
 
Create Scale in SWT
to create the scale, SWT provides the class Scale of package
 
Use of ColorRegistry and FontRegistry
of ColorRegistry and FontRegistry. These are the classes of package
 
J2ME Enumeration Example
with the java.util package that can be implement by an object. After going through the example
 
Java Interview Questions - Page 2
is the package? Answer: The package is a Java namespace or part of Java... Java Interview Questions,interview questions java Java... Java platform and other platforms? Answer: The Java platform differs
 
Java class in JSP
a package inside which there is java class. We will import the package by using... declared in the java class. This package is used inside the page directive. Now make... Java class in JSP Java class in JSP
 
The import Attribute of page Directive In JSP
you how to import a java package or the class in your jsp application. Here a Java code has also been provided which class has been imported in the following JSP... of the attribute is the "roseindia.Extends". Here, roseindia is the package name
 
Date in JSP
java.util.Date of the package java.util. This package is imported in the jsp page so... a package we need to use page directive inside which we will use its one of its attributes named import which is used for importing the class and package. To print
 
How to Create CurveDraw In Java
Create CurveDraw in Java,Create Curve Draw Example Java,How to Draw Curve in Java Using Awt How to Create CurveDraw In Java... in java.awt package. This class,supported by the java.awt.geom package, enables
 
Getting Previous, Current and Next Day Date
, current and next date in java. The java util package provides the facility of it. ... GetPreviousAndNextDate.java C:\vinod\Math_package>java GetPreviousAndNextDate... in Java Getting Previous, Current and Next Day Date
 
JSP bean get property
get property. In this example we define a package bean include a class Employees... to instantiates a java bean component.  An attempt is made... with the scope .  class - This indicate package. class is used
 
Video Player MIDlet Example
the javax.microedition.media.control package and certain sub-package that are required... in the above mentioned package. javax.microedition.media  
 
Linux Distributions
and applications in an operating system package. Various Linux vendors have... source software may vary for each vendors depending upon their package. Some...; Component Generally a typical desktop Linux distribution package have a Linux kernel
 
Java Get Mime Type
Java Get Mime Type Java Get Mime Type..., that is a simple interface and available into the java.net package. FileNameMap... in Java.  Go through the given example to find out, how to get mime type
 
Character Comparison Example
, you will learn how to compare characters in Java. The java.lang package... CharComparation.java C:\vinod\Math_package>java CharComparation... Compare Characters in Java, Java Character Comparison Examples
 
Event handling in Java AWT
, this is done through the java.awt.*; package of java. Events... Event handling in Java - Event Handling Using java.awt.event, Java Tutorials Event handling in Java AWT  
 
Convert Double To String
;  This is a simple program based on the package java.lang. ...; for java component. The following program facilitates you for converting...;java DoubleToString string:=100.0 C:\corejava>
 
Convert Decimal To Character
;   This is the simple program of java.lang package.... Code Description: Here, define class named ?DecimalToChar? for java component...: Output of this program given below. C:\corejava>java
 
Convert Byte to Hexadecimal
into a hexadecimal number. The package java.lang provides the functionality...;} } Download this program: Output this program. C:\corejava>java
 
SWT Spinner
Spinner of package org.eclipse.swt.widgets is used. The method setMinimum() sets
 
Java Util Examples List
;   The util package or java provides many utility interfaces and classes for easy manipulation of in-memory data. The java util package tutorials  at RoseIndia.net introduces you with the Java util package of JDK. All
 
How to Create Button on Frame
of Java AWT package. In the section, from the generated output of the following... How to Create Button on Frame,Create a Button in Java,Code to Create Button in Java How to Create Button on Frame
 
Choice Option (Combo) In Java
by using Java AWT package. Here, you will see in the output of the program... Choice Option (Combo),Java Combo Box Program,Java Combo Box Example,Choice Option Source Code Java Choice Option (Combo) In Java
 
Site navigation
 

 

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2006. All rights reserved.