Java Server Migration to dm
This screencast details the migration process of a large Java EE web application from WebLogic 9.2 to dm Server.
This screencast details the migration process of a large Java EE web application from WebLogic 9.2 to dm Server.
An Interview with Joshua Bloch who is Chief Java Architect at Google. He presents his Effective Java Programming Language Guide, the most practical, authoritative Java coding guidelines available for writing efficient, well-designed programs for the Java platform.
This tutorial shows you how to use IBM’s Rational Application Developer (IRAD) 6.0 to create and run a JUnit test on a simple JavaBean.
This CBT tutorial codes a very simple POJO class called User, and then uses Hibernate, JPA annotations, and the SchemaExport class to have Hibernate create the underlying database needed to support the persistence of the domain model.
This 10 minute video tutorial creates a simple Hibernate web application from scratch, loosely following the Hibernate quickstart tutorial
Misko Hevery made a presentation at Google Tech Talks about unit testing. He tells us that “There is no secret to writing tests… … there are only secrets to writing testable code!”. He describes the different category of tests and shows the importance of unit testing. He describes how to …