× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I  read the following in JDK 1.4 datasheet and it lets me think Web Start is
now part of JDK 1.4. http://java.sun.com/j2se/1.4/datasheet.1_4.html

RICH CLIENTS FOR WEB SERVICE

When a web page simply isn't enough, J2SE version 1.4 is the complete
platform from which to develop functionally rich applications that can be
deployed on any platform. Version 1.4 advances client application
development with new Swing controls, accelerated Java 2DTM graphics
performance, expanded internationalization and localization support, and
enhanced deployment options with JavaTM Plug-in and JavaTM Web Start.

Bruce

----- Original Message -----
From: "Vijosh A" <vijosh@systsoft.com>
To: <java400-l@midrange.com>
Sent: Sunday, March 17, 2002 8:55 PM
Subject: RE: Alternative to applet based invocation with JSP/Servlet?


> Thanx Bruce. Will work on that and get back here.
>
> Cheers
> Vijosh
>
> -----Original Message-----
> From: java400-l-admin@midrange.com
> [mailto:java400-l-admin@midrange.com]On Behalf Of Bruce Jin
> Sent: Wednesday, March 13, 2002 9:34 PM
> 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.
>
>
> --------------------------------------------------------------
> Systems & Software, Mumbai, India
>
>
> _______________________________________________
> 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.
>
>


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.