Class Application

java.lang.Object
net.tangly.app.Application

public final class Application extends Object
The application defines the context of the whole digital product with a set of bounded domains and their ports. The bounded domains with their ports are the entry points to the application. The application is a singleton. The ports are the user interface and the REST services. Ports are optional.