Hi all
i'm just starting with struts2 (even with struts at all). Of course i first
read some how-to-starts. But there is one thing i don't understand.
I'm trying to create a simple little chat app. I have two action classes,
one for the normal chat user, one for the moderators. Both classes need
access to the same instances of business service classes which mainly hold
runtime data such as a list of users currently logged in, list of chat rooms
and so on.
Now i don't understand (1) where to create/initialize these business logic
classes and (2) how to get access to them from the action classes.
I'm very thankful for any hint.
Thanks a lot
Frank