java

A Tour of AOP

The AOP methodology is just that—a methodology. In order to be of any use in the real world, it must be implemented, or realized. As with any methodology, it...

0 replies - 8737 views - 09/12/08 by James Sugrue in Articles

Javadoc or Doxygen?

In the last two articles, "Reverse-engineer Source Code into UML Diagrams" and "Visual Documentation of Ant Dependencies in 3 Simple...

13 replies - 9264 views - 09/10/08 by Meera Subbarao in Articles

Reverse-engineer Source Code into UML Diagrams

I have been on several teams where we studiously designed UML diagrams at the beginning of the project. As the project progressed, and deadlines approached,...

50 replies - 34717 views - 08/22/08 by Meera Subbarao in Articles

GWT Basic Project Structure And Components

The core of every GWT project is the project layout and the basic components required—host pages, entry points, and modules. To begin a GWT project, you need...

2 replies - 9267 views - 07/14/08 by Schalk Neethling in News

Defining & Testing Java Application Architectures with ztest

One of the important aspects of software systems is architecture.Every software application has an inner structure, defined by the classes it contains and the...

0 replies - 2471 views - 07/12/08 by Gerd Ziegler in Articles

Top 10 SOA Pitfalls: #5 - Big Design Up Front

A few days ago Rik de Groot discussed pitfall #6 - which means we've now passed the halfway point of SOA Pitfall countdown! Let's quickly move on to #5.

0 replies - 2570 views - 06/24/08 by vpartington in Articles

Free Book: Java Testing and Design

This book shows how to understand what application you want to write, what strategies are likely to get you there, and then how to measure your level of...

0 replies - 6020 views - 06/17/08 by Nitin Bharti in Uncategorized

Understanding the GWT compiler

The GWT compiler is the fulcrum of GWT. The entire approach GWT takes, encapsulating browser differences and compiling JavaScript from Java, is made possible...

2 replies - 25636 views - 06/17/08 by Schalk Neethling in News

Java Frameworks and Pattern Usage by Developers

A couple of days ago I was thinking of the last time I used a pattern in my daily programming. I think it was 3 months ago! Then I tried to find out why.

9 replies - 4688 views - 05/30/08 by Reza Ghaffaripour in Articles

Book Review: Java Power Tools

This book is organized into sections, and each section covers a particular aspect of software development life cycle. Within each section, John covers a number of open source tools. Build...

5 replies - 12895 views - 05/27/08 by Meera Subbarao in Book Reviews

Intro to Design Patterns: Prototype Pattern

Today we're going to look at the Prototype design pattern.  Specify the kinds of objects to create using a prototypical instance, and create new objects by...

4 replies - 7560 views - 05/07/08 by Andre Mare in Articles

Build Multi-core Ready Java Applications, Part 2

In part 1 of this article, we examined parallel processing, and some of the complexities it presents. It's important to understand these complexities to...

4 replies - 10419 views - 04/29/08 by ericjbruno in News

Mediator Pattern: Reducing Page Dependencies in JSF

Using the mediator pattern gives you the ability to develop JSF pages as fine-grained components in your application, allowing them to be tied together clearly...

2 replies - 7400 views - 04/29/08 by Dab Snooper in Articles

Building Multi-core Ready Java Applications, Part I

With the advent of multi-core processors, the existing subject of symmetric multiprocessing has been thrust to the forefront in the development community. As...

3 replies - 22106 views - 04/21/08 by ericjbruno in News

JBoss Web Services adds Metro and CXF Integration

JBoss has announced the general availability of JBossWS 3.0.1 which includes integration with the Metro Web services stack as well as the Apache CXF open...

1 replies - 6680 views - 04/02/08 by Nitin Bharti in Announcements