running application
Hi!
I want to run an application that will check a database, if it found data then procceses it else continue checking the database until new data found.
I'm new to java and want to know if this is posible (have the application running all day checking for data), and how can I do it?
Thanks

