How to run a bAtch Job
Hello ,
How can I run a batch job (java class) that will update my jsp page with newly added entries from table in database.In short, i want to run a batch job which updates drop down list in jsp page every time any update happens in my table in database.
Can anyone help with sample code?
Thanks in advance.

