Re: [JBoss-user] Advice on Exception Granularity

2002-01-16 Thread David Hamilton
arcus Brito" <[EMAIL PROTECTED]> To: "Jboss Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, January 16, 2002 1:38 PM Subject: [JBoss-user] Advice on Exception Granularity Hello, folks. I'm doing an application that takes care of creation and maintenence of sim

[JBoss-user] Advice on Exception Granularity

2002-01-16 Thread Marcus Brito
Hello, folks. I'm doing an application that takes care of creation and maintenence of simple entities -- so simple (id/description) that I decided to code a SLSB to take care of this entity creation/deletion instead of coding an Entity Bean. So I have methods like getThing(id), createThing(id, d