 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
cara Guest
|
Posted: Thu May 10, 2007 3:55 pm Post subject: Java in safety critical environment |
|
|
Hi, I have ADA background and am new to Java. I am interested in
opinions about the use of Java in safety critical envirnoments. I am
currently supporting a system based built with ADA. Migration to Java
is proposed. Are there any special Java characteristics to be wary of?
Any reservations for Java in a saftety critical environment? |
|
| Back to top |
|
 |
Guest
|
Posted: Thu May 10, 2007 4:07 pm Post subject: Re: Java in safety critical environment |
|
|
On May 10, 6:55 am, cara <peter.cantw...@iaa.ie> wrote:
| Quote: | Hi, I have ADA background and am new to Java. I am interested in
opinions about the use of Java in safety critical envirnoments. I am
currently supporting a system based built with ADA. Migration to Java
is proposed. Are there any special Java characteristics to be wary of?
Any reservations for Java in a saftety critical environment?
|
Maybe.
=================
You acknowledge that Licensed Software is not designed or
intended for use in the design, construction, operation or
maintenance of any nuclear facility.
================= |
|
| Back to top |
|
 |
John W. Kennedy Guest
|
Posted: Fri May 11, 2007 2:15 am Post subject: Re: Java in safety critical environment |
|
|
cara wrote:
| Quote: | Hi, I have ADA background and am new to Java. I am interested in
opinions about the use of Java in safety critical envirnoments. I am
currently supporting a system based built with ADA. Migration to Java
is proposed. Are there any special Java characteristics to be wary of?
Any reservations for Java in a saftety critical environment?
|
Well, there are the obvious ones, like the lack of subtypes. And if
latency matters, the fact that Java /must/ use a garbage collector can
be a problem, as can the fact that all non-elementary data must be
allocated from the heap. Part of the performance loss, however, is
gained back by modern Java technology, which observes the program in
action for a while, and then does an optimized compile on the fly.
But Java learned a great deal from Ada, and does not have most of the
bad things that Ada also does not have, and has many of the good things
that Ada does.
--
John W. Kennedy
"The bright critics assembled in this volume will doubtless show, in
their sophisticated and ingenious new ways, that, just as /Pooh/ is
suffused with humanism, our humanism itself, at this late date, has
become full of /Pooh./"
-- Frederick Crews. "Postmodern Pooh", Preface
* TagZilla 0.066 * http://tagzilla.mozdev.org |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|