where everything is under control |
ZiLOG Application Note |
---|
How to make eZ80 Webservers configurable online, update its website contents and the firmware |
The JClient application is a Java implementation that can run on any platform equipped with a Java Runtime Environment. The JClient consists of a set of application modules. The advantage of the modular approach for the client application is that the interface can be easily changed or adjusted for new tasks — new components can be flexibly added, be set up, and run together. As a consequence, the user can create and install his own Java modules that can inherit and extend the functionality of the Remote Access for the purpose of solving specific custom tasks.
Each of the application modules use the ClientSocket and UDPSocket APIs to
gain access to the server. Every user application module must be implemented
within the Java application. The Java implementation for eZ80 Remote Access
is named de.zilog.components
. This name corresponds to the
location of the user’s files, and is based on the sacTemplate template class.
The Server Access core reads all modules built on the sacTemplate from the
de.zilog.components package and displays them as windows within the Java
application.