I have EJB methods .I try to call EJB methods from the User interface it may be a JSF, or JSP.I don't know the exact difference between user and client.can anyone help me. Questions asked during my interview
11 Answer
Client may be a tool like any web browser or may be any desktop application. A user is a person who will log into the client and consume or use the remote functionality exposed by the server. Everytime user wants to access any functionality, client will make a call to server and it will show the response received from server on client after parsing. Multiple users may log onto a client. Every user will have separate login credentials.