FeedCluster.com - Free Community Aggregators, Blog Aggregator Hosting Create Aggregator | Submit Blog | Log In
A community aggregator of blogs that are mostly about JavaFX Script, a declarative programming language by Sun Microsystems.
JavaFX 1.2.3 SDK Released
The latest version of the JavaFX SDK is out and available from the usual JavaFX.com downloads page. Looking at the release notes it's a bug fix release with a couple of tweaks for performance that include: [read more]
View blog reactions
Digital Clock
View blog reactions
TIOBE Software: Tiobe Index Feb. 2010
This month not much changed in the index. Objective-C and Go are still scoring all time highs, while staying close to each other. There are 4 programming languages that have a realistic chance of entering the top 20 next month. These are educatio ... [read more]
View blog reactions
Java Download Service Listener
One of the previous post [Applet Startup Time] provided a way to measure start-up time of JavaFX Applets. Many responded with requested information (Thanks a lot!). One of the main concern raised was high start-up time for “Without JavaFX Runtime ... [read more]
CommentsView blog reactions
Expanding the Horizon
An updated look at a 2d game library being written to use JavaFX and JBox2D [read more]
View blog reactions
Oracle
View blog reactions
RTSP Support in JavaFX Applications
Vyacheslav Baranov, a software engineer in the JavaFX Media group, discusses streaming media support in JavaFX application. Share first-hand knowledge in the newly published technical tip RTSP Support in JavaFX Applications.  [read more]
View blog reactions
RTSP Support in JavaFX Applications
Learn about Real-Time Streaming Protocol support in JavaFX applications. [read more]
View blog reactions
JavaFX – Upload File
One of the previous post had a sample to download large files using JavaFX. It relies on HttpRequest attribute sink to specify the output file location. Similarly we can use source attribute for uploading a file. [read more]
CommentsView blog reactions
Let's Create a Documentation "Wish List"
I've recently started a new thread in the "JavaFX geeks and newbies" group on mix.oracle.com.  It's entitled: "Let's Create a Documentation 'Wish List'." In it, I am directly interacting with the JavaFX developer community to gather opinions abou ... [read more]
View blog reactions
off topic but fun: Five-minute augmented-reality scavenger hunt
Just a quick heads-up:  If you have an android mobile device and want to have some fun with augmented reality, go on the five-minute augmented-reality scavenger hunt.  See my aug.mx blog post for details. [read more]
CommentsView blog reactions
My Experiments with JavaFX
I started experimenting with JavaFX1.2. I felt writing complex special effects or writing Animation code in JavaFX is very simple. In a very short time I am able to produce complex visual effects which previously took days to create in Java 2D. ... [read more]
CommentsView blog reactions
A JavaFX app for your vagus nerve from Krishna Kishore
The physiology of stress is an interesting topic, even to a layman like me.  Relaxing, taking time to enjoy beauty, and exhaling slowly, are important lessons for all of us that are often learned the hard way.  While learning such a lesson, I bec ... [read more]
CommentsView blog reactions
Oracle/Sun Strategy: We will invest heavily in JavaFX
Today was a busy interesting day for lots of my fellow geeks (like you, perhaps) in that I found myself listening to two webcasts at the same time: The Apple iPad announcement, and the Oracle/Sun Strategy announcements.  Being a JavaFX developer, ... [read more]
CommentsView blog reactions
JavaFX data visualisation app by Nik Silver
Because of its rich UI capabilities, one very natural and powerful use of JavaFX technology is data visualization.  In today's post I'd like to highlight the JavaFX applet that Nik Silver created to visualize and navigate news.  Nik's app accesse ... [read more]
CommentsView blog reactions
Say Well-it-come: TabbedPane V.3
…….. …….. This version is a little cleaner than the previous. …….. [read more]
CommentsView blog reactions
Data Binding and Trigger Basics
We've received a number of requests from new users asking for the core tutorial's coverage of data binding to be simplified. We've listened, and as a result, have divided our coverage of binding (and triggers) into "basic" and "advanced" lesso ... [read more]
View blog reactions
Making waves
Jonathan Giles recently suggested demos should feature more Keyboard Cats.  I was happy to oblige.  The links below lead off to a couple of very basic animation demos written in JavaFX featuring a still image and (thanks to Jonathan’s inspiration ... [read more]
CommentsView blog reactions
Wipe library demo
The Wipe library is an experimental JavaFX package making animated transitions between pages in a UI easy.   For desktop apps it could be used to create simple slide shows, but its real power comes in environments with small UIs (like widgets or ... [read more]
CommentsView blog reactions
New and Updated How-To Topics
The Sun Docs team recently published some new and updated How-To topics. One of the new How-To's is based on a question asked by a reader in the Comments section at the end of one of our articles. We interacted with the reader, came up with a sol ... [read more]
View blog reactions
JavaFX – Printing
There were many queries related to saving and printing of JavaFX nodes. Users can capture the node as image following the approach outlined in one of previous blog and use ImageIO APIs to save the image to file. For printing, we can use 2D printi ... [read more]
CommentsView blog reactions
JavaFX – A Poor Man’s Form Designer
The main goal is to properly layout components in order to create a nice looking forms and also to learn the popular layout framework library MigLayout and it's constraints language syntax. Using JavaFX's binding allows the form designer tool to ... [read more]
CommentsView blog reactions
JavaFX – Database + Table
JavaFX + Apache Derby Database + JDBC – I have seen several queries related to this, hence thought of providing a sample application. In order to avoid any back-end database setup, I’m using Embedded Derby which will create database in <UserHome> ... [read more]
CommentsView blog reactions
JavaFX at the Chicago Java Users Group
I’ll be giving a talk on JavaFX this upcoming Tuesday, December 15th at the Chicago Java Users Group. The talk is titled “JavaFX for Java Developers”, and is meant to be a survey of JavaFX from the perspective of someone already familiar with Jav ... [read more]
CommentsView blog reactions
JavaFX in Action – Book Review
Well organized, JavaFX in Action enables beginners, as well as experienced developers from any language background, to immediately hit the ground running with the JavaFX platform. This book provides great examples that demonstrate the abilities ... [read more]
CommentsView blog reactions
Music Explorer FX v1.1: Now with “Fame” Control
Version 1.1 of the JavaFX-based music discovery application, Music Explorer FX has been released. You can try it here: [read more]
CommentsView blog reactions
FEST-Assert 1.2: Fluent Interface for Assertions
We are proud to announce that FEST-Assert 1.2 is out! [read more]
View blog reactions
Search is not Discovery
Paul Lamere over at Music Machinery has a great write-up about Google’s new music search feature. To give you a sense of where he stands, he ends the post with a memorable mantra: “Search is not discovery”. Search is great if I know that I’m loo ... [read more]
CommentsView blog reactions
The Awkward Relationship Between Swing and JavaFX
Here’s a recent awkward interaction between a Starbucks Barista and me: Me: I’ll take a Grande Coffee (note, I don’t actually order “just a coffee”, but I’m too embarrassed to write out the actual drink. Being forced to write “Grande” instead of ... [read more]
CommentsView blog reactions
Giving Infinitest and “Continuous Testing” a try…
It has been a week since I started using Infinitest while working on FEST-Assert. I’m very pleased with the results, to the point that I’m getting addicted to it! [read more]
View blog reactions