May 2010
-
May 28, 2010
28
May'10
A Simple Example: Google Guice Inversion of Control (IoC)
If you want to get started with Google Guice, this is the place to start. The previous tutorial demonstrated how to get a simple environment configured, while this one shows you how to do some very simple Inversion of Control. Continue Reading
-
May 27, 2010
27
May'10
Getting Started with Google Guice
This is just a little tutorial that shows you what JARs you need to write some code that links to the Google Guice libraries at runtime and design time. Continue Reading
-
May 26, 2010
26
May'10
Learn Hibernate Quickly: Simplified Java Persistence with Hibernate & JPA
Learn Hibernate Quickly: Simplified Java Persistence with Hibernate & JPA, covering both Hibernate 3.2.x and the JPA 2.0 compliant Hibernate 3.5. Continue Reading
-
May 26, 2010
26
May'10
WebSphere Portal 7 Performance Tips: Changing the Heap Size & Verbose Garbage Collection
Why is WebSphere Portal Server 7 so slow? It's not! It's just not configured properly. Sal Pece will show you a few quick little changes you can perform on your WebSphere Portal Server (WPS) to help speed things up. Continue Reading
-
May 26, 2010
26
May'10
DDD eXchange
Date: June 11, 2010
Location: London, UK
Host: Skills Matter
Continue Reading -
May 26, 2010
26
May'10
Hibernate Tutorials: An Easy Way to Learn Database Persistence with Java
Hibernate Tutorials: An Easy Way to Learn Database Persistence with Java, Hibernate and the Java Persistence API (JPA) Continue Reading
-
May 26, 2010
26
May'10
Thinking About the Classification and Use Cases for NoSQL Databases
From my point of view, the NoSQL situation is quite clear: the NoSQL databases, even the data grids, are disguised object databases, some revamping of object databases. NoSQL movement sounds like the hidden revenge of object databases! Continue Reading
-
May 24, 2010
24
May'10
Spring 3 Tutorial: Setting Up & Configuring The Environment
Spring without XML files? - What an idea! This tutorial will show you everything you need to know in order to start developing and testing stand-alone Spring 3.0 applications. Continue Reading
-
May 24, 2010
24
May'10
Spring Without XML: The Basics of Spring Annotations vs. Spring XML Files
What is easier, Spring with annotations, or Spring with an XML configuration file. This tutorial looks at how the Spring IoC container can push POJOs back to a calling program, either through an XML configuration file, or through the use of a Java ... Continue Reading
-
May 24, 2010
24
May'10
BPM in Action Virtual Conference
Date: June 23, 2010
Location: Online - Your desktop
Host: ebizQ.net, SearchSOA.com and TheServerSide.com
Continue Reading
-
May 13, 2010
13
May'10
ZK Performance Monitors
Given Ajax applications' event driven nature, it would be beneficial if developers could identify the time consuming event handlers and make the necessary performance tuning accordingly. With ZK, a server-driven Ajax framework, developers could ... Continue Reading
-
May 13, 2010
13
May'10
Dependency Injection in Java EE 6: Conversations (Part 4)
This series of articles introduces Contexts and Dependency Injection for Java EE (CDI), a key part of the Java EE 6 platform. Standardized via JSR 299, CDI is the de-facto API for comprehensive next-generation type-safe dependency injection as well ... Continue Reading
-
May 12, 2010
12
May'10
Why Did SpringSource Buy GemStone: A Discussion with Rod Johnson
Cameron McKenzie interviews Rod Johnson, and discusses the reasons behind VMWare and SpringSource's recent aquisition of GemStone. Continue Reading
-
May 06, 2010
06
May'10
For Nuxeo, Success in the ECM Market Meant Switching from Python to Java
Origianally written in Python, Nuxeo knew that in order to become a key player in the ECM field, they needed to be developing on a more mature and widely supported platform. So, they switched to Java, and that has made all the difference. Continue Reading
-
May 05, 2010
05
May'10
How the Spring 3.0 @Configuration Annotation Trounced the Monolithic Spring XML File
For a few years there has been a Spring Module called Java Config that stood silently in the corner, waiting for the right time to pounce. Well, Spring 3.0 is that right time. Learn how to rid yourself of those imposing Spring XML configuration ... Continue Reading
-
May 05, 2010
05
May'10
Evaluating WebSphere Portal Server 7: A journey Into the WPS Unknown
Every journey begins with a single step… unless you trip over your feet and break your darn neck. I’ve been tasked with evaluating the available Portal solutions for a multi-year, multi-million dollar project and I need to be sure I’m on solid ... Continue Reading
-
May 03, 2010
03
May'10
Enterprise JavaBeans (EJB)
Enterprise JavaBeans (EJB) is an architecture for setting up program components, written in the Java programming language, that run in the server parts of a computer network that uses the client/server model. Continue Reading