Archive for March 2009

    Toggling Fullscreen with JavaFX

    March 31, 2009 6:47 PM

    JavaFX supports full screen mode via the Stage class, and it works well provided you don’t want to switch back and forth between full screen and windowed mode. If you want the ability to toggle, then a little more work is necessary.

    posted by Sten Anderson

    Griffon Book on the Way

    March 31, 2009 12:47 PM

    One of my semi-daily emails from Manning Publications just informed me that a new Griffon book, Griffon in Action, is on the way. It’s great to see that Griffon is gaining enough traction to have an “In Action” book published about it.

    posted by Sten Anderson

    Swapping column values in two tables…

    March 28, 2009 4:00 PM

    I had to swap the values of two columns in two different tables for one of my EXIGENT application requirement. I wrote a small Stored Procedure, to do it…After writing it I thought why did I write it on my own, I am a lazy guy, how I become so active to write it on my own???

    posted by Rohit Srinath

    Data Migration made eazzzzyyyy…

    March 21, 2009 2:43 PM

    Its feels great to get ideas to write about…YES, the following was suggested by Matt, when I was jotting funny non-sense but unfortunately true things…Well find that in my personal blog [Which is yet to be setup... :)]

    posted by Rohit Srinath

    iPhone OS 3.0 is coming!

    March 18, 2009 11:29 PM

    Copy and Paste is coming! Let the masses of iPhone users rejoice. If you haven’t been labeled an Apple fan boy as I have, then you might not know that Apple gave us a look at the next version of the operating system that runs on the iPhone and iPod Touch on Tuesday. Among the new features that I am excited about are copy and paste between applications, support for CalDAV calendars (I’ve been a bit disappointed with Google ActiveSync implementation, especially since I would rather be using that with the CityTech Exchange server), landscape keyboard mode for all the built-in applications and device wide search. There was also a ton more that I won’t detail here. Head over to arstechnica.com for their coverage of the full list of new features for both developers and users or watch the video of the event and see why this is truly a major version increment for iPhone OS.

    posted by Matt Campbell

    Scrolling with JavaFX

    March 18, 2009 2:28 PM

    Since JavaFX has no scrolling support yet (not counting the Swing extensions), any desire to scroll around will fall to the developer to implement. In general, I don’t recommend trying to “roll your own” components since I have faith that scrolling support will be added in future a release, but in the interim, here’s a little scrolling experiment:

    posted by Sten Anderson

    TDD: It’s Not Just For Zealots

    March 16, 2009 11:52 AM

    TDD (Test Driven Design/Development) is the practice of writing tests before writing the thing that will be tested. I’ve been simultaneously interested and suspicious of this way of writing software, trying to decide if the assumed rise in quality of the software could outweigh the dictatorial approach to writing tests (a testocracy)?

    posted by Sten Anderson

    Upcoming Events

    March 15, 2009 8:06 PM

    We had a great first two months of the year, participating in our first Virtual Tradeshow with JBoss, pulled off a great Alfresco Code Camp and saw the Chicago Groovy User Group (CGUG) get off to a great start in January with Sten Anderson presenting on a real life case study of how he integrated a Groovy DSL into a Java SE application.

    posted by Matt Van Bergen

    JavaOne Reject

    March 15, 2009 11:36 AM

    The JavaOne sessions for this year’s conference have been posted on-line. Notably absent from the content catalog (notably that is, if you are me, or my mother), are my submissions. Since I have no shame in sharing my failures as well as my non-failures on this blog, what follows is the body of the rejection email that I received:

    posted by Sten Anderson

    A Critical (and Possibly Misinformed) Look at JavaFX Sequences

    March 4, 2009 1:12 PM

    Similar to the java.util.Collections utility class for the Collections API, javafx.util.Sequences is a utility class for Sequences. It contains, as expected, functions such for searching, sorting, general manipulation, and object lookup. This seems a bit split-brained to me though. 

    posted by Sten Anderson

    Staying on the Beat

    March 3, 2009 10:23 AM

    Paul has written (and blogged about) a little piece of software that will analyze the tempo deviations of a song to try and determine whether or not the drummer used a click track. A click track is basically a metronome piped through headphones that can help the drummer (and therefore everyone else) stay on beat.

    posted by Sten Anderson
Top