div |
---|
|
div |
---|
| Table of Contents |
---|
maxLevel | 3 |
---|
indent | 8px |
---|
style | none |
---|
|
|
|
Modeling Basics
Excerpt |
---|
A goal of the platform is to make working with messages and state |
no more of a burden on developers than simply as simple as working with plain old java objects. The X Platform's Application Data Modeler (ADM) allows modeling of messages and state entities in XML and provides utilities to generate source code that is instrumented to transparently handle encoding, serialization and transactional functionality that underpin the platform. This section and its subsections will familiarize you with theses modeling constructs and code generation tools. |
The
ADM model allows allows the definition of three types of complex or composite types: Entities, Embedded Entities and Messages. These will be discussed in more detail below. Here is a high level definition of the three.
...