What kind of developer are you?
There are several way to access the power of the eSuite DevPack:
Using HTML
Using Javascript and HTML
Using Java
Using a Bean builder
This is the easiest method of programming in eSuite. With this kind of approach you can:
- place eSute applets on a HTML page
- control the applet's behavior by setting the parameters for the applet
When you use the JavaScript scripting language in HTML, you can:
- extend the power of HTML
- customize the appearance of the eSuite applets
- begin to build your custom application solution
When you create you own applets in Java using the JDK from Sun or another development enviroment, you can:
- extend the power of HTML
- customize the appearance of the eSuite applets
- begin to build your custom application solution
- create your own applets
The JavaBeans technology makes it possible to write component software in Java. These components are self-contained, reusable software units that can be visually composed into applets or applications using visual application builder tools. A BeanBuilder let you set property values for an applet and customize it's look and feel.