SeamFramework.org
Community Documentation
Prev
Next
Part VII. Seam Remoting
Table of Contents
24. Seam Remoting - Basic Features
24.1. Configuration
24.1.1. Dynamic type loading
24.2. The "Seam" object
24.2.1. A Hello World example
24.2.2. Seam.createBean
24.3. The Context
24.3.1. Setting and reading the Conversation ID
24.3.2. Remote calls within the current conversation scope
24.4. Working with Data types
24.4.1. Primitives / Basic Types
24.4.2. JavaBeans
24.4.3. Dates and Times
24.4.4. Enums
24.4.5. Collections
24.5. Debugging
24.6. Handling Exceptions
24.7. The Loading Message
24.7.1. Changing the message
24.7.2. Hiding the loading message
24.7.3. A Custom Loading Indicator
24.8. Controlling what data is returned
24.8.1. Constraining normal fields
24.8.2. Constraining Maps and Collections
24.8.3. Constraining objects of a specific type
24.8.4. Combining Constraints
25. Seam Remoting - Model API
25.1. Introduction
25.2. Model Operations
25.3. Fetching a model
25.3.1. Fetching a bean value
25.4. Modifying model values
25.5. Expanding a model
25.6. Applying Changes
26. Seam Remoting - Bean Validation
26.1. Validating a single object
26.2. Validating a single property
26.3. Validating multiple objects and/or properties
26.4. Validation groups
26.5. Handling validation failures
Prev
Seam Catch - Glossary
Top of page
Front page
Next
Chapter 24. Seam Remoting - Basic Features