API Overview API Index Direct link to this page
JavaOnTracks 0.1.2
Packages Tree
Description
  JavaOnTracks is a java based Framework It provides an MVC type framework,as well as many many other features.
See also:   
     net.jot

         net.jot.captcha
This package is used to generate Captchas

             net.jot.captcha.generators

         net.jot.db
This package contains the LOW level Database code, such as managing JDBC connections and the DB Pool

             net.jot.db.authentication
This package contains some base class for basic database-backed athentication system (user->profile->permissions)

         net.jot.doclet
This package contains an alternative to the standard javadoc doclet It's meant to be prettier and more interactive than the standrad javadoc format.

         net.jot.exceptions

         net.jot.image
Provides a basic, non-AWT Image support This means you can generate/create images idependently of AWT/Swing This is particularely useful in a headless(no X-windows) env.

             net.jot.image.writers

         net.jot.logger
This provide the JOT Logging support.

         net.jot.persistance
This contains all the HIGH level database/persistance code.

             net.jot.persistance.builders
Set of SQL QueryBuilder objects which makes it easy/clean to build SQL queries.

             net.jot.persistance.query
This handles the DB queries (implementation code), uses the net.jot.db.* code under the hood.

             net.jot.persistance.scaffolding

         net.jot.prefs
Handles properties files and Preferences(using properties).

         net.jot.scheduler
Provides a Scheduler object which can run tasks at specific times or intervals Cron like features.

             net.jot.search.simpleindexer
Provide a simple indexer/search engine mainly for for text files.

         net.jot.test
Interal JavaOnTracks self-test objects.

             net.jot.test.db

             net.jot.test.internal

             net.jot.test.parser

             net.jot.test.server

             net.jot.test.util

         net.jot.testing
Provides a basic testing framework (ala JUnit), very basic and easy to use.

         net.jot.utils
Set of utilities.

             net.jot.utils.caching

                 net.jot.utils.caching.providers

         net.jot.web
Contains all the "web" parst of JOT, the meat of JOT.

             net.jot.web.ajax
Provides some basic Ajax support/helpers to easily use ajax within your JOT webapp.

             net.jot.web.captcha
Provides a view object for easily adding a captcha to your JOT webapp.

             net.jot.web.ctrl
Controller handling code of JOT

             net.jot.web.filebrowser
Provides a web based(remote) File browsing/uplaoding etc..

             net.jot.web.flowparams

             net.jot.web.forms
Provides support for easy use of HTML forms .

                 net.jot.web.forms.ui
JOT FORM UI elements: ex: checkbox, textfiled, textarea etc...

             net.jot.web.multipart
Custom support for multipart request.

             net.jot.web.server
Provide base support for handling web requests/response and building a ultithreaded web server.

                 net.jot.web.server.impl
Provides web server implementaion you can use as-is or extend.

                     net.jot.web.server.impl.webapp
This contains a webapp server impl.

             net.jot.web.util

             net.jot.web.view
JOT internal code to handle the process of "Views" This usually means parsing JOT templates and outputting HTML.

             net.jot.web.views
This provides basic view implementations that be used as-is or extended to create your own view.

             net.jot.web.widget
Provide the bases for easily building "widgets" (HTML/javascript/Ajax webpage apps.)

                 net.jot.web.widget.builtin
Provides some standard Widgets for your enjoyment, to use as-is or extend.

                 net.jot.web.widget.pagebuilder

         net.jot.xml

     net.jottools

         net.jottools.actions

 
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar