Package Name | Comment |
info.jtrac |
This is the root package for jTrac.
Core interfaces and implementations reside here.
|
info.jtrac.acegi |
Classes related to the Acegi security framework, LDAP integration, etc.
|
info.jtrac.config |
Configuration routines that run on startup, custom Spring FactoryBeans etc.
|
info.jtrac.domain |
This package contains the core entities or business objects.
Most of these will be persistent and map to the database.
|
info.jtrac.exception |
All custom Exception classes for JTrac, not too many.
|
info.jtrac.hibernate |
Hibernate specific classes and DAO implementation.
Includes utilities to drop and create the database schema
using Hibernate.
|
info.jtrac.lucene |
Lucene based full-text search support. Based on Spring Modules.
|
info.jtrac.mail |
Classes for sending and receiving e-mail
|
info.jtrac.selenium | |
info.jtrac.svn | |
info.jtrac.util |
Utility functions reused across jTrac.
Split into different categories like XML, Date, etc.
|
info.jtrac.web |
Spring MVC controllers, primarily used for remote XML API
|
info.jtrac.wicket |
Presentation tier based on the Wicket framework
|
info.jtrac.wicket.yui |
Yahoo UI javascript library and widgets integration with Wicket.
|