The Artima Developer Community
Sponsored Link

Java Answers Forum
jsp

2 replies on 1 page. Most recent reply: Jul 31, 2003 6:10 AM by David

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
uday

Posts: 1
Nickname: u16
Registered: Jul, 2003

jsp Posted: Jul 30, 2003 5:54 AM
Reply to this message Reply
Advertisement
execuse me sir/madam,
i got a problem in jsp.problem is that <b>one website is there everyday one text file is comming with mutual fund nav values.from that i need to get particular fund nav values..<i>dyanamically and daily in particular time(suppose my program needs to get values every day 6.00am) and also that should go/keep into my database .
so for this i need the procedure in <u>jsp</u></i></b> .please send the procedure.if it possible code<i>jsp+oracle8</i>.
thanking you ....
uday.


Mik Lernout

Posts: 10
Nickname: miklernout
Registered: Jan, 2003

Re: jsp Posted: Jul 31, 2003 5:53 AM
Reply to this message Reply
I think you will need to be a bit more precise. Try to explaing each of the different things that you need to do as simple as possible and try to add small example use case...

David

Posts: 150
Nickname: archangel
Registered: Jul, 2003

Re: jsp Posted: Jul 31, 2003 6:10 AM
Reply to this message Reply
I think that you should investigate java.util.Timer. This class allows you to schedule events.

However, I don't know quite how you expect to use JSP - these generate web pages - what you need is a program running all the time. If you use a Java application, the Timer should solve your problems.

Flat View: This topic has 2 replies on 1 page
Topic: menubar can it float? Previous Topic   Next Topic Topic: how to change the cursor?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use