JavaBeat Certifications Certifications Kits Articles Interview Questions OCAJP 7 OCPJP 5 OCPJP 6 OCEJWCD 6 SCBCD 5.0 SCEA SCJA
Submit Links | Latest Links | Login (want to submit links for DLinks? send a mail to krishnas@javabeat.net)

JSR-295 Binding Builder for Groovy

java Comments
  • 0 votes
In response to my recent post about swing data binding and groovy I am pleased to let everyone know that I've been doing more than making snarky remarks about FX and causing grief constructive discussion on the developers list. I've actually implemented something.... more »

Where the metal meets the JVM : Interview with Cliff Click

java interviews Comments
  • 0 votes
Kirk Pepperdine: I’m sitting here with Cliff Click from Azul Systems. Cliff, do you want toa give us a little bit about your background, and what you did, what you do for Azul and what you’re doing for Sun... more »

Groovy and Swing Bindings: Change is Inevitable

java Comments
  • 0 votes
When I started writing the Groovy layer for JSR-295 (bean bindings) I deliberately chose to put it in the modules section for one simple reason: in case things in JSR-295 changed dramaticaly. Well, over the last few weeks they certainly have.... more »

Gooey Goals

java Comments
  • 0 votes
So i gave this talk, discussing the following stuff: * JSR 296 * JSR 295 * Swing - "the State of the Nation" according to um, Me! * The Problem with Strings * Gooey (my upcoming thingymajig in the near future) * Meme (my upcoming thingy in the far distance) * Technical writing * Opensource ... more »

Iternal Versus External Iterators

java java5 java6 Comments
  • 0 votes
Who controls the iteration? A fundamental issue is deciding which party controls the iteration, the iterator or the client that uses the iterator. When the client controls the iteration, the iterator is called an external iterator (C++ and Java), and when the iterator controls it, the iterator is an internal iterator (Lisp and functional languages). ... more »

Using patterns to change dependency injection styles

java Comments
  • 0 votes
The two most common forms of dependency injection are constructor injection and setter injection. They’ve got pros and cons of course, and both have their place. Setter injection is simple, allows you choose which parts of the object to inject, can make setting up bidirectional relationships easier, but has the downside that it’s easier to create an object in a partially constructed state.... more »

Using Annotations on the Java EE 5.0 Platform

java java5 j2ee Comments
  • 0 votes
Java EE 5 achieves a high level of simplification over previous editions of the platform by using annotations for declarative programming. In this article, Sangeetha S. and Subrahmanya S. V. look into this approach and its many uses.... more »

Java Generics and Collections: Evolution, Not Revolution, Part 1

java java5 Comments
  • 0 votes
In this excerpt from Java Generics and Collections, authors Maurice Naftalin and Philip Wadler show how to make the switch to Java 5.0 generics, not by expecting you to flip a switch across your whole code base, but by having you gradually work generics into your code while maintaining compatibility.... more »

Java Generics and Collections: Evolution, Not Revolution, Part 2

java java5 Comments
  • 0 votes
In the second part of an excerpt from Java Generics and Collections, authors Maurice Naftalin and Philip Wadler continue their study of how to adopt Java 5.0 generics in a measured, sustainable fashion. Having shown how to genericize a library while leaving the library in legacy mode, they now present three approaches to the opposite scenario: genericizing a client that uses a non-genericized library.... more »

Review/Preview: 2006 and 2007 in Java

java Comments
  • 0 votes
2006 will be remembered as the year that Sun open-sourced Java under the GPL, that EJB 3.0 finally shipped, and that Google surprised everyone with its Google Web Toolkit. But how will history record the results of these events? For the 2006 year-ender, ONJava editor Chris Adamson looks at the year's events through the lens of how they may play out in 2007.... more »
 

javabeat | advertise | about us | contact | useful resources
Copyright (2004 - 2013), JavaBeat