ICEMail.java creates an instance of the ICEMail application, sets preferences, such as
language, local and time, and a shutDownICEMail method to neatly close the application.
For supporting information see
The
Java Technologies Behind ICEMail.
SkinUtils.java
shows a Jive skin. Skins are the user interface to the forums. Written in a combination of regular HTML and JSP scriptlets
(snippets of Java code on JSP pages), skins maintain the look and feel of a web site while making function
or method calls to other JSP pages or classes.
For supporting information see
The Java Technologies Behind the
New Developer Forums.