Server-side

  • submit to reddit

The ABCs of JDBC, Part 3 - The JDBC API

In this week's installment of our JDBC FAQ series, we look at the progression of the JDBC API from version 2.0 through 4.0 and examine how to perform some...

3 replies - 9456 views - 05/24/10 by Daniel Rubio in Articles

GlassFish Security Book FAQ: Custom Security Realm in GlassFish

I decided to write down the answers for some questions which my book's readers emailed to me or asked me via twitter,  so everyone can benefit from the...

1 replies - 5350 views - 05/19/10 by Masoud Kalali in Articles

Apache Aries: Marrying OSGi with Java EE

DZone recently met up with IBM's Ian Robinson to discuss Apache Aries, a project which aims to deliver a set of pluggable Java components enabling an...

1 replies - 14123 views - 05/14/10 by Nitin Bharti in Articles

A Look Inside JBoss Microcontainer - The Scanning Library

Today's JEE doesn't require configuration files any more. Most of the configuration, if not all, is done over properly annotated classes....

0 replies - 17063 views - 05/11/10 by Ales Justin in Articles

GlassFish 3 In 30 Minutes

The aim: Set up a simple Java EE 6 project on GlassFish v3 in no time at all. The project must include: email, JMS, JPA, web and EJB (session bean, message...

5 replies - 19335 views - 05/09/10 by Ant Kutschera in Articles

Infinispan for the Power-user: Event Notifications

Welcome to the third part of this deep-dive series of articles on Infinispan.  In this article I'd like to talk about Infinispan's event notification...

1 replies - 11990 views - 05/04/10 by Manik Surtani in Articles

Design Flexible and Scalable Online Task Processing Systems in a Java EE 6 Web Container

It was painful for web application architects and designers to handle long running online tasks in web containers until servlet asynchronous processing...

5 replies - 7103 views - 04/29/10 by Kui Zhang in Articles

A Look Inside the JBoss JCA Project; New Features in JCA 1.6

The Java Enterprise Edition 6 standard includes an updated version of the Java EE Connector Architecture specification which improves the standard in key...

12 replies - 20152 views - 04/28/10 by Jesper Pedersen in Articles

Moving Mountains of Data without Sacrificing Performance

With the increased merging of disparate core business systems in the enterprise - as well as the emergence of additional systems in the form of enterprise...

0 replies - 12356 views - 04/28/10 by Jesse Davis in News

Elegant Async in Errai

If you haven't heard of the Errai framework, you really need to check out our interview with Mike Brock, the project lead at JBoss.  A brief introduction -...

0 replies - 10059 views - 04/26/10 by Mitch Pronschinske in Articles

File-based User Authentication Under WebSphere 6

When developing a web application for the WebSphere Application Server you sometimes need to enable security because the application...

0 replies - 4246 views - 04/25/10 by Jakub Holý in Articles

JMS Transactions and the SOA Platform

Regardless of how carefully you plan, it's inevitable that the software you build will encounter a situation or chain of events that you did not...

3 replies - 20390 views - 04/20/10 by Len DiMaggio in Articles

Errai and Message-Oriented Programming - A Q&A with Mike Brock

DZone recently caught up with Project Lead Mike Brock to learn about the JBoss Errai project, a GWT-based framework for building rich web applications using...

0 replies - 10874 views - 04/13/10 by Nitin Bharti in Articles

Jetty Browser Cache Control

Do you use Jetty and need to change the default setting for browser cache control? Have a look at the init-param element named cacheControl in webdefault.xml....

0 replies - 5879 views - 04/10/10 by Mike Christianson in Articles

EJB3 JPA error when migrating from JBoss version 4 to 5

 When I tried migrating my JBoss 4.2 [war] application which uses Spring to manage transactions, to JBoss 5.1, I got the following error message.11:18:55,683...

0 replies - 10014 views - 04/07/10 by Vineet Manohar in Articles