conversion of webapplication into .exe file

Hai,

How 2 convert a webapplication(nothing but execution not from main method) into .exe file.

Is it possible to covert.I found that a executable jars are used to convert a java application into .exe but no where i found abt webapplication.

If possible just reply to msg as it is very urgent.

Bye

Arasi

[341 byte] By [arasia] at [2007-11-27 7:02:09]
# 1

I'm not sure you understand what you are asking.

Web applications are activated through the web browser (for example IE) and are executed on both client machine (in the browser) and in the server machine (the web server for example tomcat).

Exe are not executed within any browser and also the java part of the application is actually executed in the server so actually you want to execute only the js/html in the exe.

in other words i think your request is illogical and very very wrong.

sushika at 2007-7-12 18:53:08 > top of Java-index,Desktop,Developing for the Desktop...
# 2

What you are talking about is a total redesign of the user interface and building a structure in which the application can run. A web application runs in a container on a server. You could use operational classes and such and share them between a destop version of an application and a web application version. I've done that many times with very acceptable results.

PS.

puckstopper31a at 2007-7-12 18:53:08 > top of Java-index,Desktop,Developing for the Desktop...