This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hello to everyone,
I have to make a project that requires me to have 2 kind of users, managers and normal ones.
The manager may add new duties to the normal users, register new users in the system, view everything etc.
The normal users can only view information related with them.
I am able to do this by my own but I am required to use MVC architecture and I am a little confused.
Please if anyone know where can I find any similar project it will help me a lot!
amit punekar
Ranch Hand
Joined: May 14, 2004
Posts: 488
posted
0
Hello,
I am able to do this by my own but I am required to use MVC architecture and I am a little confused.
Please let us know how are you planning to do this. We can then probably help you about fitting it into MVC. Moreover, have you checked the Struts framework ? That will help you develop this in MVC architecture.