How To Deploy a Seppia Application. |
Seppia Applications are deployed in two ways:
The first option should be the standard way to deploy any application. If you write your application using Seppia that is the way you should ship it.
Users of your application can happily ignore the fact that the application is built upon the Seppia technology, while
the software developers can benefit by its seamless integration.
The second option is more developer-oriented. It expects the user to understand the basic of the Seppia Technology so that he/she can
Cleary, the main reason for this option is to reduce the amount of data downloaded.
Tip: Developers can have just one seppia framework with several modules installed in it.
They can then change "org.seppia.core.StartUp" to decide which module to run.
|