treated ERP
- ADempiere/
JAllInOne in English
General Architecture

This application was developed in one month thanks to Openswing capabilities: it is a development framework for creating RIAs with a graphical interface with very complex content development time low.
Internet response time is good, thanks to the limited amount of bytes that pass through the network: the data are transmitted between the client and server, no content of the presentation is transmitted over the net, only for HTML-based applications on the Web.
client application is launched by Java Web Start utility (included in JRE distribution) as the first time JAllInOne is invoked the client application must be downloaded from the server: after the first download, the client application resides in the client machine. Java Web Start automatically sinchronizes client application when new versions are available in the application server.
Server-side application is based on Java Servlet technology and requires no EJB container: if the application server side JAllInOne can be executed inside any web container like Tomcat, Jetty, JBoss, etc.










