comp.lang.ada
 help / color / mirror / Atom feed
* AE2002 paper availabe
@ 2002-08-20  8:50 Jean-Pierre Rosen
       [not found] ` <bvm4mukal46a99k5umnbaf9bv0e6t7p1dq@4ax.com>
  0 siblings, 1 reply; 7+ messages in thread
From: Jean-Pierre Rosen @ 2002-08-20  8:50 UTC (permalink / raw)


By popular demand, my paper on "Ada, Interfaces and the Listener Paradigm"
is now available from Adalog's publications page,
http://www.adalog.fr/publica2.htm
---------------------------------------------------------
           J-P. Rosen (rosen@adalog.fr)
Visit Adalog's web site at http://www.adalog.fr





^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: AE2002 paper availabe
       [not found] ` <bvm4mukal46a99k5umnbaf9bv0e6t7p1dq@4ax.com>
@ 2002-08-20 15:55   ` SIMON Claude
  2002-08-20 18:23   ` Jean-Pierre Rosen
  2002-08-23 17:47   ` Rudolf Meyer
  2 siblings, 0 replies; 7+ messages in thread
From: SIMON Claude @ 2002-08-20 15:55 UTC (permalink / raw)


Dennis Lee Bieber wrote:
> 
> On Tue, 20 Aug 2002 10:50:34 +0200, "Jean-Pierre Rosen"
> <rosen@adalog.fr> declaimed the following in comp.lang.ada:
> 
> > By popular demand, my paper on "Ada, Interfaces and the Listener Paradigm"
> > is now available from Adalog's publications page,
> > http://www.adalog.fr/publica2.htm
> 
>         And seemingly unaccessible on my machine. Mozilla locks up
> totally, and IE dumps:
> 


And Netscape 4.5 too on Windows98. Netscape 4.79 solve the problem on
that system 
or may be a new version of the paper during the install of the 4.79.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: AE2002 paper availabe
       [not found] ` <bvm4mukal46a99k5umnbaf9bv0e6t7p1dq@4ax.com>
  2002-08-20 15:55   ` SIMON Claude
@ 2002-08-20 18:23   ` Jean-Pierre Rosen
  2002-08-22  8:41     ` Preben Randhol
  2002-08-23 17:47   ` Rudolf Meyer
  2 siblings, 1 reply; 7+ messages in thread
From: Jean-Pierre Rosen @ 2002-08-20 18:23 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1427 bytes --]


"Dennis Lee Bieber" <wlfraed@ix.netcom.com> a �crit dans le message news:
bvm4mukal46a99k5umnbaf9bv0e6t7p1dq@4ax.com...
> On Tue, 20 Aug 2002 10:50:34 +0200, "Jean-Pierre Rosen"
> <rosen@adalog.fr> declaimed the following in comp.lang.ada:
>
> > By popular demand, my paper on "Ada, Interfaces and the Listener
Paradigm"
> > is now available from Adalog's publications page,
> > http://www.adalog.fr/publica2.htm
>
> And seemingly unaccessible on my machine. Mozilla locks up
> totally, and IE dumps:
>
> java.lang.VerifyError: (class: filesel, method: action signature:
> (Ljava/awt/Event;Ljava/lang/Object;)Z) Illegal use of nonvirtual
> function call
> at java.lang.Class.newInstance0(Native Method)
> at java.lang.Class.newInstance(Unknown Source)
> at sun.applet.AppletPanel.createApplet(Unknown Source)
> at sun.plugin.AppletViewer.createApplet(Unknown Source)
> at sun.applet.AppletPanel.runLoader(Unknown Source)
> at sun.applet.AppletPanel.run(Unknown Source)
> at java.lang.Thread.run(Unknown Source)
>
Yes, the download button was an exercise in Ada/Java programming
(ObjectAda). It works OK with some browsers, and fails miserably with
others. So much for Java portability...
I'm still investigating how to get around this. If anybody knows a
workaround....

--
---------------------------------------------------------
           J-P. Rosen (rosen@adalog.fr)
Visit Adalog's web site at http://www.adalog.fr





^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: AE2002 paper availabe
  2002-08-20 18:23   ` Jean-Pierre Rosen
@ 2002-08-22  8:41     ` Preben Randhol
  0 siblings, 0 replies; 7+ messages in thread
From: Preben Randhol @ 2002-08-22  8:41 UTC (permalink / raw)


On Tue, 20 Aug 2002 20:23:36 +0200, Jean-Pierre Rosen wrote:
> Yes, the download button was an exercise in Ada/Java programming
> (ObjectAda). It works OK with some browsers, and fails miserably with
> others. So much for Java portability...
> I'm still investigating how to get around this. If anybody knows a
> workaround....

<a href="mydocument.pdf">Download Here</a>

Preben



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: AE2002 paper availabe
       [not found] ` <bvm4mukal46a99k5umnbaf9bv0e6t7p1dq@4ax.com>
  2002-08-20 15:55   ` SIMON Claude
  2002-08-20 18:23   ` Jean-Pierre Rosen
@ 2002-08-23 17:47   ` Rudolf Meyer
       [not found]     ` <nn4emus7466irj6igjkl6ogmvt69a47juj@4ax.com>
  2 siblings, 1 reply; 7+ messages in thread
From: Rudolf Meyer @ 2002-08-23 17:47 UTC (permalink / raw)


Use the command line tool to overcome the shaky
behaviour of the server.

wget http://www.adalog.fr/publicat/ada-interfaces.pdf

"Dennis Lee Bieber" <wlfraed@ix.netcom.com> wrote in message
news:bvm4mukal46a99k5umnbaf9bv0e6t7p1dq@4ax.com...
> On Tue, 20 Aug 2002 10:50:34 +0200, "Jean-Pierre Rosen"
> <rosen@adalog.fr> declaimed the following in comp.lang.ada:
>
> > By popular demand, my paper on "Ada, Interfaces and the Listener
Paradigm"
> > is now available from Adalog's publications page,
> > http://www.adalog.fr/publica2.htm
>
> And seemingly unaccessible on my machine. Mozilla locks up
> totally, and IE dumps:
>
> java.lang.VerifyError: (class: filesel, method: action signature:
> (Ljava/awt/Event;Ljava/lang/Object;)Z) Illegal use of nonvirtual
> function call
> at java.lang.Class.newInstance0(Native Method)
> at java.lang.Class.newInstance(Unknown Source)
> at sun.applet.AppletPanel.createApplet(Unknown Source)
> at sun.plugin.AppletViewer.createApplet(Unknown Source)
> at sun.applet.AppletPanel.runLoader(Unknown Source)
> at sun.applet.AppletPanel.run(Unknown Source)
> at java.lang.Thread.run(Unknown Source)
>
> --
>  > ============================================================== <
>  >   wlfraed@ix.netcom.com  | Wulfraed  Dennis Lee Bieber  KD6MOG <
>  >      wulfraed@dm.net     |       Bestiaria Support Staff       <
>  > ============================================================== <
>  >        Bestiaria Home Page: http://www.beastie.dm.net/         <
>  >            Home Page: http://www.dm.net/~wulfraed/             <





^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: AE2002 paper availabe
       [not found]     ` <nn4emus7466irj6igjkl6ogmvt69a47juj@4ax.com>
@ 2002-08-30 18:15       ` Pascal Obry
  2002-08-31  0:09         ` Dennis Lee Bieber
  0 siblings, 1 reply; 7+ messages in thread
From: Pascal Obry @ 2002-08-30 18:15 UTC (permalink / raw)



Dennis Lee Bieber <wlfraed@ix.netcom.com> writes:

> On Fri, 23 Aug 2002 17:47:21 GMT, "Rudolf Meyer" <Rudolf.Meyer@unic.ch>
> declaimed the following in comp.lang.ada:
> 
> > Use the command line tool to overcome the shaky
> > behaviour of the server.
> > 
> > wget http://www.adalog.fr/publicat/ada-interfaces.pdf

No problem build AWS, then :

   $ agent -o GET http://www.adalog.fr/publicat/ada-interfaces.pdf
   $ ren agent.out ada-interfaces.pdf

Pascal.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|         http://perso.wanadoo.fr/pascal.obry
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: AE2002 paper availabe
  2002-08-30 18:15       ` Pascal Obry
@ 2002-08-31  0:09         ` Dennis Lee Bieber
  0 siblings, 0 replies; 7+ messages in thread
From: Dennis Lee Bieber @ 2002-08-31  0:09 UTC (permalink / raw)


Pascal Obry fed this fish to the penguins on Friday 30 August 2002 
11:15 am:


> 
> No problem build AWS, then :
> 
>    $ agent -o GET http://www.adalog.fr/publicat/ada-interfaces.pdf
>    $ ren agent.out ada-interfaces.pdf
>
        Doesn't seem to matter too much -- I managed (once the URL to the 
final file was given) to download it... Multiple times, and once just 
now under Linux... Acrobat complains that the file is unrepairable.

--
 > ============================================================== <
 >   wlfraed@ix.netcom.com  | Wulfraed  Dennis Lee Bieber  KD6MOG <
 >      wulfraed@dm.net     |       Bestiaria Support Staff       <
 > ============================================================== <
 >        Bestiaria Home Page: http://www.beastie.dm.net/         <
 >            Home Page: http://www.dm.net/~wulfraed/             <



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-08-31  0:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-20  8:50 AE2002 paper availabe Jean-Pierre Rosen
     [not found] ` <bvm4mukal46a99k5umnbaf9bv0e6t7p1dq@4ax.com>
2002-08-20 15:55   ` SIMON Claude
2002-08-20 18:23   ` Jean-Pierre Rosen
2002-08-22  8:41     ` Preben Randhol
2002-08-23 17:47   ` Rudolf Meyer
     [not found]     ` <nn4emus7466irj6igjkl6ogmvt69a47juj@4ax.com>
2002-08-30 18:15       ` Pascal Obry
2002-08-31  0:09         ` Dennis Lee Bieber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox