i have a log in web application ....
i want restrict the user for particular no of users
what is procedure to develop thus application
Answers were Sorted based on User's Feedback
Answer / dinesh
Add the one entry in db when any one login .,
then in login time we just check the no of logins in
and allow the next user , if size exceds means show the error msgg
| Is This Answer Correct ? | 0 Yes | 0 No |
how you implement and maintain your struts project by using MVC2 arch?
What are the core components of a struct2 based application?
Struts follows which design patterns?
i have 500 jsps in my application,and i have same forward name for each jsp,so it lokks in strutsconfig.xml,from 1 to 500,but i want send 498 page directly,how can i cingigure my application
Explain about struts dispatch action?
How does struts2 token work?
Define struts?
What is the use of lookupdispatchaction?
What is s token?
How action mapping is configured in Struts?
What is the naming convention for a resource bundle file in struts2?
What are the important methods of actionform?