JBoss.org
Community Documentation
Next
Scribble
Developer Guide
by
Kohei Honda
and
Gary Brown
1. Overview
2. Project Structure
2.1. Project Management
2.1.1. Source Code Management (SCM) using GIT
2.1.2. Issue Management
2.1.3. Project Build Management
2.2. Distribution
2.3. Integration
2.3.1. Command Line
2.3.2. Embedded Java
2.3.3. Eclipse
2.4. Modules
2.5. QA
2.5.1. Protocol Parser - Conformance Test Kit (CTK)
2.6. Samples
3. Architecture
3.1. OSGi Infrastructure
3.2. Core Components
3.2.1. Protocol Notation
3.2.2. Protocol Parser
3.2.3. Protocol Model
3.2.4. Error Logging
3.2.5. Type Resolution
3.2.6. Protocol Validation Manager and Validators
3.3. Command Line Actions
4. Developing a Validator
4.1. Create the Validator OSGi bundle
4.2. Establish Bundle Dependencies
4.3. Implement the Module
4.4. Implement the Tests
4.5. Create the Maven POM
Next
Chapter 1. Overview