Re: [JBoss-user] interceptor design question

2002-09-10 Thread Dain Sundstrom
Beau Cronin wrote: > > > Dain Sundstrom wrote: > >> Beau Cronin wrote: >> >>> Questions: >>> >>> 1. Is this a reasonable thing to do, or am I missing something? >> >> >> >> Sure, but it sounds like a lot of work. I hope it pays off for you. > > > > Why will this be a lot of work? I mean, a

Re: [JBoss-user] interceptor design question

2002-09-10 Thread Beau Cronin
Dain Sundstrom wrote: > Beau Cronin wrote: > >> Questions: >> >> 1. Is this a reasonable thing to do, or am I missing something? > > > Sure, but it sounds like a lot of work. I hope it pays off for you. Why will this be a lot of work? I mean, aside from the logic and data structures nec

Re: [JBoss-user] interceptor design question

2002-09-09 Thread Dain Sundstrom
Beau Cronin wrote: > Questions: > > 1. Is this a reasonable thing to do, or am I missing something? Sure, but it sounds like a lot of work. I hope it pays off for you. > 2. Is there any more documentation of the interceptor architecture > beyond the EJB container chapter of the admin book (an

Re: [JBoss-user] interceptor design question

2002-09-09 Thread Dmitri Colebatch
ined in the interceptor (gotta love AOP), or do you have some other approach? cheers dim - Original Message - From: "Beau Cronin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 10, 2002 10:14 AM Subject: [JBoss-user] interceptor design ques

[JBoss-user] interceptor design question

2002-09-09 Thread Beau Cronin
I need to implement locking of a sort on my entity beans. The semantics of these locks are not straightforward; they operate at a "higher level" than either database record locks or the built-in ejb locks which JBoss uses to protect data integrity. They are intended to prevent users (who are