|
JeeWiz Architect's Guide
|
|
|
|
Contents >
9. Patterns
|
|
|
9.4 Simple Patterns
JeeWiz implements many patterns in its standard distribution.
As of this writing, only one of these - the singleton pattern -
is simple enough to be separately usable.
However, the J2EE and other generation systems incorporate many patterns in their implementation, is discussed in the next section.
9.4.1 Singleton
|
| Description
| Guarantees to instantiate a single object of a class.
|
| Source
| Various
|
| See
| singleton.vm
|
| Implementation
| This pattern operates on jwclasses or on its derivatives in the business-object model.
|
Copyright (c) 2001-2008 New Technology/enterprise Ltd.