Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

JavaWorld Daily Brew

Dustin's Software Development Cogitations and Speculations

This blog is about my observations and thoughts related to software development. These observations include tips and tricks that I have learned, solutions to problems I have faced, and other concepts I have found interesting and useful. This blog is intended to provide information to help other developers facing the same issues as well as providing me a method to document things in a well-known location for my own future reference.


JavaFX 2.0 Path Alternatives

In the post JavaFX 2.0 Christmas Tree (JavaFX 2.0 Shapes), I demonstrated using JavaFX 2.0's Path class in conjunction with MoveTo and LineTo to draw a simple Christmas tree.

Read more ...

 

Guava Release 11's IntMath

As I stated earlier in the post Sneaking a Peek at Guava Release 11, Guava Release 11 provides numerous new classes including several classes specifically related to mathematical operations.

Read more ...

 

JavaFX 2.0 Christmas Tree (JavaFX 2.0 Shapes)

The JavaFX 2.0 package javafx.scene.shape contains useful classes for drawing shapes in JavaFX. Given that today is Christmas Eve, it seems apropos to demonstrate some of the package's classes that can be used to draw a Christmas tree.

Read more ...

 

(Pure Java) JavaFX 2.0 Menus

In recent posts on JavaFX, I have focused on using JavaFX 2.0's new Java APIs without use of the JavaFX 1.x's JavaFXScript and without use of JavaFX 2.0's new FXML.

Read more ...

 

JavaFX 2.0.2 Delivered with Java 7 Update 2

The JavaTM SE 7 Update 2 Release Notes state that this update contains "new JVM (Java HotSpot Virtual Machine, version 22) that improves reliability and performance" along with support for Oracle Solaris 11 and "Firefox 5 and later".

Read more ...

 

Java 7's ThreadLocalRandom

Java 7 brings many new language features and new classes to the Java developer.

Read more ...

 

Simple JavaFX 2.0 Text Example

Oracle announced at JavaOne 2010 that they would be deprecating JavaFX Script and changing JavaFX to support standard Java APIs.

Read more ...

 

Hello JavaFX 2.0: Introduction by Command Line

I looked at a simple JavaFX version of the ubiquitous Hello World example from a NetBeans 7.1 beta perspective in the blog post Hello JavaFX 2.0: Introduction by NetBeans 7.1 beta. In this post, I look at a slightly different version of Hello World implemented with JavaFX using only command-line tools.

Read more ...

 

Sneaking a Peek at Guava Release 11

The recent reddit/java thread If you still don't know why Guava is awesome .... references the Guava Explained Wiki page. As I was looking at this, I noticed the page focused on Guava Math Explained.

Read more ...

 

Estimating Java Object Sizes with Instrumentation

Most Java developers who come from a C/C++ background have probably at one time wished for a Java equivalent of sizeof().

Read more ...

 

RMOUG Training Days 2012 Schedule Available

Recent Software Development Posts of Interest - Early December 2011

I have run into several software development blog posts over recent weeks that I think are worth reading or keeping links to for future reference. I collect some of these in this post.

Read more ...

 

Recent Community Conversation on Scala

For several years now, I've thought about investing more time and effort into learning and trying out Scala. However, there always seems to be something else that I run across that moves ahead in the queue of things I want to examine more closely. With this in mind, the recent postings on general usefulness of Scala have been particularly interesting.

Read more ...

 

Software Developers Hate Worthless Tasks

Most software developers that I know, especially the best ones, loathe worthless tasks. This is probably true of most people who strive to do what they do to the best of their ability, but I'm not aware of any area in which this attitude is more prevalent than in software development. The best software developers are passionate about what they do because they build things, they create things, and they make what they imagine become reality.

Read more ...

 

A First Look at Building Java with Gradle

I left JavaOne 2011 with several take-aways. One of the most significant was a renewed interest in learning more about Gradle.

Read more ...

 
Syndicate content