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
July 09, 2010
My previous blog articles about Apache, (SSL), mod_proxy and Glassfish V1/2 are pretty popular. So this is a refresh to let you all know that you CAN do the same with Glassfish V3. I have tested it with v3.0.1.
Note you will have to dig through the a...
More »
July 09, 2010
The original Pragmatic Programmers, Andy Hunt and Dave Thomas, talk about the tragedy of the software ghetto in this 2003 interview with Bill Venners. We all know the story of how unfixed broken windows can cause a nice neighborhood to start looking...
More »
July 09, 2010
Created a new jax-ws-commons project at the familiar jax-ws-commons. JAX-WS 2.2 has defined HTTP SPI that allows to plugin a http transport with any JAX-WS runtime. This project implements the HTTP SPI using Grizzly HTTP implementation...
More »
July 08, 2010
I am please to announce that SwingX has released version 1.6.1. We hope to have the release uploaded Maven central soon.
Just a quick overview of some of the issues:
Added prompt support.
Added new Highlighters and HighlighterPred...
More »
July 08, 2010
Content available at: http://blogs.sun.com/arungupta/entry/java_ee_6_glassfish_3
More »
July 07, 2010
Content available at: http://blogs.sun.com/arungupta/entry/qa_3_java_ee_6
More »
July 07, 2010
In the last installment of my post, I briefly described how to do Test Driven Development (TDD) in JavaFX using Model-View-Presenter (MVP) pattern. In this installment, I illustrate this particular piece in detail and provide working code samples. Yo...
More »
July 07, 2010
A little-known but very useful feature slipped into JUnit 4 and recent versions of the Maven Surefire Plugin: support for parallel testing. This feature has been around for a while in TestNG, but has been missing in JUnit. And now, if you are a JUnit...
More »
July 06, 2010
At about 330 downloads and 150 active installs, the feedback I'm getting from blueBill Mobile customers is very small. It mostly comes from people in a birders' forum where I posted a notice about the app; while the feedback brought from th...
More »
July 04, 2010
I was such happy when years back the JRE was extended by the Collections Framework. It's just so intuitive to use it, and provides virtually anything the average programmer needs. C...
More »
|