Groovy Java File Prepender
applying common comment blocks to java files
DRY CRUD DAOs with JPA
...and Spring
jqGrid JSON Java Model
Improve Form Usability
The JQuery Way
SwingBuilder: Integrating Groovy and Java
Groovy SwingBuilder Model Binding
Down Votes on DZone Deserve Comments
Say that 5 times fast
I've been guilty of this myself but have been trying to follow my own advice. If you vote something down on DZone it would be really nice to give a reason either in the DZone comment system or on the article itself. No one likes to see their content voted down but maybe with some constructive criticism authors can improve their content.
I'd also like to see down votes actually matter with regards to the front page. I know there is probably some fancy shmancy algorithm determining front page promotion. I think it goes something like this:
if (rick.likesArticle || article.lotsOfClicks) {
article.promoteToFrontPage()
}
But once the down vote exceeds the up vote it doesn't make a lot of sense for it to be on the front page anymore. Well, that's my opinion anyway. YMMV. Happy blogging.
Benchmarks Mean Squat
Squat is a technical term...
I just read a claim that JavaFX benchmarked at 186 fps. I thought that was pretty impressive. I had to check it out. I followed the link to the BubbleMark site and tried the JavaFX jnlp on both JDK1.6.0_05 and JDK1.6.0_10 preview release. Both performed miserably. 9 FPS!!
My machine's specs:
- Ubuntu 7.10 - Gnome Desktop (Compiz turned off)
- Duel Core 2.1GHz
- 4GB RAM
- NVIDIA GeForce 8400M GT (256MB)
All this proves really is that benchmarks mean squat.
JavaFX vs Plain Old Java
This week on JavaRanch we've had the honor of having Jim Weaver promoting his JavaFX Book. Jim's a great guy but I'm not sold on JavaFX just yet. While reading up on it and reading responses to questions I get this horrible feeling in my gut reminisce of another slew of (empty) promises from Sun regarding a web technology who's name I won't mention but its initials are JSF.
So one of Jim's common responses to "why JavaFX" is "The simple, elegant, declarative scripting that (IMO) makes it as easy to create a JavaFX application without a GUI designer as it is to write a Swing/2D app with a GUI designer."