Client-side

Calling JavaFX From Java

If you searched for a solution to embed JavaFX components in Swing you won’t have success with a version which is officially supported.But as always there...

0 replies - 3795 views - 02/27/09 by Peter Karich in Tips and Tricks

JavaFX 1.1 NetBeans Plugin on Linux

The following tip is based on Weiqi Gao's original post on  JavaFX 1.0 On Linux: NetBeans Plugin. The method outlined in that post does not work with JavaFX...

5 replies - 11107 views - 02/24/09 by goodsforyou in Tips and Tricks

The Swing Application Framework Still in Coma

As already said a few months ago, there is no activity on JSR 296 (SAF) and nothing much has changed since then.

17 replies - 6148 views - 02/23/09 by Anthony Goubard in Articles

JavaFX Goes Mobile

Today sees the release of JavaFX 1.1, allowing developers to put their JavaFX RIA applications on mobile phones, as well as the desktop. I talked with a few of...

9 replies - 4659 views - 02/12/09 by James Sugrue in Articles

Case Study – Scalable SOA for an Inmate Banking System

The vast majority of articles and case studies I have read over the years target the very large enterprise market.  While many of the ideas are sound, the...

0 replies - 6061 views - 02/09/09 by JavaJohnson in Articles

Animated JavaFX Meets the NetBeans Platform

I was talking to a NetBeans Platform customer last night, about Josh Marinacci's instructions for integrating JavaFX into Java applications. "Where,"...

3 replies - 7876 views - 01/27/09 by Geertjan Wielenga in News

Pagination: Server Side or Client Side?

Numerous times in your projects you might have to face a situation where you need to pull chunks of data dynamically. The obvious issue that you then face is...

14 replies - 6197 views - 01/27/09 by nitinaggarwalin in Articles

When to Use Dependency Injection

A great question from a reader...The only thing that does not fully convince me in your articles is usage of Guice. I’m currently unable to see clearly its...

15 replies - 5637 views - 01/15/09 by mhevery in Articles

Testing JavaFX UIs - Part 3 of ?: Node-based Robot and Fixtures (with Demo)

After I learned how to launch a compiled JavaFX UI and a little bit about JavaFX's node hierarchy, I thought I had enough information to start working a...

0 replies - 1886 views - 01/13/09 by Alex Ruiz in Articles

JavaFX In Practice - An Interview With Stephen Chin

I was interested to stumble across WidgetFX recently. It struck me as a good use of the JavaFX technology. A month after the JavaFX 1.0 release, it's good to...

7 replies - 5924 views - 01/12/09 by James Sugrue in Articles

Open Source : How Do You Stay Up To Date?

I Love the concepts and beliefs behind Open Source. I use Open Source libraries, applications etc. all the time. One of the things I have always found a...

18 replies - 11174 views - 01/10/09 by Schalk Neethling in News

Choosing An Ajax Framework

This past week, my colleagues and I have been researching Ajax Frameworks. We're working on a project that's following SOFEA-style architecture principles and...

20 replies - 5738 views - 01/09/09 by Matt Raible in News

JAR Design Over Class Design

In early December, I spoke at SpringOne Americas and delivered a session on OSGi. Whenever I speak about application design or architecture, I always ask the...

3 replies - 3687 views - 01/08/09 by Kirk Knoernschild in Articles

2009 Predictions, 2008 Predictions Revisited

It's once again that time of year, and in keeping with my tradition, I'll revisit the 2008 predictions to see how close I came before I start waxing prophetic...

7 replies - 9367 views - 01/02/09 by Ted Neward in Articles

Testing JavaFX UIs: Part 1 of ?

This is the first part of a series of blog entries where I plan to document our progress testing JavaFX UIs with FEST.

2 replies - 2350 views - 12/31/08 by Alex Ruiz in Articles