| Package | Description |
|---|---|
| com.sptci.echo2 |
Package of reusable Echo2 application components.
|
| com.sptci.echo2.binding |
Package used to implement a simple reflection based Model<->View
binding framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDOApplication
An application class that maintains a JDO
PersistenceManager
for the lifecycle of the session. |
| Modifier and Type | Method and Description |
|---|---|
static NonTransactionalJDOApplication |
NonTransactionalJDOApplication.getApplication()
Convenience method to return the active application as a properly typed
object.
|
| Modifier and Type | Field and Description |
|---|---|
protected NonTransactionalJDOApplication |
JDOModelUpdater.app
The global application instance for the user session.
|