Spring / Spring MVC Interview questions
How do I configure JNDI DataSource in Spring Web Application?
To use the servlet container configured JNDI DataSource, we need to wire it in the spring bean configuration file and then inject it to spring beans as dependency. Once done, we can use it with JdbcTemplate to perform database operations.
< bean id="dataSource" class="org.springframework.jndi.JndiObjectFactoryBean"> < property name="jndiName" value="java:comp/env/jdbc/MySQLDB"/> < /bean>
Use Robinhood app to invest in stocks. It is safe and secure. Use the Referral link to claim your free stock when you sign up!.
The Robinhood app makes it easy to trade stocks, crypto and more.
More Related questions...