OT: Design Issue.

2005-09-01 Thread karthikeyan balasubramanian
Hi all, This may not be exactly struts question but here is my scenario: 1. I will be reading data from a single table and displaying it to some users. 2. Assuming that there are 5 users at one time records read by one user should not be seen by others. 3. This single table size can be huge.

Best Design Practice

2005-08-20 Thread karthikeyan balasubramanian
Hi all, I know this question has been asked before but still I would like to get some expert opinion. If Struts only falls into UI layer then what you guys use for Business Layer and Persistence Layer. Is there a working example which covers all these 3 layers with Struts falling into UI

Struts Business Logic :: Best Practices

2005-03-11 Thread karthikeyan balasubramanian
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

Struts DB Access :: Best Practices

2005-03-09 Thread karthikeyan balasubramanian
Hi all, I am planning to use Tomcat/Struts/MySQL in my project. Database operation's can involve more selects and little bit of update/insert operations. I want to know what is the best way to access database using struts. I did a research and found few good ways: 1. Struts using

Re: Struts DB Access :: Best Practices

2005-03-09 Thread karthikeyan balasubramanian
: karthikeyan balasubramanian [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 9:19 AM To: user@struts.apache.org Subject: Struts DB Access :: Best Practices Hi all, I am planning to use Tomcat/Struts/MySQL in my project. Database operation's can involve more selects and little