The list has been pretty quiet lately, with all of the news in the Java community. First, Scott McNealy has moved on from Sun. Is this shakeup going to ...
... Sun may have missed its opportunity to release Java under an open source license. These days, all of the talk among the smartest software developers...
David, Although big news in each link (IMO) it’s still fairly boring. I think these links are a true testament to Java's maturity. I'll comment on each one...
... the ... i'd go to JavaOne if it wasn't so-o-o expensive. or if someone else paid for me :) otherwise, it doesn't seem to be a good investment. Java is a...
Guys - As you may know, java.sql.Date extends java.util.Date. I just found this in the source code for java.sql.Date: /** * Sets an existing <code>Date</code>...
... 8099. ... out. ... GMT. ? time in milliseconds is always UTC time. the last 3 lines only mean that this implementation should conform to the API, which...
... ... and costs $2,495/each Alternately, you can download Sun Java Studio Creator 2 for free, play around with it for couple of days and read the excellent...
This is an excellent article on how the Java Community can contribute significantly to the welfare of our fellow citizens. ...
Michael R. Rogers, II
michael.rogers@...
May 4, 2006 12:54 pm
9610
Yeah.. I'd go to those conferences too if they were free, and I ALSO got a rebate. :-) ... From: jawabean To: novajug@yahoogroups.com Sent: Tuesday, May 02,...
f/26 returning back to Java/J2EE, been doing professionally for one year, expecting to take the certification test soon. Living in NOVA. I hope to contribute...
"Sun may have missed its opportunity to release Java under an open source license. These days, all of the talk among the smartest software developers concerns...
... Ok.. sure.. why not? OK, so your suggestion has now been added to the "running list" of ways, as item #7: 7. Creating java Strings with literals: String...
... I can think of 6 possible ways: 1. call new() which calls a constructor of a class 2. In a singleton class, call method named getInstance() which returns a...
Hi Please look at the api doc at http://java.sun.com/j2se/1.4.2/docs/api/java/sql/Date.html#setTime(long) java.sql.Date's setTime() overrides the base class,...
FYI, I found a FREE book on Design Patterns: http://www.cs.unc.edu/Courses/jbs/documentation/design_patterns/DesignJava.PDF Addison-Wesley, 1998, by James W....
1) Scott will still be the Chairman of the Board at Sun and will continue to be involved in projects at Sun. There should be no impact on the JCP because it...
Michael R. Rogers, II
michael.rogers@...
May 4, 2006 1:02 pm
9619
Actually, if you look at the source code for that calss as keith pointed out , that's all it does, just call super.setTime(). I think Sun got it wrong as far...
you can also look at BCEL argyn ... private constructor. ... thread. else ... protect the ... synchronization issues. ... typically used in ... closely ... ...
... not good, ... they (programmers) do it all the time :) they write comments once, then never maintain them. after a couple of releases, these comments have...
Hi, I noticed quite bit of cross posts lately in this list. I know that this group has been quiet for some time, but cross posting in not the answer :). ...
All - What do you recommend for XML editing and validation within Eclipse and standalone? It would be nice to have both. Open source would be ideal, free but...
Well, not reading comments may be going a bit far, but one certainly wants to have a critical eye. At the source code level, self-documenting code is far...
... When used to judge the history of a project, well, that's one thing. But when used as a justification for continued immature behavior on the part of...
... the reality is that in such an important class as java.sql.Date coming from a reputable source we have a comment which has nothing to do with actual code....
Alright, let it be noted that while I tend to respond to Ruby comments, I don't start the them, so there! ... Agreed. (To establish a non-adversarial...
... Anyone not interested in grid (of the computational intermediation flavor) should stop reading now: Sun's Grid has done precious little in a year. The...
... this sounds almost like sci-fi to me. it wasn't easy to port Fortran apps to C++, i'd assume java is even more problematic. apart from absence of...
... Sorry, it's reality Y2K style. ... Au contraire, being mostly math it was very easy to port. Not a whole lot of IO or UI or anything. Java's floating point...