July, 2009 Java News

Thursday, July 30, 2009 (Permalink)

The Gnu Project has released Emacs 23.1 open source editor (GPL license). New features in this release include:

  • Improved Unicode support (the internal character representation is now based on UTF-8).
  • Font rendering with Fontconfig and Xft.
  • Support for using X displays and text terminals in one session, and for running as a daemon.
  • Shift-selection.
  • Smarter minibuffer completion.
  • Per-buffer text scaling.
  • Directory-local variables.

It also adds support for editing XML documents with on-the-fly validation in nXML mode and editing Ruby programs.

Wednesday, July 15, 2009 (Permalink)

Bare Bones Software has released version 9.2.1 of BBEdit, my preferred text editor on the Mac, my favorite XML editor on any platforms, what I'm using to type these very words. This is a bug fix release. New copies cost $125. Upgrades from 9.x are free. Mac OS X 10.4 or later is required.

Tuesday, July 14, 2009 (Permalink)

The Apache Jakarta Commons Team has released version 1.5.2 of their open source Commons Pool object pooling API. This is a bug fix release.

Monday, July 13, 2009 (Permalink)

Google has posted version 1.2.2 of the AppEngine for Java SDK. "With App Engine, you can build web applications using standard Java technologies and run them on Google's scalable infrastructure. The Java environment provides a Java 6 JVM, a Java Servlets interface, and support for standard interfaces to the App Engine scalable datastore and services, such as JDO, JPA, JavaMail, and JCache.":

App Engine uses the Java Servlet standard for web applications. You provide your app's servlet classes, JavaServer Pages (JSPs), static files and data files, along with the deployment descriptor (the web.xml file) and other configuration files, in a standard WAR directory structure. App Engine serves requests by invoking servlets according to the deployment descriptor.

The JVM runs in a secured "sandbox" environment to isolate your application for service and security. The sandbox ensures that apps can only perform actions that do not interfere with the performance and scalability of other apps. For instance, an app cannot spawn threads, write data to the local file system or make arbitrary network connections. An app also cannot use JNI or other native code. The JVM can execute any Java bytecode that operates within the sandbox restrictions.

This appears to mostly be a bug fix and performance enhancement release, though it also increases the "file limit from 1000 files to 3000 files, and check the limit up-front" (though I'm not quite sure what exactly that means, but presumably it's a good thing.)

Sunday, July 12, 2009 (Permalink)

JetBrains has posted the first milestone IntelliJ IDEA 9.0 (and here I haven't even gotten around to trying IDEA 8.0 yet). New features include:

  • Global unused symbols highlighting
  • Easy class exclusion from completion & auto-import
  • Built-in spell checker (They didn't have this already?!)
  • Auto-folding (ditto?!)
  • Subversion 1.6
  • JEE 6
  • OSGI (Bleah.)
  • Android (Yay!)
  • Flex (Interesting choice)
  • PHP (About time!)
  • UML (Boo!)
Wednesday, July 1, 2009 (Permalink)

Sun has released NetBeans 6.7, its open source IDE for Java. New features in this version include:

  • Integration with Project Kenai, "a collaborative environment where developers can host their open-source projects. With NetBeans and Kenai, a team of developers can create projects, edit, debug, build, and commit code, and have discussions all through one easy-to-use interface."
  • Maven support
  • GlassFish and Hudson integrations
  • JavaScript 1.7
  • Ruby Remote Debugging
  • Java ME SDK 3.0

2009200820072006200520042003
January, 2009 January, 2008 January, 2007 January, 2006 January, 2005 January, 2004 January, 2003
February, 2009 February, 2008 February, 2007 February, 2006 February, 2005 February, 2004 February, 2003
March, 2009 March, 2008 March, 2007 March, 2006 March, 2005 March, 2004 March, 2003
April, 2009 April, 2008 April, 2007 April, 2006 April, 2005 April, 2004 April, 2003
May, 2009 May, 2008 May, 2007 May, 2006 May, 2005 May, 2004 May, 2003
June 2009 June 2008 June 2007 June 2006 June, 2005 June, 2004 June, 2003
July, 2008 July, 2007 July, 2006 July, 2005 July, 2004 July, 2003
August, 2008 August, 2007 August, 2006 August, 2005 August, 2004 August, 2003
September, 2008 September, 2007 September, 2006 September, 2005 September, 2004 September, 2003
October, 2008 October, 2007 October, 2006 October, 2005 October, 2004 October, 2003
November, 2008 November, 2007 November, 2006 November, 2005 November, 2004 November, 2003
December, 2008 December, 2007 December, 2006 December, 2005 December, 2004 December, 2003

[ Cafe au Lait | Books | Trade Shows | FAQ | Tutorial | User Groups ]

Copyright 2009 Elliotte Rusty Harold
elharo@metalab.unc.edu