Home

Search results

"tag:java"


Title and summary Date/time
1
"Best Tool for the Job" is a Myth
Browsing around the Q&A on JavaRanch.com I see a lot of the same questions when it comes to web frameworks. To paraphrase: "Which web framework should I choose and why?" I and others often respond with the typical canned answer. This answer comes in ...
Sep 4, 2008
4:13:00 PM
2
Some Reasons Flex Looks Appealing
Update It has been brought to my attention that I have repeated some information contained on the Flex homepage in my ramblings here. I just wanted to point out that is wasn't intentional and I was not trying to plagiarize. But the fact that my ...
Aug 21, 2008
11:15:00 AM
3
[Swing] Implementing Goto Class and Find resource
Last week I wrote an entry on implementing application wide hotkeys or global hotkeys. I mentioned writing a new article on how I implemented IntelliJ's Goto Class though I think calling it the same as Eclipse's Open Resource is a better name for my ...
Aug 4, 2008
8:44:11 AM
4
JavaFX Too Late...But Who Cares
I think around 2005 AJAX crept into buzz worthy status. Book publishers were happy again. Eric Pascarello got to laugh at everyone for making fun of his love for JavaScript. Rich Internet Application became the defacto term for web 2.0. And developing ...
Aug 1, 2008
3:39:00 PM
5
[Swing] Application Wide Hotkeys
I'm working on a Swing application and I need the ability to have application wide hotkeys. Basically that means no matter what I am currently doing in my app specific keystrokes always do the same thing. For example I am mimicing IDEA's CTRL+N ...
Aug 1, 2008
2:48:00 PM
6
JQuery Tip: Recognizing AJAX Requests on the Server
I discovered an interesting gem today while inspecting the header data for a web application I am working on. When you use JQuery to send an AJAX request to the server, JQuery places a nice little header entry: X-Requested-With : XMLHttpRequest ...
Jul 31, 2008
4:38:00 PM
7
Stripes 1.5 RC 1 Released
The first Release Candidate for Stripes 1.5 was released today. You can download it from here. The development team believes this release to be production ready and only expect minor bugs to be found during this RC period. For a full list of changes ...
May 23, 2008
10:22:00 AM
8
Groovy Java File Prepender
A friend of mine is getting ready to release an open source project and needed a quick way to put a common comment block at the beginning of every java file. I thought this would be a good chance for me to brush up on Groovy's slick File tricks and ...
Apr 24, 2008
2:07:00 PM
9
DRY CRUD DAOs with JPA
I wanted to shove a few more acronyms into the title of this article but I couldn't find anymore that were relevant. So I am currently working on a very small project using JPA and Hibernate. It has a very simple DAO layer and there are a handful of ...
Apr 17, 2008
1:30:00 PM
10
Groovy SwingBuilder Model Binding
I've been messing around with Groovy's SwingBuilder in my spare time. I did quite a bit of google-ing trying to figure out how to bind widget values to model properties. The example on the Groovy website wasn't very real world though it did get me pointed ...
Apr 8, 2008
11:41:00 AM
11
Benchmarks Mean Squat
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 ...
Apr 6, 2008
7:52:00 PM
12
What Makes Stripes So Great?
What better way to kick off my new weblog than with an entry about Stripes! I was reading the mailing list this morning and there is a discussion about Stripes versus Struts2. The author of the thread was trying to convince his team that they should ...
Mar 28, 2008
9:01:00 AM
13
Welcome!
I think this is the third time I've changed weblog locations. Hopefully this will be the last. While blogger was good to me for a while I finally am able to spend some time on my own site and wanted to host my own blog. So here it is. It will be much of ...
Mar 28, 2008
8:58:29 AM