- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
6 Posted Topics
[QUOTE=Phaelax;86160]I don't know what a csv file is or what the structure is, but if its just a text a file with numbers like that, it's quite simple. The only thing to be careful about in this code is that it assumes there won't be more than 24 elements, or …
I used [url]http://jtheory.com/jdring.html[/url] Put cron like job in servlet. web.xml: [code=xml]<servlet> <servlet-name>Cron</servlet-name> <servlet-class>com.my.hrit.servlet.Cron</servlet-class> <load-on-startup>1</load-on-startup> </servlet>[/code] Following code in servlet init(): [code=text]// run every day at 6:50 PM mgr.addAlarm("ComplexCron2", 50, 18, -1, -1, -1, -1, new AlarmListener() { public void handleAlarm(AlarmEntry entry) { System.out.println("\u0007Cron alarm1 (" + new Date() + ")"); …
See [url]http://jforum.s41.eatj.com/posts/list/3247.page[/url]
[quote=aarya;220526]i am learning jsp so i wanted to know any body offer free jsp web hosting? thanks[/quote] Try [URL]http://s43.eatj.com/index.jsp[/URL] They provide JSP and MySQL...
The End.
chackboom