Archive for June, 2010
Installing the Adobe AIR 2 SDK in Eclipse
June 28th, 2010 by Scott SelikoffWhile Adobe makes adding a new Flex SDK easy – just drop a new version folder alongside another version and point Eclipse to the new directory – they make installing a new Air SDK quite frustrating. The Air SDK is installed inside the Flex SDK, so to truly install a new version, you must hijack [...]
Categories: Flex.
Tags: adobe, air, eclipse, Flex, sdk
Comments: 1
what may or may not be in java 7 from the java road trip
June 14th, 2010 by Jeanne BoyarskyOracle talked about Java 7 at the first stop of the Java Road Trip. The main speaker was Brian Goetz, author of Java Concurrency In Practice. Despite the disclaimer that everything including syntax is subject to change, the talk was pretty interesting. Here are my notes. (this was largely written on my iPad; please excuse [...]
Categories: Java/J2EE.
Tags: closures, java7
Comments: 6
postgresql and jdbc
June 13th, 2010 by Jeanne BoyarskyIn postgresql – selecting maximum for each group, we saw the actual stored function. That was the easy part. Then there was dealing with Postgresql and JDBC. I encountered a few surprises while doing this. Calling the stored function I expected to use JDBC’s CallableStatement since I was calling a stored procedure. Nope. The proper [...]
Categories: Database, JDBC, JavaRanch Forum Migration.
Tags: JDBC, postgresql
Comments: none
