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

1

1 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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy