Re: Staless Component
Re: Staless Component
- Subject: Re: Staless Component
- From: Lachlan Deck <email@hidden>
- Date: Mon, 25 Aug 2008 15:25:17 +1000
On 25/08/2008, at 2:57 PM, Santhosh wrote:
Hi All,
Can any one advise me what are the steps we need to follow
when creating a *stateless *component?
read api :-)
@Override
public void isStateless() {
return true;
}
public void reset() {
super.reset();
// nullify/reset your vars
}
How to add it to a *Stateful *component? And also its usage in
*Stateful *component.
Like any other.
Note doing the reverse doesn't work.
with regards,
--
Lachlan Deck
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden