Glossary |
Seppia Application: A stand-alone application built using the Seppia Technology. Developers will be able to recognize it by its installation structure, its blend of javascript files, jar files, and other resources without the final users having to know anything about Seppia being used under the covers.
Module: The smallest unit of function within the Seppia Framework. They are stored in a folder under the modules folder. The name of the folder is the name (unique id) of the module.
It typically follows the java naming conventions for packages. (e.g.: org.seppia.bootstrap)
Seppia Technology: Seppia Technology is a simple java technology to build stand alone application from constituent parts. (more)
Seppia Framework: (or just Seppia) is the java application implementing the Seppia Technology. The Seppia Framework provides solid foundations upon which to build any java application.
Javascript: Javascript is an object-oriented programming language for performing computations and manipulating computational objects within a host environment.
Modules store Javascripts as ".js" files under the javascripts folder.