java

Netrifex 1.0: Rapid Web Service Enablement for Java Apps

 Netrifex Instantly Adds Web Services to Existing Java SE and Java EE Applications, Enabling Rapid and Low Cost Deployment of Web Services Across the...

0 replies - 205 views - 11/05/09 by khookguy in Announcements

SOA patterns - Reservations

1.1 Reservation

0 replies - 1351 views - 09/23/09 by arnonrgo in News

Intuition, Performance, and Scale

Intuition is a double-edged sword. A blessing and a curse as it were. Intuition is knowing something with a reasonable sense of certainty without any...

0 replies - 516 views - 07/02/09 by driveawedge in News

ServiceLayer Beta Release – Instant Web Services for Java Apps

ServiceLayer can be downloaded from: http://agileitinc.com/download.AgileIT (http://www.agileitinc.com) has released a new product, ServiceLayer, which enables...

0 replies - 2490 views - 04/23/09 by khookguy in Announcements

Win Your Copy: Practical API Design: Confessions of a Java Framework Architect

“Practical API Design” is divided into three parts:In part one, Jaroslav describes the theories underlying his approach to API design and his reasons for writing “another design book.” This...

18 replies - 3580 views - 03/28/09 by Burk Hufnagel in Book Reviews

A Recap on OSGi - Why and How?

Over the past several months, I’ve written quite a few blog entries about OSGi. Here’s a recap of those entries. If you’re not familar with OSGi, the...

6 replies - 9035 views - 02/20/09 by Kirk Knoernschild in News

Load Balance Your Web Application Servers

I began my adventure with the need to ensure a lot of uptime for a particular web service that was running on a tomcat server. I investigated a lot of...

5 replies - 6805 views - 02/06/09 by jkilgrow in News

Active Endpoints launches "BPM in a Bottle" contest

Active Endpoints has announced something fun for these otherwise troubling economic times: a contest in which the winners will take home some very cool prizes....

1 replies - 1791 views - 02/03/09 by ActiveAlex in Announcements

Just In Time MapReduce with OSGi

A couple of years ago I was thrown into a team lead role where I was responsible for distributing workload across a number of developers. During the first few...

0 replies - 5639 views - 12/24/08 by ggalang in Articles

The Top 5 Books I Read in 2008

I read several books in 2008, 90% of them were technical. I also read a number of books related to software development rather than a specific framework or...

11 replies - 14755 views - 12/22/08 by Meera Subbarao in Articles

Is Code Coverage Important?

How much code coverage is enough? Do you consider having 100% code coverage an uphill task? Based on whom you talk to, the reply you get varies considerably. I...

20 replies - 5714 views - 10/20/08 by Meera Subbarao in Articles

Why You MUST Read Clean Code

Clean Code: A Handbook of Agile Software Craftsmanship written by Robert C. Martin is one of the best books I have read in the past few years. This is the book...

18 replies - 8978 views - 10/13/08 by Meera Subbarao in Articles

What's the Best Way to Handle Exceptions?

It seems, given my limited experience, that handling exceptions depends entirely on the context in which you are developing. As a fan of "rules" that...

16 replies - 4326 views - 10/03/08 by Riyad Kalla in News

Putting Java to REST

Last month I gave you an Introduction to REST. It was 100% theory, so now its time to see a little bit of REST in action. Since I am primarily a Java...

7 replies - 32575 views - 09/22/08 by Bill Burke in Articles

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 - 8688 views - 09/12/08 by James Sugrue in Articles