Cafe au Lait
 Cafe au Lait is the preeminent independent source of Java information on the net. Unlike many other Java sites, Cafe au Lait is neither beholden to specific companies nor to advertisers. At Cafe au Lait you'll find many resources to help you develop your Java programming skills here including daily news summaries, FAQ lists, tutorials, course notes, examples, exercises, book reviews, user groups and more. URL
http://www.cafeaulait.org/
Last update
20 hours 3 min ago November 18, 2009
05:01
Mort Bay Consulting has released Jetty 6.1.22, an open source servlet engine that supports version 2.5 of the Java Servlet API and version 2.1 of Java Server Pages, and my personal favorite embeddable web server. According to Grge Wilkins, More...
November 14, 2009
05:00
JetBrains has released YouTrack 1.0 a $1200 payware web-based "keyboard-centric bug and issue tracking tool". I'm afraid they've made a major design blunder with this product, although perhaps it's recoverable. Keyboard-centricity was a crutch for 30 year-old green screen applications like Emacs for computers that didn't have the horsepower to provide real menus and a discoverable UI. And even in those environments keyboard interfaces only really worked for folks who spent every day, 9-5 in that one application; but no one spends their entire workday inside a bug tracker. No one's going to want to memorize all the keyboard commands for this. For instance, would you rather click a button marked "Close Issue" or type fixed, and then press Ctrl+Enter? And just what are you supposed to do on a keyboard with neither Ctrl nor Enter keys? We've known for decades that "see and choose" beats "remember and type" every time. It's sad to see JetBrains never got the memo.
November 12, 2009
16:20
JetBrains has posted the first beta of IntelliJ IDEA 9.0 (and here I haven't even gotten around to trying IDEA 8.0 yet). New features include: More...
November 11, 2009
10:15
Bare Bones Software has released version 9.3 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 release fixes bugs and adds a new bbfind command line tool. On the downside, it makes an annoying and incorrect though not crippling change in handling UTF-8 encoded documents. UTF-8 with a byte-order mark is not a different encoding than UTF-8 without. I'll have to report the bug. The BBEdit developers have never really quite understood character sets and encodings, I'm afraid. They're 99% of the way there, but the 1% keeps itching from release to release. More...
November 6, 2009
02:51
ej-technologies GmbH has released version 6.0 of JProfiler, a $698 payware profiler based on the Java virtual machine profiling interface (JVMPI that can report on CPU usage, memory size, threads, and "VM telemetry" (whatever that is). New features in this release include "reworked thread profiling, a new method statistics view, exceptional method runs, tree maps, auto-tuning", and support for FreeBSD x86 and Linux PPC. Upgrades are $179.
November 4, 2009
07:57
JBoss has posted the second release candidate of Hibernate 3.5, an open source (LGPL) object relational mapping system for Java. New features in 3.5 include: More...
October 28, 2009
20:28
Sebastiano Vigna has released version 5.1.5 of fastUtil, a collection of type-specific Java lists, maps and sets with a small memory footprint and faster access and insertion. The classes implement their standard counterpart interfaces such as java.util.Map and can be plugged into existing code. However, they also contain type-specific methods. For instance, the CharList class has not only the usual add(Object o) method but also an add(char c) method. Version 5.1.x adds new fast iterators with mutable entries and a hierarchy of function interfaces. More...
October 24, 2009
05:00
Sun has posted the first beta of NetBeans 6.8, its open source IDE for Java. New features in this version include: More...
October 22, 2009
19:19
Subversion 1.6.6, an open source, server-based version control system designed to replace CVS, has been released. This is a bug-fix release.
03:36
The Gnu Project has released version 4.4.2 of GCC, the GNU Compiler Collection. GCC contains frontends for C, C++, Objective C, Fortran, Ada, and Java as well as libraries for these languages. GCC's Java is a clean room implementation that doesn't use any Sun code, so it doesn't always exactly match Sun release versions, but this is roughly at the Java 1.5 level with some omissions. "This release is a bug-fix release, containing fixes for regressions in GCC 4.4.1 relative to previous releases of GCC." GCC is released under the Gnu General Public License.
October 17, 2009
05:00
JetBrains has announced plans to release IntelliJ IDEA 9.0 as open source under the Apache 1.0 license (and you can download the in-development preview version now). The community version won't have quite all the features of the payware Ultimate version--no Ruby, JavaScript, or Perforce support for example--but now that it's open source it may be possible for 3rd parties to fill those gaps, and the open product is still pretty well-featured for basic Java development. Structured search and replace is the most notable omission. It will be nice for IDEA, NetBeans, and Eclipse to finally be able to complete on a relatively level playing field based on features, usability, and speed without excessive concern over price. Personally I've always chosen Eclipse, even when price wasn't an issue; but I know a lot of developers who prefer IDEA.
October 14, 2009
05:00
The Legion of the Bouncy Castle has released version 1.44 of the Bouncy Castle Java Cryptography API, an open source, clean-room implementation of the Java Cryptography Extension (JCE). It supports X.509 certificates, PKCS12, S/MIME, CMS, PKCS7, TEA, XTEA, SHA224, and lots of other juicy acronyms. It also includes its own light-weight crypto API that works in Java 1.0 and later, and does not depend on the JCE. "GCM mode is now around 10x faster, PSS signature support has been added to CMS and S/MIME, and support for EC encrypted keys has been added to the openSSL PEM classes. Bug fixes include correction of a date calculation error in GeneralisedTime when the time included microseconds, support for ECDH with the JSSE, and the J2ME SecureRandom now uses common seed material within the VM. A number of other fixes and enhancements have been made."
October 13, 2009
05:00
I've released XOM 1.2.3, my free-as-in-speech (LGPL) dual streaming/tree-based API for processing XML with Java. 1.2.3 fixes a few minor bugs: More...
October 10, 2009
05:01
BlueJ 2.5.3, a free integrated development environment (IDE) for Java aimed at education, has been released. "This is a bug-fix release, with important fixes to Java ME support, Subversion support, and for recent Mac OS versions." Java 5 or later is required.
October 8, 2009
23:16
The Eclipse Project has released Jetty 7.0, an open source servlet engine that supports version 2.5 of the Java Servlet API and version 2.1 of Java Server Pages, and my personal favorite embeddable web server. Version 7 adds some Servlet 3.0 features such as fragments, JASPI for pluggable standard authentication modules, and a modular start.jar mechanism. There is also now jetty-hightide: More...
September 30, 2009
05:02
The Apache Jakarta Project has released POI 3.5, an open source Java library "for reading and writing Microsoft Office file formats, such as Excel, PowerPoint, Visio and Word." Version 3.5 adds support for the new OOXML formats introduced in Office 2007.
September 28, 2009
02:57
The Eclipse Project has released Eclipse 3.5.1 Galileo, an open source integrated development environment for Java. (Other languages such as C++ are supported, but not especially well. I'll have to try the new PHP and XSLT support.) This is a bug fix release.
September 24, 2009
10:51
The Apache Jakarta Commons Team has released version 1.5.3 of their open source Commons Pool object pooling API. This is a bug fix release.
September 22, 2009
08:00
The Eclipse Project has posted the second "milestone" of Eclipse 3.6 Helios. Nothing major in 3.6 so far; just some very minor improvements most folks will never notice like NTLMv2 proxy support and hideable fast view bars. Extract method can now handle continue statements.
September 17, 2009
03:03
Google has released the Android Development Kit 1.6. According to Xavier Ducrohet: More...
|
Recent comments
1 day 6 hours ago
1 week 2 days ago
1 week 3 days ago
1 week 4 days ago
1 week 4 days ago
1 week 5 days ago
1 week 5 days ago
1 week 5 days ago
1 week 5 days ago
1 week 5 days ago