JBoss.org
Community Documentation
Next
Errai
Errai Reference Guide
Legal Notice
Abstract
This is the Errai Reference Guide.
Preface
1. Document Conventions
2. Feedback
1. Introduction
1.1. What is it?
1.2. Required software
2. Messaging
2.1. Messaging Overview
2.2. Messaging API Basics
2.3. Handling Errors
2.4. Single-Response Conversations & Psuedo-Synchronous Messaging
2.5. Broadcasting
2.6. Client-to-Client Communication
2.7. Asynchronous Message Tasks
2.8. Repeating Tasks
2.9. Sender Inferred Subjects
2.10. Message Routing Information
2.11. Queue Sessions
2.11.1. Lifecycle
2.11.2. Scopes
3. Remote Procedure Calls (RPC)
3.1. Making calls
3.2. Handling exceptions
4. Serialization
4.1. Serialization of external types
5. Dependency Injection
5.1. Container Wiring
5.2. Wiring server side components
6. Configuration
6.1. Appserver Configuration
6.2. ErraiApp.properties
6.3. ErraiService.properties
6.3.1. errai.dispatcher.implementation
6.3.2. errai.async_thread_pool_size
6.3.3. errai.async.worker_timeout
6.3.4. errai.authentication_adapter
6.3.5. errai.require_authentication_for_all
6.3.6. errai.auto_discover_services
6.3.7. errai.auto_load_extensions
6.4. Dispatcher Implementations
6.4.1. SimpleDispatcher
6.4.2. AsyncDispatcher
6.5. Servlet Implementations
6.5.1. DefaultBlockingServlet
6.5.2. GrizzlyCometServlet
6.5.3. JBossCometServlet
6.5.4. JettyContinuationsServlet
6.5.5. StandardAsyncServlet (Errai 2.0)
6.5.6. TomcatCometServlet
6.5.7. WeblogicAsyncServlet
7. Debugging Errai Applications
8. Development Proxy
9. Downloads
10. Sources
11. Reporting problems
12. Errai License
A. Revision History
Next
Preface