|
Dark Planet Development Platform
|
|
DPS Core API Stub Implementations
The stub implementations are reference implementations which implement
the core APIs but
throw java.lang.UnsupportedOperationException any time an API
method is called.
There are five stub implementation bundles:
Obviously, the stub implementations are trivial but are useful when
developing an application which only implements part of the core API.
When you use the stubs, you guarantee that something useful happens
when your application calls an unimplemented call (as opposed to
simply receiving a NullPointerException).
We use the stubs in the "quick start" tutorials as a way to
incrementally add functionality to a simple DPS application.