Archive for the ‘JEE’ Category




Java Web Services: Getting Started

Tuesday, March 9, 2010 21:49 1 Comment

Introduction
When it came time for me to tackle my first web service implementation I ran into a lot of problems. Here I will write a series of articles to address the questions and problems I encountered in hopes of helping you get started in developing web services faster than I did. The following example will show [...]

This was posted under category: JBoss, JEE, Java Tags: , , , , , ,

The EJB Specification, Concurrency, and Batch Processing

Sunday, March 1, 2009 12:54 1 Comment

The EJB specification does not leave much room for implementing concurrent processing within the EJB container. This poses a problem to developers who need to implement solutions for processing long running batch processes as part of the business logic of an application. The EJB specification states the following:
The enterprise bean must not attempt to manage [...]

This was posted under category: JBoss, JEE, Java Tags: , , , , , , , ,