>using JBoss as our J2EE solution, I was wondering what is the best way to
>implement read-only access to our database. Is using entity beans a bad
>solution ?
Sounds like overkill. I'd use a "fastlane reader" from a session bean,
myself. I believe that's Sun's name for the pattern. If google doesn't
turn up anything of help, let me know and I'll look up my references.
nk - 18 Nov 2003 08:32 GMT
On Mon, 17 Nov 2003 20:36:50 -0600, brougham wrote:
>>using JBoss as our J2EE solution, I was wondering what is the best way to
>>implement read-only access to our database. Is using entity beans a bad
[quoted text clipped - 3 lines]
> myself. I believe that's Sun's name for the pattern. If google doesn't
> turn up anything of help, let me know and I'll look up my references.
Thanks, searching for 'fast-lane' worked.