Hello
I have several questions about design, "best practises":
1) Where to store client's profile information (like login name) ?
session or system state bean ?
2) How to create and use a system state bean ?
System state bean should be in scope "session", shouldnt it ?
3) Where to put business logic (where I invoke JDBC) ?
Should business logic class be a bean ?
thanx in advance
Maris Orbidans
