Java Perspectives – JavaOne 2008 – Simon Phipps
Alex Plant interviews Simon Phipps, Chief Open Source Officer and Director of Open Technologies Practice at Sun Microsystems, in the studio at JavaOne 200.
Alex Plant interviews Simon Phipps, Chief Open Source Officer and Director of Open Technologies Practice at Sun Microsystems, in the studio at JavaOne 200.
Everyone knows that testing takes time, but you shouldn’t skip testing because of a hard-to-meet deadline. What can you do to be sure you’ll have the following weekend free without worrying that a sudden call will spoil the fun? The answer is to let your testing code be groovier. This …
A wide range of J2ME applications are GUI-rich with significant code dedicated to handle the user interface (UI). To maximize the chances of detecting bugs, effective testing of such applications require end-to-end testing on devices. Unfortunately there are few software tools suitable for testing J2ME applications. Our tool, JInjector, instruments …
Whenever unit-tests are written, chances are good that the code is not isolated. Many tests run against a given class/interface/function. The design didn’t consider isolating the dependencies of this function, which makes tests slower, larger, less focused, and likely depending on external dependencies (e.g. database access) which decreases the reliability. …
Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). Professor Sahami lectures on classes, constructors, instance variables, setters, strings, extending, interface, labels, and GArcs.
Janice J. Heiss interviews Java Champion, Adam Bien, who discusses some common fallacies about Java EE and takes the mystery out of distributed computing.