Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

JavaWorld Daily Brew

Java offline application



Hi all,

I have to write an application to be deployed in our différent subsidiaries.

It must answer two major needs :
- The data entered by employees have to be centralized at the main office level
- It must work offline because internet isn't available all the time in many subsidiaries

I need to know what are best practices to code such application (architecture and java components : web vs desktop? JSF + javaDB ?...)

Many thanks.