February 01, 2011
Mark Wielaard: New GPG key.
Finally created a new GPG key using gnupg. The old one was a DSA/1024 bits one and 8 years old. The new one is a RSA/2048 bits one. I will use the new one in the future to sign any release tarballs I might create. pub 2048R/57816A6A 2011-01-29 Key f...
More »
February 01, 2011
Andrew Hughes: [SECURITY] IcedTea6 1.7.8, 1.8.5, 1.9.5 Released!.
We are pleased to announce a new set of security releases, IcedTea6 1.7.8, IcedTea6 1.8.5 and IcedTea6 1.9.5.
This update contains the following security updates:
The IcedTea project provides a harness to build the source code from OpenJDK6 u...
More »
November/2024
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
| | | | | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | | | | | | | |
|
|
Java Technology
October 20, 2010
Content available at: http://blogs.sun.com/arungupta/entry/screencast_33_netbeans_7_0
More »
October 18, 2010
The future of Java is the just-ended java.net poll and our new poll. The just-ended poll was based on Markus Eisele's September 30 blog post, Java SE 7, 8, 9 - The Road Ahead. The poll ran for two weeks; 454 votes were cast, with the following ...
More »
October 18, 2010
Few would argue that code quality is not important. High code quality and good coding practices makes code more reliable and easier to maintain. Agreed coding standards can make code more readable and easier to understand. And measuring code coverag...
More »
October 16, 2010
It seems that when we develop a trait (that includes both abstract and concrete methods) in Scala and compile it, the outcome includes two jave byte code files. The first includes the de...
More »
October 16, 2010
Google maps was a useful hit from the moment it went on line. Since then thousands of web pages have added map capability to their sites, courtesy of Google. Let me illustrate how you can add Google maps to your Java application.
Background
Google f...
More »
October 15, 2010
Content available at: http://blogs.sun.com/arungupta/entry/java_ee_6_glassfish_silicon
More »
October 15, 2010
Content available at: http://blogs.sun.com/arungupta/entry/redfx_javafx_widget_library_for
More »
October 15, 2010
Content available at: http://blogs.sun.com/arungupta/entry/totd_145_cdi_events_a
More »
October 14, 2010
Automated functional tests are key to ensure the quality of large applications in incremental development processes. In contrast with unit tests where each test is supposed to be independent from the outside environment, functional tests are really i...
More »
October 14, 2010
In my last blog entry, I described VideoSharing which is an application that uses Web sockets to remote UI events and enable participants to control HTML5 video players remotely. Today, I'd like to share with you a similar type of collabor...
More »
|