Client-side

  • submit to reddit

My opinion about JavaFX 2.0

It's been a few weeks since Oracle announced the plans with JavaFX. The JavaFX 2010-2011 roadmap is described at the JavaFX website. As I expected, there...

2 replies - 8676 views - 08/02/11 by Johan Vos in Articles

Binding Scala Objects to Swing Components

If you do Swing application development, especially the enterprise application type you know lots of code that looks like this: public class Person { ...

0 replies - 4290 views - 07/23/11 by Jens Schauder in Articles

UI Testing with Eclipse Jubula: Executing the Tests

In my last blog post, everything was pure theory (if you’re looking for the start of the Jubula series, look here): I specified a few tests, but there’s no...

0 replies - 7820 views - 06/13/11 by Joachim Hofer in Articles

15 Must Know UI Development Questions

These questions can also be used in interviews.  If you are stuck with a question, please leave comment here on my blog.The questions are of basic and...

4 replies - 13981 views - 06/02/11 by Sandeep Bhandari in Articles

Rebooted: JavaFX 2.0 Beta Released

Oracle released the beta SDK for JavaFX 2.0 yesterday, following up on the announcement from last years JavaOne that JavaFX was to be rebooted. The major...

12 replies - 7706 views - 05/27/11 by James Sugrue in Articles

What is the Next, Next Big Thing?

Many people wonder what the "next big thing" will be in technology, but Alasdair Allan, a published technology author and consultant, thinks that...

1 replies - 9743 views - 05/24/11 by Ross Jernigan in News

Java - Client Side Development or Enterprise Only?

Before I begin, I must warn everyone about the age old (Java Server vs. Java Desktop) battleI'm a big fan of Java (must be, as I was developing in it since...

14 replies - 5389 views - 04/12/11 by Chris Clark in News

A Better Java Webstart for Standalone Apps

Webstart is a nice solution for deploying Java applications. But when it comes to a corporate environment, it has a not-so-small problem: The Java Runtime...

11 replies - 7284 views - 03/03/11 by Michael Schnell in Articles

Changing the Look & Feel of Your Swing Application

Adam Bien has been running a great series entitled "Swing Looks Great", where he highlights some of the awesome Swing look & feels that are...

6 replies - 7366 views - 12/08/10 by James Sugrue in Articles

Swing Looks ...Great (Part III Nimbus)

Nimbus comes already with JDK 1.6. Nimbus doesn't have to be installed, it is shipped with JDK 1.6. You only have to...

0 replies - 7482 views - 12/01/10 by adam bien in Articles

Integrating Flex 4 and Spring 3 based JMS Applications

This article explains the essentials of leveraging the Spring BlazeDS project to integrate Spring based JMS systems with Flex powered rich internet...

1 replies - 13833 views - 11/29/10 by Shashank Tiwari in Articles

Why I Like the New JavaFX

I have a vested interest in seeing the original JavaFX Script based platform prosper. As an early adopter of this technology, a good portion of my life...

5 replies - 7729 views - 11/29/10 by Jim Connors in Articles

Custom Swing Component Development Tip: Not Everything is Transparent

This article explains transparency (opacity) and how to avoid some common pitfalls encountered when developing custom swing comppnents The previous article in...

3 replies - 6582 views - 11/04/10 by Rhiannon Liebowitz in Articles

Is the Apple JVM an "Extra Feature?"

Recently Apple announced that it was deprecating its Java Virtual Machine (JVM) implementation. Ten years after promising to "make the Mac the best Java...

11 replies - 6659 views - 11/03/10 by Matt Stine in Articles

Custom Swing Component Development Tip: Insets Matter

This is the first article in a series where I will be detailing a number of tips and common pitfalls I have encountered while developing custom Swing...

0 replies - 6975 views - 10/18/10 by Rhiannon Liebowitz in Articles