Java

  • submit to reddit

Uniting the JUGs Under the IOUC

Last week, Oracle representatives presented a plan to the Java User Groups mailing list for integrating JUGs of all shapes and sizes into a more organized,...

0 replies - 4068 views - 05/26/10 by Mitch Pronschinske in Articles

JMS Clustering by Example

It's amazing how the JBoss Team put together an easy way to do JMS Clustering, out of the box!!. I'll start with an easy example, creating a Queue named...

1 replies - 9023 views - 05/26/10 by Felipe Gutierrez in Articles

Handling concurrency using optimistic locking technique

In a real world scenario, we deal with concurrency mostly during a database update .To be more specific, if a specific row in database table is being...

19 replies - 7801 views - 05/26/10 by Ramsundar Kuppusamy in News

Your Refcardz WishList: What Cards Would You Like To Appear in the Series?

As you know by now, we're celebrating the launch of our 100th Refcard at DZone this week. Today I have a simple question for you: are there any Refcardz that...

28 replies - 7573 views - 05/26/10 by James Sugrue in Articles

Running Hudson Behind an Apache Server: a Primer

If you are running Hudson in a Unix environment, you may want to hide it behind an Apache HTTP server in order to harmonize the server URLs and simplify...

3 replies - 4079 views - 05/26/10 by John Ferguson Smart in Articles

Using StringTemplate: Part 1 'An Introduction to StringTemplate'

Please note: I put forth SQL examples because they can be short and are easy to understand. As other have pointed out it is not advisable to build SQL with...

2 replies - 5943 views - 05/26/10 by Collin Fagan in Articles

Ehcache 2.1 Gets Support for All Hibernate Strategies

It's been one month since Terracotta announced the Ehcache 2.1 beta, and now the GA release is here.  The open source company's release schedule has been...

0 replies - 7409 views - 05/25/10 by Mitch Pronschinske in News

Introducing OpenESB From Development to Administration and Management

The OpenESB project was initiated by Sun Microsystems to develop and deliver a high performance, and feature rich implementation of Java Business...

0 replies - 4587 views - 05/25/10 by Masoud Kalali in Articles

CDI - An Overview: Part 1

I may be a Spring fanboy but I’m also convinced a technology should embrace standards. Although Spring is now a de facto standard, it is in competition...

3 replies - 8639 views - 05/25/10 by Nicolas Frankel in Articles

DCI is not MVC

The NetBeans project has produced a screencast about DCI and MVC, where DCI is "Data, Context, Interaction" and MVC is "Model, View,...

1 replies - 7486 views - 05/25/10 by Rickard Oberg in Articles

Daily Dose - Nero AG Hits MPEG-LA With Antitrust Lawsuit

The German tech company, Nero AG, is suing MPEG-LA on antitrust charges this week because of the organization's burgeoning patent pool which now encumbers...

0 replies - 14991 views - 05/24/10 by Mitch Pronschinske in Daily Dose

100 DZone Refcardz And Counting...

Congratulations to DZone today, as we released the 100th Refcard. The series has gone from strength to strength and having seen some of the cards on the way...

5 replies - 17159 views - 05/24/10 by James Sugrue in Articles

Are You Afraid : Knowing Your Frameworks Well

The last two weeks I've been simplifying an application flow engine based on Apache Struts 1 - I know it's an old technology but I don't care, I have a job...

5 replies - 3784 views - 05/23/10 by Lukasz Lenart in News

Case Study: Switching JVMs May Help Reveal Issues in Multi-Threaded Apps

In one of my previous articles at Javalobby, I explained why an official JBoss AS release did not work on any JVM other than Sun(-Oracle) HotSpot. The root...

1 replies - 5219 views - 05/23/10 by Vitaly Mikheev in Articles

Java EE Testing 'Gets Real'

Arquillian (pronounced ar-kill-e-an) is changing the way that testing is done in Java EE.  Dan Allen, a Senior Software Engineer at JBoss, found that ...

3 replies - 15378 views - 05/23/10 by Mitch Pronschinske in Articles