Rob Lybarger, from developer.com did an updated to some articles about Java Code Style. Worth the reading here.
Rob Lybarger, from developer.com did an updated to some articles about Java Code Style. Worth the reading here.
“Contrary to popular assumption, DRAMs used in most modern computers retain their contents for seconds to minutes after power is lost, even at operating temperatures and even if removed from a motherboard. Although DRAMs become less reliable when they are not refreshed, they are not immediately erased, and their contents persist sufficiently for malicious (or forensic) acquisition of usable full-system memory images.”
Even with the buzz the researchers want to create, it’s a good study to read!
What will the Future of Java Development Be?
In this panel discussion from QCon San Francisco, several influential leaders of the software development community discussed and debated the future of the Java language and APIs based upon the lessons we have learned from the past. Topics included static versus dynamic languages, removing code from Java, forking the JVM, and the next big programming language.
In: InfoQ
IPv6: Ready, Set, Go…
DNS root servers finally support IPv6.
Paul Twomey, president of Icann, said: “There’s pressure for people to make the conversion to IPv6. We’re pushing this as a major issue.”
The reason for the urgency, he said, was because the unallocated addresses from the total of 4,294,967,296 possible with IPv4 was rapidly running out.
“We’re down to 14% of the unallocated addresses out of the whole pool for version 4,” he said.
Some people say that is too late. The net’s current addressing scheme is expected to exhaust the pool of unallocated addresses by 2011.
In: BBC.co.uk
The wonderful world of GUI development
I’m not a GUI developer guy and I only used to think about it when I had some kind of trouble. However, after reading a lot about it, I start to give them the value they deserve.
Brent Simmons, NetNewsWire developer, wrote a great article about a “simple” two steps wizard.
The Closures Controversy
Presentation by Joshua Bloch here.
Not perfect Java but better
Swing is the worst design and API in Java (unanimity) but no one can denied that we have other problem.
“Joda-Time provides a quality replacement for the Java date and time classes…”
Fact: Maven is obsolete
Why should we keep fighting with XML?
Raven is a build tool for Java programs based on Rake and Ruby Gems. Homepage here and ONJava article here.
The top 10 IT disasters of all time
Colin Barker, of ZDNet, wrote an interesting article about the biggest IT disasters. Probably, the most interesting thing to notice is the number of software bugs at the top!
In: ZDNet
Java Language Improvements
Click here to check some simple improvements to Java.
We will have String Switches, Chained Invocations and Improved Catch Clauses!