Cool, that's fine with me--I'm not a really good Applet person anyway, and
I would have been winging it :) An application-style AppletContext and
AppletStub would be perfect!
Those two guys are the last part of the java.beans.Beans class that has to
go in--now all I have left to do is finish a few helper classes for the
Introspector and java.beans will go into testing! (Something I'm not really
looking intensely forward to--the number different tests that would have to
be done is immense. I think initially I'll create some rudimentary,
non-exhaustive tests.)
--John Keiser
> -----Original Message-----
> From: Greg Smith [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 30, 1998 9:54 AM
> To: Classpath
> Subject: Re: Applets
>
>
> John Keiser wrote:
>
> > Does anyone know if there are getDefaultAppletContext() and
> > getDefaultAppletStub() methods anywhere?
>
> Not having seen the $classpath code yet, there isn't as part the
> java.applet
> specifications, as far as I'm aware.
>
> > I need some for java.beans. If
> > there aren't, I will just take over java.applet, since I'll be
> doing some
> > applet work for this anyway.
>
> Actually, I was going to volunteer for that. I've already done, on my own,
> java.applet.*. I was going to start in on a
> gnu.java.applet.AppletViewer type
> of appletviewer replacement (except better, of course). If you
> want, I could
> whip up a non-appletviewer (i.e. application) style AppletContext and
> AppletStub. Of course, I need someone to give me CVS access (so I can make
> sure I'm in sync with everyone else's code) and that copyright assignement
> statement metioned in the Hacking Guide; I'll also need to clear
> it with my
> employeer (shouldn't be a problem).
>
> I was also fiddling with some of java.util -- I've got Observable and I'm
> working on StringTokenizer and ResourceBundle.
>
> Greg
>
>
>