Frontends:TyndaleStep Tech Home Page
From CrossWire Bible Society
The following page outlines a list of useful links for getting started, developing and fixing issues in STEP.
Contents |
Getting started
- Development environment
- Architectural overview
- JIRA project tracker
- Source code Repository
- [ Crucible] Code reviewing tool - TODO
- [ Nexus] Maven repository (contains JDom and JSword) - TODO
- [ Hudson] Continuous integration - TODO
- Mailing lists
Documentation
External resources
Currently in use
UI
Server framework
- Guice - a dependency injection framework
- Slf4j A wrapper around a logging framework such as log4j
- H2 Database A fast Java database, used for testing and potentially more (?)
- Apache Commons A set of utilities classes encapsulating common functionality
Data Access
- JSword The core library for access to the Bible
- Ebeans An ORM solution that should work across multiple platforms including Android (to be tested)