Client-side

  • submit to reddit

Creating Games with JavaFX: Silveira is Having Too Much Fun :-)

I've featured Silveira Neto's JavaFX work (play?) in a couple of recent posts, and it appears that he's had gaming on his mind lately.  Silveira is a CS...

0 replies - 5396 views - 09/02/08 by Jim Weaver in Articles

JavaFX: Reintroduce Swing JTable

In this blog entry yours truly will explain how to reintroduce the Swing JTable to a JavaFX application. We will mull over why it this valuable component was...

7 replies - 29641 views - 09/01/08 by Peter Pilgrim in Articles

Creating Fixed-Column Tables in Pivot

I came across this Flex demo the other day that demonstrates the use of fixed columns in a Flex data grid: I wanted to see how this might work in Pivot....

6 replies - 8227 views - 08/27/08 by Greg Brown in News

Making GWT Remote Procedure Calls

[img_assist|nid=3421|title=|desc=|link=url|url=http://www.manning.com/affiliate/idevaffiliate.php?id|align=left|width=208|height=388]GWT enables client...

0 replies - 26618 views - 08/25/08 by Schalk Neethling in News

Questions for Sun over JavaFX

Sun has released a JavaFX preview. Having played around with it, here are my questions.Will using the scenegraph API conceivably consume less resources than a...

15 replies - 10137 views - 08/21/08 by Chui Tey in Articles

JDK 6 and JavaFX (and NetBeans) on 32-bit Macs

The JavaFX SDK is out, but on 32-bit Macs, the SDK installer can't find a JDK 6 and just quits. So no JavaFX on my Intel Core iMac, ever? :-o Not so fast!Over...

4 replies - 13120 views - 08/21/08 by R. Kusterer in Tips and Tricks

My Ideas for Java Closures

According to Neal Gafter, the story for closures it still wide open. As someone who writes a lot of code using closure-like mechanisms ... in the form of lots...

3 replies - 3603 views - 08/19/08 by Howard Lewis Ship in Articles

Beginning Java SE 6 Platform: From Novice to Professional

[img_assist|nid=4576|title=|desc=|link=none|align=right|width=125|height=164]I've been using Java 6 for a little more than a year now, and quite honestly, I...

0 replies - 6422 views - 08/19/08 by Alex Ruiz in Articles

TableNode: Creating a Custom Scrollable Table in JavaFX

In July 2008 I started the JFX Custom Nodes category that contains a growing series of posts in which a graphics designer (Mark Dingman of Malden Labs) and I...

0 replies - 6203 views - 08/18/08 by Jim Weaver in Articles

Rapid Web Application Prototyping with Maven and Groovy

Utilizing both Maven and Groovy you can rapidly prototype web apps, and in this blog I'll walk you through exactly how to do that. First we are going to...

1 replies - 16582 views - 08/14/08 by Schalk Neethling in News

Neater Java

In Java 5, as all good Java developers will know, Sun introduced the enum type. Since I’m sure anyone who is interested in what will follow knows that...

12 replies - 8519 views - 08/14/08 by Gary Fleming in Articles

JavaFx: the hidden threading rule

The following post is the result of my latest JavaFx Script experiments mixed with Stu's Java.Next series (1,2). Alright, so Stu decides to showcase how the...

6 replies - 23796 views - 08/13/08 by Andres Almiray in News

Java Web Applications Spread Bots and Keyloggers?

In its report, Cybercrime Trends for 2008, Symantec claims, "Java-based Web applications—small programs, such as video players or interactive maps,...

3 replies - 5142 views - 08/12/08 by Jack Frosch in News

Pivot: A Practical Example, Part 5 - Localization

This is the last in a series of five articles that walk through the implementation of a simple but practical Pivot application called Stock Tracker. The...

0 replies - 6611 views - 08/12/08 by Greg Brown in News

On Java Exception Handling

I came across a series of blog posts by Daniel Pietraru that deal with the use of exceptions in Java programming — I love it. The exception framework in Java...

50 replies - 19378 views - 08/12/08 by Harry Chen in Articles