The <security-role-ref> element is used to specify the declaration of a security role reference in the web application’s code. The…
May 26th, 2010
Which of the following statements are correct about the code given below?
No Comments, Uncategorized, by Daisy Williams.<security-constraint> <web-resource-collection> <web-resource-name>AccountServlet</web-resource-name> <description>This is an Account Servlet.</description> <http-method>GET</http-method> <http-method>POST</http-method> <http-method>PUT</http-method> <http-method>DELETE</http-method> <url-pattern>acme/AccountServlet</url-pattern>…
May 1st, 2010
What is the element of the deployment descriptor?
No Comments, SCBCD, by Daisy Williams.
The element is used within the and elements. It declares a reference to the security role of an enterprise bean….
April 29th, 2010
What is the sub-element of the element?
No Comments, SCBCD, by Daisy Williams.
The sub-element of the element defines the method that can be accessed by the role defined in the sub-element of…