Nitin Kohli

Greenhorn
+ Follow
since Dec 04, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Nitin Kohli

Dear Subramanyam,
I have recently entered the field of EJB development Environment using MVC architecture....Whatwould u recommend as the best possible learning curve for me.....
Regards
Nitin Kohli
For This kind of a problem you have to create a Session Bean which queries the records. Initialize a batchsize for displaying the records.
For the Read Write mode set up an access level table which will give the users read, write or update records based on their acess levels.
And this can be handled at the front end.
Hope this was helpful...