Gabriel:
With all deference to the lady from Texas.
You can use Awt/Swing for putting the code into a Windows executable. Awt/Swing swings to building both Web Browser based applet and desktop executable..No HTML is needed for applets excepting of course the code to load it...(no html code for display is needed)
The main difference being instead of applet init() you'll have a main() for the executable
Every IDE has a New Project Tab notice the choices for applet and executable.
Keep us apprised how you make out,
Martin Gainty
______________________________________________
Jack Welch makes 9,000,000 per annum in retirement. Can you make the same claim?
_____________GMT-5___________________
>From: "Haseltine, Celeste" <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: JSP application conversion to a disconnected mode >Date: Fri, 6 Sep 2002 15:11:13 -0500 >MIME-Version: 1.0 >Received: from mc2-f28.law16.hotmail.com ([65.54.237.35]) by hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Fri, 6 Sep 2002 14:52:34 -0700 >Received: from swjscmail2.java.sun.com ([192.18.99.108]) by mc2-f28.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Fri, 6 Sep 2002 13:15:53 -0700 >Received: from swjscmail1 (swjscmail1.Sun.COM [192.18.99.107])by swjscmail2.java.sun.com (Postfix) with ESMTPid D40EB22584; Fri, 6 Sep 2002 14:12:45 -0600 (MDT) >Received: from JAVA.SUN.COM by JAVA.SUN.COM (LISTSERV-TCP/IP release 1.8d) with spool id 2682509 for [EMAIL PROTECTED]; Fri, 6 Sep 2002 14:10:55 -0600 >Received: from svr-mail.magtkt.com (unknown [208.1.247.29]) by swjscmail1.java.sun.com (Postfix) with ESMTP id B762C4801 for <[EMAIL PROTECTED]>; Fri, 6 Sep 2002 14:10:54 -0600 (MDT) >Delivered-To: [EMAIL PROTECTED] >Message-ID: <[EMAIL PROTECTED]> >Sender: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> >Return-Path: [EMAIL PROTECTED] >X-OriginalArrivalTime: 06 Sep 2002 20:15:54.0490 (UTC) FILETIME=[341A3DA0:01C255E2] > >Gabriel, > >If I understand your problem correctly, you need to convert a web based >application to a desktop application that does NOT run on any type of >application server and/or web server (such as Tomcat/Apache or JRUN/IIS). > >To my knowledge there is no way to easily convert such a Java application >over to a desktop application. Remember, your GUI in a web application is >usually HTML/DHTML, where as the GUI in a desktop application is either >SWING or AWT in Java, or the built-in Windows GUI objects in MS. So you are >basically talking apples and oranges between a web based app and a desktop >app. In addition, as someone who has worked on both sides of the fence (MS >and Java), the GUI interface for Java applications running on a Windows box >is not near as nice or easy to use/program with as the GUI interface is for >a Windows application created in MS. One of the biggest losses I notice is >the loss of the windows "hot keys" for navigation purposes. If you client >requires windows hot key navigation in a Java application for disability >standards/purposes (people who cannot use a mouse, or use special >keyboards), you will find it impossible to get all the Windows hot key >navigations working in a Java desktop application. > >For desktop applications, I always go the MS route, as I think Java SWING >and AWT just is not there yet. But for internet/intranet applications, I >always go the Java/JSP/Servlet route, as I think the security is MUCH better >in Java, not to mention the portability advantage of using Java over MS. > >If anyone else out there has found a tool that can convert a >Java/JSP/Servlet web application over to a SWING/AWT desktop application, I >would love to check it out. But I suspect that such a tool does not exists. > >Good luck, and let us know how this conversion goes for you and your >company. > >Celeste Haseltine, PE >MTL, Inc >Dallas, TX > > > > >-----Original Message----- >From: Tanase, Gabriel (CAP, GEIH) [mailto:[EMAIL PROTECTED]] >Sent: Friday, September 06, 2002 11:31 AM >To: [EMAIL PROTECTED] >Subject: JSP application conversion to a disconnected mode > > >Hello everybody, > >I am a new subscriber to the list and don't know much about JSP. >I have a business problem to solve by varying/modifying the design of a >JSP-based application. > >We have this JSP application that it hosted by an ISP on behalf of the >company I'm working for. The current group of users (all external to our >company)) are using it over Internet. > >We now have to convert / migrate / transpose / redevelop whatever this JSP >application so that it can run in disconnected mode, i.e. on desktops or >Intranets with no connection to Internet. >This requirement arose because Internet access is prohibited by the policies >and technical limitations of a new user group we need to serve. > >Is there any tool out there that could *quickly* convert this functional JSP >app into >some kind of application that can run on a desktop or on the user group's >Intranets (it is unknown yet whether they have Intranets in all locations >and we don't like the cost of supporting many servers anyway)? >Preferably, it should be Java-based, but any MS technology may also be >acceptable. Will probably need a small footprint database underneath. > >Our app will have to periodically communicate with its "mother ship" via an >encrypted channel (e.g. PGP email) both for updates of its parameters and >for sending back processing results. >The communications may need to be initiated manually. >Latency is not an issue; the business process needs data only once a week or >month. >However, it should be a "strong black box": the application users and local >sysadmins should have no way of tampering with its data and communications. > >Very low cost of deployment (zero cost for licenses if possible) and >maintenance is a must. > >I'll be grateful for any ideas. > >Thank you, >Gabriel Tanase >IT Systems Designer >Shannon, Ireland >This communication contains information which may be confidential or >privileged. The information is intended solely for the use of the individual >or entity named above. If you are not the intended recipient, be aware that >any disclosure, copying, distribution or use of the contents of this >information is prohibited. If you have received this communication in >error, please notify me by telephone immediately. Any opinions expressed >are those of the author, not the GE Insurance group. This communication does >not constitute either offer or acceptance of any contractually binding >agreement. Such offer or acceptance must be communicated in writing. > >=========================================================================== >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff >JSP-INTEREST". >For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST >DIGEST". >Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com > >=========================================================================== >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". >For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". >Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com
Send and receive Hotmail on your mobile device: Click Here
=========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
