RE: custom finder in CMPs (SLSB facade)

2001-05-07 Thread Lou Farho
So, what happens when someone says make your java application a web application? You have too much logic in your java client. If it is in the slsb, who cares what your using for the frontend system. Another scenario, someone else wants to use your entity beans in your corporate enterprise.

Re: custom finder in CMPs

2001-05-06 Thread Armin Michel
Something interesting to try would be to limit access to the Entity Home Interface methods to a particular Role which the facade raises by programmatically logging in. In other words, clients would access the facade SLSB using a different Role than that which is permitted to access the

RE: custom finder in CMPs (SLSB facade)

2001-05-06 Thread Frank Eggink
To: Orion-Interest Subject: Re: custom finder in CMPs 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

RE: custom finder in CMPs (SLSB facade)

2001-05-06 Thread Tim Endres
Now the question: How come so many people are keen on introducing SLSBs as a facade in front of Entity Beans to improve the performance? The same code (plus a tid bit extra) needs to be executed, the same pooling behavior is there for the Entity Bean and yes the SLSB introduces little

Re: custom finder in CMPs

2001-05-04 Thread Peter Pontbriand
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

Re: custom finder in CMPs

2001-05-04 Thread Armin Michel
On Friday 04 May 2001 14:44, you wrote: 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

RE: custom finder in CMPs

2001-05-04 Thread elephantwalker
PROTECTED]]On Behalf Of Peter Pontbriand Sent: Friday, May 04, 2001 5:45 AM To: Orion-Interest Subject: Re: custom finder in CMPs 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

RE: custom finder in CMPs

2001-05-04 Thread Jeff Schnitzer
]] Sent: Friday, May 04, 2001 7:50 AM To: Orion-Interest Subject: Re: custom finder in CMPs On Friday 04 May 2001 14:44, you wrote: 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

Re: custom finder in CMPs

2001-05-04 Thread Michael Jara
You should be able to use EJB security to disallow access to whichever home interfaces you choose. Mike - Original Message - From: Armin Michel [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Friday, May 04, 2001 8:50 AM Subject: Re: custom finder in CMPs On Friday 04