I am programming a JSP/JSF Web application and currently using Hibernate (and MySQL) libraries. When I update data using my running application everything is working fine.
Example : I modify a customer information
Although if I change data manually or add an entry in MySQL manually, the change will not be effective on my application side.
Problem : Each time, I have to reload the application.
Anyone can understand my problem and find a rapid solution ?