comp.lang.ada
 help / color / mirror / Atom feed
* decaf
@ 2001-10-04 22:33 Wes Groleau
  2001-10-04 22:59 ` decaf Preben Randhol
  0 siblings, 1 reply; 8+ messages in thread
From: Wes Groleau @ 2001-10-04 22:33 UTC (permalink / raw)


Anyone know what happened to decaf ?

Formerly at http://ourworld.compuserve.com/homepages/teleobjet/decaf.htm


-- 
Wes Groleau
http://freepages.rootsweb.com/~wgroleau



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

* Re: decaf
  2001-10-04 22:33 decaf Wes Groleau
@ 2001-10-04 22:59 ` Preben Randhol
  2001-10-05 16:27   ` decaf Wes Groleau
  0 siblings, 1 reply; 8+ messages in thread
From: Preben Randhol @ 2001-10-04 22:59 UTC (permalink / raw)


On Thu, 04 Oct 2001 17:33:10 -0500, Wes Groleau wrote:
> Anyone know what happened to decaf ?

What is decaf ?

Is it this: 

http://www.eecis.udel.edu/~decaf/

or

http://studentweb.tulane.edu/~adowns/Decaf/

or something else?

> -- 
> Wes Groleau
> http://freepages.rootsweb.com/~wgroleau
         ^^^^^^^^^^^^^^^^^^^^^^
         Cannot be found.



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

* Re: decaf
  2001-10-04 22:59 ` decaf Preben Randhol
@ 2001-10-05 16:27   ` Wes Groleau
  2001-10-05 19:21     ` decaf tmoran
  2001-10-06  0:55     ` Java to Ada David Emery
  0 siblings, 2 replies; 8+ messages in thread
From: Wes Groleau @ 2001-10-05 16:27 UTC (permalink / raw)




Preben Randhol wrote:
> What is decaf ?

A Java class decompiler.  Generates Java source from class files.
Written in Ada 95.  Last I heard, the author was working on an
option to produce Ada source files from the class files.

> > http://freepages.rootsweb.com/~wgroleau
>          ^^^^^^^^^^^^^^^^^^^^^^
>          Cannot be found.

Works for me now.  Probably a temporary net-glitch.

-- 
Wes Groleau
http://freepages.rootsweb.com/~wgroleau



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

* Re: decaf
  2001-10-05 16:27   ` decaf Wes Groleau
@ 2001-10-05 19:21     ` tmoran
  2001-10-05 20:01       ` decaf Wes Groleau
  2001-10-06  0:55     ` Java to Ada David Emery
  1 sibling, 1 reply; 8+ messages in thread
From: tmoran @ 2001-10-05 19:21 UTC (permalink / raw)


> > What is decaf ?
>
> A Java class decompiler.  Generates Java source from class files.
> Written in Ada 95.  Last I heard, the author was working on an
> option to produce Ada source files from the class files.
  Where is decaf?



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

* Re: decaf
  2001-10-05 19:21     ` decaf tmoran
@ 2001-10-05 20:01       ` Wes Groleau
  0 siblings, 0 replies; 8+ messages in thread
From: Wes Groleau @ 2001-10-05 20:01 UTC (permalink / raw)




tmoran@acm.org wrote:
> 
> > > What is decaf ?
> >
> > A Java class decompiler.  Generates Java source from class files.
> > Written in Ada 95.  Last I heard, the author was working on an
> > option to produce Ada source files from the class files.
>
>   Where is decaf?

That was my original question.  All the links I can find point to the
same nonworking URI.

-- 
Wes Groleau
http://freepages.rootsweb.com/~wgroleau



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

* Java to Ada...
  2001-10-05 16:27   ` decaf Wes Groleau
  2001-10-05 19:21     ` decaf tmoran
@ 2001-10-06  0:55     ` David Emery
  1 sibling, 0 replies; 8+ messages in thread
From: David Emery @ 2001-10-06  0:55 UTC (permalink / raw)


...  Last I heard, the author was working on an
> option to produce Ada source files from the class files.

Karl Nyberg and I did a paper on this for Ada Europe a couple
of years ago.  There's one really significant problem with 
generating Ada package specs from  class files, and that is 
that the parameter names are missing.

Otherwise, most of what you'd want to know about a class can
be figured out from the class file, which is kind of neat.

By the way, the absence of named parameter notation is #2 on my
list of big mistakes in the Java language.  #1 is the lack of 
separation of spec and body.  

         dave



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

* Java to Ada
@ 2010-04-02  5:43 Michelle
  2010-04-02 20:27 ` Maciej Sobczak
  0 siblings, 1 reply; 8+ messages in thread
From: Michelle @ 2010-04-02  5:43 UTC (permalink / raw)


Does anybody have experience going from Java to Ada?  Especially when
you need to call a running service?  Any helps or hints would be
appreciated.

Thanks.



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

* Re: Java to Ada
  2010-04-02  5:43 Michelle
@ 2010-04-02 20:27 ` Maciej Sobczak
  0 siblings, 0 replies; 8+ messages in thread
From: Maciej Sobczak @ 2010-04-02 20:27 UTC (permalink / raw)


On 2 Kwi, 07:43, Michelle <shannonkenn...@gmail.com> wrote:
> Does anybody have experience going from Java to Ada?  Especially when
> you need to call a running service?

What do you mean by "call a running service"? What kind of "call"?

--
Maciej Sobczak * http://www.inspirel.com

YAMI4 - Messaging Solution for Distributed Systems
http://www.inspirel.com/yami4



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

end of thread, other threads:[~2010-04-02 20:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-04 22:33 decaf Wes Groleau
2001-10-04 22:59 ` decaf Preben Randhol
2001-10-05 16:27   ` decaf Wes Groleau
2001-10-05 19:21     ` decaf tmoran
2001-10-05 20:01       ` decaf Wes Groleau
2001-10-06  0:55     ` Java to Ada David Emery
  -- strict thread matches above, loose matches on Subject: below --
2010-04-02  5:43 Michelle
2010-04-02 20:27 ` Maciej Sobczak

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