Commonly, developers build a Stateless Session EJB "facade" through which
all access to Entity EJBs is accomplished. If you were to employ such a
pattern, the method of this "facade" that invokes the CMP finder in question
would be an appropriate place to manipulate the results before returning
them to the client. Have a look around www.theserverside.com for lots of
information and discussions of EJB module design.

P.Pontbriand
Canlink Interactive Technologies, Inc.

----- Original Message -----
From: "Armin Michel" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Friday, May 04, 2001 4:31 AM
Subject: custom finder in CMPs


> Hi.
>
> I want to add additional code to the finder-methods
> (for further restrictions on the find-results based upon security
> information).
>
> How can I achive this?
> I'd like to extend those auto-generated finder-methods and don't want to
fall
> back to BMPs.
>
> Hope someone can help.
>
> Armin Michel
>
>


Reply via email to