Skip navigation.
Home

ONJava

Syndicate content
A compilation of O'Reilly Media's information about the Java programming language, from news, books, conferences, courses, community, and reports.
Updated: 5 weeks 3 days ago

Announcing: Flex on Java eXchange

Wed, 2010-06-02 13:45
Skills Matter is organizing the first annual Flex on Java eXchange in London on June 16th. This highly interactive, intimate event will feature Tomas Lin, who will give a talk on Grails with Flex... Spring BlazeDS project Lead Jeremy...
Categories: Java

Get ready to create an Android Twitter app

Tue, 2010-05-04 21:41
If you're interested in learning how to build a Twitter app on your Android phone with Java then you'll want to check out our upcoming online course, Developing Android Applications with Java: Building a Twitter App, and you'll want to watch this screencast so you're ready to go on the first day of class.
Categories: Java

Java: The Good Parts

Fri, 2010-04-30 03:33

In this book, one of the most highly respected developers in the Java world peels away 15 years of additions and changes to reveal the very best parts of Java, and shows you how those parts alone will help you build better applications. You may not like some of the features this book reveals, but you'll actually write better code with them. Java: The Good Parts is essential for every Java developer, from beginners to advanced programmers.

Categories: Java

The XML Character Encoding Detection Routine in Different Programming Languages

Fri, 2010-04-16 12:12
The XML encoding detection routine is a nice single page size for comparing programming language capabilities related to simple scanning. Here are a few. Scala Python Java C++ search function definition for xmlSwitchInputEncodingInt PHP ...
Categories: Java