All Questions
Tagged with exceptions web-applications
3 questions
1
vote
1
answer
299
views
How to handle when one user deletes the object while the other has it opened in edit mode in a webapp?
I am developing a CRUD type web application. It is a project management system having projects, milestones, tasks, employees etc. Each employee has his/her own account to login and view the system. ...
1
vote
3
answers
6k
views
Exception Handling in Java web application
I know exception handling is a topic often discussed in the world of Java. I've read a few threads on here and SO as well.
https://stackoverflow.com/questions/2169339/exception-handling-in-a-java-...