The @Schedule annotation is used to mark an enterprise bean method as a timeout method according to the calendar schedule…
March 30th, 2010
What is the begin() method?
No Comments, SCBCD, by Daisy Williams.The begin() method creates a new transaction and associates it with the current thread. This method belongs to the UserTransaction…
March 29th, 2010
What is getEJBLocalObject() method?
No Comments, SCBCD, by Daisy Williams.The getEJBLocalObject() method is used to obtain a reference to the EJB local object that is currently associated with the…
March 27th, 2010
What is the difference between the GET and POST method?
No Comments, SCWCD, by Daisy Williams.The following table summarizes the differences between the Get and Post requests: Get Request Post Request Get is the default…