|
Thanx Gilles. I will try Servlet Channeling and get back to you. Cheers vijosh -----Original Message----- From: java400-l-admin@midrange.com [mailto:java400-l-admin@midrange.com]On Behalf Of Ducret, Gilles (CH) Sent: Wednesday, March 13, 2002 7:33 PM To: 'java400-l@midrange.com' Subject: RE: Alternative to applet based invocation with JSP/Servlet? This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. -- [ Picked text/plain from multipart/alternative ] I don't if it is exactly what you are looking for, but there is also a technic called "Servlet channeling", where an applet talks to a servlet. We do that for example when we want to display graphs related to a portfolio. An applet is used to display the graph. This applets calls a servlet to get portfolio data. Gilles -----Original Message----- From: Bruce Jin [mailto:JIN007M@hotmail.com] Sent: mercredi, 13. mars 2002 17:04 To: java400-l@midrange.com Subject: Re: Alternative to applet based invocation with JSP/Servlet? If you want invoke a java application over internet you need to look into JNLP (an implementation is Sun's WebStart: http://java.sun.com/products/javawebstart/ ). It is very easy to use. Bruce ----- Original Message ----- From: "Vijosh A" <vijosh@systsoft.com> To: <java400-l@midrange.com>; <web400@midrange.com> Sent: Tuesday, March 12, 2002 9:18 PM Subject: Alternative to applet based invocation with JSP/Servlet? > This is a multi-part message in MIME format. > -- > [ Picked text/plain from multipart/alternative ] > Hello everybody, > > We have an application developed in java. A small HTML page is created and > an applet created which can be invoked by clicking a button. Inside the > applet we call this application. So from the browser on invoking the HTML > and on button click the application opens as a separate window outside the > browser. Things work fine. > The applet code is given below - > > public class InvokeAppApplet extends java.applet.Applet > { > > public void init() { > MyApp MA=new MyApp(); > MA.setVisible(true); > } > > public void destroy() { } > > public void stop() { } > > public void paint(Graphics g) { > g.drawString("My Application",100,100); } > > public String getAppletInfo() { > return "MyApp Loading Success"; } > } > > > The problem is that this call downloads all the necessary class files to the > client machine. This is time & resource consuming. > > Is there any way of doing the same using JSP/Servlet combination wherein the > resources downloaded to the client machine is less and the initial loading > is faster ? Or is there any other solution for the same? > > > Thank You > > Cheers > Vijosh > > > > > > " I always wanted to be someone. I think I should have been more specific... > " - George Bernard Shaw > > >From the Desk of : > > Vijosh A. > Senior Consultant > Systems & Software > 123, SDF 4, SEEPZ > Andheri (E), Mumbai. > > Tel : (91-22) 829 0803/0075 > Fax : (91-22) 829 2578 > > -- > > _______________________________________________ > This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list > To post a message email: JAVA400-L@midrange.com > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/cgi-bin/listinfo/java400-l > or email: JAVA400-L-request@midrange.com > Before posting, please take a moment to review the archives > at http://archive.midrange.com/java400-l. > > _______________________________________________ This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/java400-l or email: JAVA400-L-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l. ********************************************************************** This E-mail and any files transmitted with it are confidential and intended for the exclusive use of the addressee(s) only. You should not disclose its contents to any other person. If you are not the intended recipient please notify the sender immediately. ********************************************************************** _______________________________________________ This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/java400-l or email: JAVA400-L-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l. -------------------------------------------------------------- Systems & Software, Mumbai, India
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.