Frameworks

How to Use Spring Web Services

Spring Webservices encourages a contract first, message oriented approach to creating Webservices. The underlying details are completely under developer...

3 replies - 7380 views - 08/28/09 by biju.kunjummen@... in Articles

Tricks and Tips With Comet Part 1: Making All Browsers Work Properly

Writing Comet applications is more and more easy, thanks to frameworks like LIft and Atmosphere. On the Client side, the difference between Safari, Opera,...

5 replies - 1803 views - 08/27/09 by Jean-Francois Arcand in Articles

Enterprise JavaFX: Our Experience Building a JavaFX UI for a Seam Booking Application

JavaFX is new tool set for developing and delivering Rich Internet Applications or RIAs. JavaFX 1.0 was released in December 2008, and JavaFX 1.2 was released...

10 replies - 6469 views - 08/26/09 by maxkatz in Articles

Spring Integration: A Hands-On Tutorial Part 2

This is the second of a two-part series of tutorials on Spring Integration. The first tutorial provided a high-level overview of Spring Integration along with...

0 replies - 5813 views - 08/26/09 by Willie Wheeler in Articles

JPA Implementation Patterns: Bidirectional Associations vs. Lazy Loading

This blog assumes that you are familiar with the Order/OrderLine example I introduced in the first two blogs of this series. If you are not, please review the...

3 replies - 3322 views - 08/25/09 by vpartington in Articles

Integrating BIRT into Your Maven Build - A Work In Progress

When ever I undertake a project I always looks for an opportunity to use at least one new technology so as to continually increase the number of tools I have...

0 replies - 3172 views - 08/24/09 by mxc4 in Articles

JPA Caching

JPA has 2 levels of caching. The first level of caching is the persistence context. The JPA Entity Manager maintains a set of Managed Entities in the...

2 replies - 4875 views - 08/24/09 by carol mcdonald in Articles

Automatically Mapping Annotated Hibernate Classes With Spring

Doesn't it annoy you when you have to add each class individually to the Spring config when you are dealing with annotated classes? I bet it annoys you even...

11 replies - 4400 views - 08/21/09 by chrislhardin in Articles

Introducing the Strange Loop Conference - Oct 22 - 23, St Louis

DZone sat down with Alex Miller to talk about his upcoming conference Strange Loop.  The Strange Loop conference was started by Alex to bring developers...

0 replies - 2384 views - 08/20/09 by CodeJustin in Uncategorized

Perforce Software Releases Pure Java API

Perforce Software announced the release of P4Java, Perforce’s pure Java API for accessing its Software Configuration Management (SCM) services from within...

0 replies - 572 views - 08/20/09 by CodeJustin in Announcements

JavaServer Faces vs. Ajax Frameworks - Why Ajax is Better and Not Just Hype

Today I am looking into a JavaServer Faces application that I am having to make a few changes to. I didn't write it and the developer who did write it, wishes...

25 replies - 5541 views - 08/20/09 by chrislhardin in Articles

JPA Implementation Patterns: Lazy Loading

Anybody that has been working with Hibernate for a while has probably seen a LazyInitializationException or two, usually followed by a message such as...

9 replies - 4660 views - 08/19/09 by vpartington in Articles

Spring Integration: A Hands-On Tutorial, Part 1

This tutorial is the first in a two-part series on Spring Integration. In this series we're going to build out a lead management system based on a message bus...

1 replies - 16767 views - 08/18/09 by Willie Wheeler in Articles

Using SelfPopulatingCache in Ehcache

Often you will notice that Ehcache is used mostly like a tool that implements highly configurable maps. Sometimes developers configure time-to-live properties,...

2 replies - 2625 views - 08/17/09 by Mikhail Kolesnik in Articles

Meta-Programming Java

In the last couple of years, if you mention the term meta-programming, people's ears perk up ... and they start looking around for Ruby. That's fair; Ruby...

1 replies - 3572 views - 08/17/09 by Howard Lewis Ship in Articles