- Hi! I'm Patrick Wright, and I work as a freelance software engineer based in Berlin, Germany. Go ahead and get in touch!
-
Recently…
…and not so recently
Author Archives: pdoubleya
What do you want from your special FX?
Since Sun announced the JavaFX meta-project awhile back (2007?), there’s been a lot of commentary, mostly negative, on the effort; but I think a great deal of this misses the point, which is that FX is not primarily aimed at … Continue reading
Bite through the skin to get to the pulp
I just came across PulpCore, a open-source 2D rendering and animation framework for the Java plug-in. I found the demos really impressive, in part because the experience of launching them was so straightforward and non-intrusive. It made me think–wait for … Continue reading
Posted in Uncategorized
Tagged f3, java2d, pulpcore
Comments Off on Bite through the skin to get to the pulp
Visual Guice
I’ve been meaning/intending to try out Google Guice for awhile now; just saw they threw together a simple graph visualization for dependencies declared in Guice. Looks nice. I haven’t found a Spring visualization library yet that I like, and I … Continue reading
Posted in Uncategorized
Comments Off on Visual Guice
Fruit flies in the JVM
Fresh winds are whipping through the JVM development community, and they aren’t–apart from JavaFX–coming from Sun. The hype around multiple (“more than 200!”) languages running on the JVM has led an acceptance that running something other than Java, and something … Continue reading
Maxine-ize your investment
I thought it was worth mentioning that another stealth research project at Sun has been open-sourced (GPL v2.0), in this case, a new virtual machine written in Java called Maxine. There are presentation slides available from JavaOne 2008. Maxine came … Continue reading
Posted in Uncategorized
Comments Off on Maxine-ize your investment
Tools in use
I decided to stop using a Java-based IRC client, jIRC for one written specifically for OS X (I’ve been using OS X at home and Linux for work)–the Mac utility, Colloquoy, is just excellent in all ways. And what I … Continue reading
Posted in Uncategorized
Comments Off on Tools in use
Why bother? Sun and Client Java
I just saw this blog entry from Jan Erik Paulsen, the guy that runs Teppefall Labs. Question: why is Sun Microsystems bothering to invest in client (desktop) Java and RIA? Sun is in danger of losing what position they have … Continue reading
Posted in Uncategorized
Tagged java, RIA, sun, swing
Comments Off on Why bother? Sun and Client Java
Scala plugins for NetBeans, IntelliJ; status and notes
I just noticed on the netbeans-dev mailing list that Caoyuan Deng’s plugin support for Scala in NetBeans has been granted one of the “innovator grants”. This is good news! You can already download (very) early versions of the plugin, and … Continue reading
Scala Presentations and Interviews
Here’s a collection of some presentations & interviews on the Scala programming language I’ve come across in the last few months. The great Parleys.com just posted Martin Odersky’s presentation on Scala from JavaPolis 2007 (last December in Belgium). They had … Continue reading
Posted in scala
Tagged interview, presentation, scala, Tech Pods
Comments Off on Scala Presentations and Interviews
Scala
I started looking at Scala a few months ago. I’m working my way through the new (draft) Scala book, Programming in Scala, available on the Artima website, at http://www.artima.com/shop/forsale So far I’ve installed the SDK and can compile and run … Continue reading