How To

  • submit to reddit

Hints On How to Pass the Sun (now Oracle) Certified Java Programmer (SCJP 6)

I already passed the test for “Sun Certified Java Programmer (SCJP 6)” with 83 percent after a lot of time-consuming preparation. Here are my experiences about doing the certification and the hints I can give you. Although now, the name has changed to...

6 replies - 9760 views - 12/14/10 by Kai Wähner in Articles

MyBatis (formerly iBatis) – Examples and Hints using SELECT, INSERT and UPDATE Annotations

MyBatis is a lightweight persistence framework for Java and .NET. This blog entry addresses the Java side. MyBatis is an alternative positioned somewhere between plain JDBC and ORM frameworks (e.g. EclipseLink or Hibernate). MyBatis usually uses XML, but...

0 replies - 19342 views - 11/02/10 by Kai Wähner in Articles

JTAPI Hands-On: Part I

In the first article there was an introduction to the basic interfaces of JTAPI, that is JtapiPeer, Provider, Address, Terminal, Call and Connection. These are the basis on which we will built upon and continue in this article. Starting from this article, I...

0 replies - 7430 views - 04/06/09 by George Vagenas in Articles

Getting Started With Spring Batch 2.0

In this article we're going to take a look at Spring Batch 2.0, the latest version of the Spring Batch framework. Our approach will be strongly practical: we'll cover the key ideas without dwelling too much on the details, we'll get you up and running with...

9 replies - 162883 views - 03/25/09 by Willie Wheeler in Articles