Uses of Package
org.jbox.dao

Packages that use org.jbox.dao
org.jbox.dao This package defines APIs of DAO. 
org.jbox.indexer This package defines APIs for creating and writing index to database. 
org.jbox.searcher This package defines APIs for searching index from database. 
org.jbox.searcher.simpleSearcher This package defines APIs of a simple implementation of Searcher. 
org.jbox.textCutter This package defines APIs for cutting text into words. 
org.jbox.textCutter.util This package defines APIs for helping Cutters to cut text. 
org.jbox.webSpider This package defines APIs for crawling internet. 
org.jbox.webSpider.simpleSpider This package defines APIs of an simple implementation of WebSpider. 
 

Classes in org.jbox.dao used by org.jbox.dao
Page
          A class represents a web page, but without any html tag.
PageHome
          The root interface of DAO for Page, defines methods for visiting database.
Word
          A class represents a word.
WordHome
          The root interface of DAO for Word,defines methods for visiting database.
 

Classes in org.jbox.dao used by org.jbox.indexer
Page
          A class represents a web page, but without any html tag.
PageHome
          The root interface of DAO for Page, defines methods for visiting database.
Word
          A class represents a word.
WordHome
          The root interface of DAO for Word,defines methods for visiting database.
 

Classes in org.jbox.dao used by org.jbox.searcher
Page
          A class represents a web page, but without any html tag.
PageHome
          The root interface of DAO for Page, defines methods for visiting database.
WordHome
          The root interface of DAO for Word,defines methods for visiting database.
 

Classes in org.jbox.dao used by org.jbox.searcher.simpleSearcher
Page
          A class represents a web page, but without any html tag.
Word
          A class represents a word.
 

Classes in org.jbox.dao used by org.jbox.textCutter
Page
          A class represents a web page, but without any html tag.
 

Classes in org.jbox.dao used by org.jbox.textCutter.util
Word
          A class represents a word.
 

Classes in org.jbox.dao used by org.jbox.webSpider
Page
          A class represents a web page, but without any html tag.
 

Classes in org.jbox.dao used by org.jbox.webSpider.simpleSpider
Page
          A class represents a web page, but without any html tag.