J2EE & Intermittent Connectivity

We have an existing J2EE application. We have acquired a company that does not have connectivity at its sales sites - in Mexico (they go to people's homes). We have to have these people be able to use our J2EE application.

How, short of putting Tomcat on their PC's (my initial suggestion) can we provide them with access to the application? My boss is worried about supporting hundreds of application servers and keeping them in synch with each other.

They want the solution to run in a browser.

I thought of:

1. A pure HTML/JavaScript solution with some active x component or applet that saves the state at the end (filling out a contract) to XML on the PC in a known location that is uploaded to the server the next time they are connected.

2. Having 2 versions of the application - one application one JSP.

Ideally the solution should:

1. Not require too much maintenance.

2. Be simple to develop and maintain.

3. Run in browser.

4. Use the same code base as the current J2EE JSP solution.

Any ideas would be appreciated!

[1100 byte] By [gbishopa] at [2007-9-28 13:19:04]
# 1
what they need is a portal. where they can acees the the J2EE application. you need not to have multiple server . send me your contactinfo and i will let you the architecture as which solution would be bestSN
ssniazia at 2007-7-12 9:15:27 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
Hi,The wireless BluePrints discuss some design issues for disconnected mode that might helps you at http://java.sun.com/blueprints/guidelines/designing_wireless_enterprise_applications/index.htmlSean
seanbrydona at 2007-7-12 9:15:27 > top of Java-index,Other Topics,Patterns & OO Design...
# 3

Hmmmm...

ssniazi does nothing but ask for contact information or recommend Oracle products.

Based on this I consider it likely that this person is some sort of sales representative either directly or indirectly associated with Oracle.

I personally wouldn't provide any contact information to this person. Nor would I accept any advice until this person starts to actually provide some solutions or at least correctly reveals any financial interests that they might have.

jschella at 2007-7-12 9:15:27 > top of Java-index,Other Topics,Patterns & OO Design...