Wednesday, June 15, 2011

Introduction

This blog is actually a public set of lab notes as I try to figure out how to do EJB using Scala. My goal is simple: Implement an EJB 3.1 stateless bean, written in Scala, deployed on GlassFish 3.1. The bean must take advantage of EJB 3.1's no-interface feature (Local interfaces are optional).

The environment used is:

Scala 2.9.0-1
EJB 3.1
GlassFish 3.1

I've played around with this enough to know this isn't 1-2-3 easy, so I'll log my progress and notes here for myself and anyone else trying to do this who may stumble across the blog.

If I do get stuck, hopefully someone may have the key bit of information to get things moving again.

No comments:

Post a Comment