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 23, 2010
One of the features that had been lacking in JSF has been the ability to use the JSR 330 @Inject annotation for injecting object instances into JSF managed beans. The feature now has been enabled in GlassFish 3.1 - starting with the latest July...
More »
July 23, 2010
I learned this the hard way and wanted to make sure other people could benefit.
While putting together a Java EE 6 application, I had put together a @SessionScoped bean that inherited from an abstract superclass. Both the super- and s...
More »
July 23, 2010
In the previous installment of Effective Architecture, I covered TDD with Model-View-Presenter. However the code I presented had synchronous server calls. In JavaFX (like Swing), the UI code runs in the Event Dispatch Thread (EDT). It is unwise to bl...
More »
July 21, 2010
Easyb is an excellent BDD testing framework, with a heap of very cool features. In this article, we look at two more recent features: tags and parallel tests.
If you're looking for a good Behavior-Driven Development (BDD) or Acceptance-Test Driv...
More »
July 20, 2010
With very little pomp and only extenuating circumstance, we are releasing Mojarra 1.2_15. This release does have most of the performance fixes I mentioned in this blog post, but only for those running JSF 1.2. Technorati Tags:edburns
More »
July 20, 2010
Content available at: http://blogs.sun.com/arungupta/entry/java_ee_6_glassfish_31
More »
July 19, 2010
Recently I was in urged to do a web project with the latest and coolest web framework Ruby on Rails.
That's just one line of code grabbed from somewhere:
next if entry =~ /^\./
Ruby is said to read like a natural language, but for my eye...
More »
July 16, 2010
Yes, there is quite a bit of topics in the title, and they are all involved in the latest prototype of blueBill Mobile.
In case you don't have read my previous posts on this track, I'm going to give a bit of context. I'm referring to ...
More »
July 16, 2010
In a recent message to the GData Python Client Library Contributors mailing list, Joe Gregorio outlines a new discovery capability for GData APIs. E.g. here's a document that describes the Buzz API. Look familiar ? To me it looks very much like ...
More »
July 16, 2010
The attentiveness evaluation test in my driving school was easier than one I developed by using JavaFX. I made it harder by adding the next value randomly.
javafx({
name: "Attentiveness",
width: 300,
height: 300,
archive: "https://malenkov....
More »
|