Hi,
I have a requirement, I need to build a
servlet page which take input of key in encoded format containing user id, access and page id. when two users enters the page second user should get a popup that another user is already in the page (I have stored the user already in a page in DB and when second user goes to the page I am able to retrieve from DB and show the message and make the page as read)
I am stuck at fulfilling below request
second user can request access upon which first user should get message to approve it. If the first user agrees then second user should get a message back to continue work and first user will get have the access as read and second should have access of write.