> hi,
>
> Am I correct that only one Action instance is being created
> by the server?. I mean all users/threads share the same
> instance?
yes
>Base on this I surmise that if I extend Action like that:
> public abstract class MyAction extends Action {
>
> protected static final IAuthorizer
> hi,
>
> Am I correct that only one Action instance is being created
> by the server?. I mean all users/threads share the same
> instance?
yes
>Base on this I surmise that if I extend Action like that:
> public abstract class MyAction extends Action {
>
> protected static final IAuthorizer
hi,
Am I correct that only one Action instance is being created by the
server?. I mean all users/threads share the same instance? Base on this
I surmise that if I extend Action like that:
public abstract class MyAction extends Action {
protected static final IAuthorizer auth=new MyAuthorizer();
3 matches
Mail list logo