Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Porting web-based application to offline

Reply
Thread Tools

Porting web-based application to offline

 
 
at google
Guest
Posts: n/a
 
      02-10-2004
Our company has a web-based application and the boss wants to make it
runnable in a notebook without any network connection. I'm have some
idea that using Tomcat or even Jetty as the servlet container. However
I don't think it is practical performance-wise (the notebook may has
128MB - 256MB ram) and even It will be a nightmare to support when you
deploy a server application to the customer machine.

I want to know any company has the same problem and how they solve it?
Or is writing a VB app and keeping 2 branches of my application is a
better approach?
 
Reply With Quote
 
 
 
 
hiwa
Guest
Posts: n/a
 
      02-10-2004
(at google) wrote in message news:<. com>...
> Our company has a web-based application and the boss wants to make it
> runnable in a notebook without any network connection. I'm have some
> idea that using Tomcat or even Jetty as the servlet container. However
> I don't think it is practical performance-wise (the notebook may has
> 128MB - 256MB ram) and even It will be a nightmare to support when you
> deploy a server application to the customer machine.
>
> I want to know any company has the same problem and how they solve it?
> Or is writing a VB app and keeping 2 branches of my application is a
> better approach?


Youe idea would be utterly impractical. Think of it!
Find a barebone, fast and small-foot-print servlet/JSP engine
and put http://localhost:8080/yourwebapp/ in your boss's
bookmark. I personally recommend Resin 2.1.x from www.caucho.com.
It's not free for corporate use, though.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Porting a C++ application to a Web application Bartholomew Simpson ASP .Net 2 06-19-2007 03:21 PM
Porting ASP (WInDNA) application to .Net Ritesh ASP .Net 2 09-23-2005 06:02 AM
Porting a WebLink application on Windows 2000 Oriane ASP .Net 0 07-06-2004 12:52 PM
Porting over an ASP.NET application Bijoy Naick ASP .Net 6 05-10-2004 12:46 PM
Advice for Porting existing VB.NET App to ASP.Net Web Application Nate ASP .Net 2 02-18-2004 01:18 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57