How to Create a Flickr Search in Java Swing

The tooling support that NetBeans IDE 6.0 has for JSR-296 is really awesome. There's so much of it. To get myself up to speed, I went through this demo, which gets you a nice application for searching Flickr.

Here's the result:

The above is a pic taken at JavaOne last year, of myself, and my fellow authors of the book 'Rich Client Programming: Plugging into the NetBeans Platform'.

The best parts of what the Flickr demo shows are, in my opinion:

  • The ready-to-run application framework that the New Project wizard creates.
  • The checkbox that generates code for executing a method on the EDT. Really cool.
  • The setting in the Properties window that connects the text field's action to the method that searches for the image.
  • The seamless integration with Java Web Start via a few clicks in the project's customizer.

The sheer range of tools provided is really cool. It makes the prototype or draft phase of application development a point-and-click activity. Probably the best thing is how all the tooling that the IDE provides really pulls all the theory of JSR-296 out of the dry specification and into the world of the real.

0
Average: 4.5 (2 votes)

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)

Comments

kb9agt replied on Fri, 2009/08/14 - 5:33pm

Hey! I was just searching for something like this about 2 months ago. The only thing that I found was for ROR. I have the web services installed but there isn't much documentation(tutorials and what have you) about them.

Thanks for the link but I'm getting 502 Proxy Error now.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.