|
|
Developer's news | |||||||||||
|
In it's design, Appliweb is very straightforward.
|
||||||||||||
|
Appliweb software is made using the following sequence :
|
|
|
|
We do not wish to create a Java screen editor.There are already many real good ones on the market. Instead, we chose to make a complementary tool.
You should not write any Java code for your screen ! It won't be saved. Even more, if your IDE links components by writing Java code (inner classes), you shouldn't make links ! In fact, you only need to put the graphical widgets, the dynamic part is all made by switching pages.
There will be a complete library of components to insert in your pages :
Moreover, there will be more graphical components, to allow a more web ergonomy :
|
||
|
||
|
Servlets are web server extensions. You can find engines that allows you to make servlets for every web server on any platform. Servlets are simple components that can connect to a database and send a data-populated HTML page.
|