java

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 - 1848 views - 07/14/08 by Schalk Neethling in News

Defining & Testing Java Application Architectures with ztest.org

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 - 1209 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 - 1154 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 - 3653 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...

1 replies - 4993 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 - 3650 views - 05/30/08 by Reza Ghaffaripour in Articles

Book Review: Java Power Tools

This book is intended for Java developers. I should however say that Java is not actually the main focus of the book, and I believe this book would be of great interest to anyone concerned in...

5 replies - 5151 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 - 3387 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...

3 replies - 4963 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...

1 replies - 3220 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 - 10440 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 - 2096 views - 04/02/08 by Nitin Bharti in Announcements

The "Frameworks" Trap: Common Challenges

I would like to talk to you about Java frameworks. Do you think frameworks are good or bad… or something else? Please notice that I specifically said JAVA...

3 replies - 3301 views - 02/16/08 by Alexander Beloturkin in News