How to create jdbc (java database connectivity) connection in jsf (javaserver faces) application?
Answer / Lucky
To create a JDBC (Java Database Connectivity) connection in a JSF (JavaServer Faces) application, you can use the java.sql.DriverManager to establish a connection using the driver, URL, username, and password.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is javaserver faces validation model?
List out the converter tags used in JSF?
What is managed bean?
What are some ways to declare a class a managed jsf bean?
What are web resources in jsf (javaserver faces)?
What is the difference between struts2 and jsf?
What is h:graphicimage tag in jsf (javaserver faces)?
What is the difference between instant and deferred expressions?
What is meant by bean scope?
What do you mean by bean scope?
What do you understand by java server faces (jsf)?
What does the @applicationscoped annotation indicate?