Hi all,

  Struts DB Access Best Practices thread gave me great insight on how
I should proceed with db operations.

  I have one more question.  Where do you keep your business logic
code.  Right now I am thinking to use

1. Struts(JSP, Actions) 
2. Simple class(Managers) to keep all our business logic code
3. IBATIS for database abstraction.

Actions can call Managers to get the job done and Manager can use
iBATIS to access DB.

Is this a good approach or is there a better approach than this?

Looking forward for your response.

Have a great day.

Karthikeyan B

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to