Question: Java Help: Create a class for an Enterprise JavaBean (EJB) which provides a method which returns the current date. (Hint: you can obtain the current
Java Help: Create a class for an Enterprise JavaBean (EJB) which provides a method which returns the current date. (Hint: you can obtain the current date using new Date().) Also, provide a remote business interface for your EJB. Then create a class for a servlet which acts as a client for the EJB created above. The servlet should generate a web page which shows the result of the EJB call. Remark: It is not required to request any user input here, your servlet should simply provide to its clients the current date using your EJB.
I always upvote!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
