This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Servlets and the fly likes Bean initiating a JSP/Servlet? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Bean initiating a JSP/Servlet?" Watch "Bean initiating a JSP/Servlet?" New topic
Author

Bean initiating a JSP/Servlet?

Gunjan Sharman
Greenhorn

Joined: Dec 26, 2000
Posts: 2
Hello.
1. Problem backgroud:
I am trying to implement an interface to the payment gateway system of a bank.
2. Problem statement:
I need to implement a timer (Timer 1) and call it through a JSP/Servlet (servlet A) and immediately afterwards I have to call another JSP/Servlet from this JSP/Servlet on the bank's payment gateway server (servlet B). I am doing this using a response.SendRedirect() in my JSP (servlet A). Now when the timer running on my web-server expires, I have to transfer control to a JSP/Servlet (servlet C) that would again call another servlet/JSP on the bank's payment Gateway (serlvet D).
How do I do this?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Bean initiating a JSP/Servlet?
 
Similar Threads
EJB Timer Services Query
How to create our own payment gateway?
Payment Gateway in JSP
Payment Gateway - dual verification check
application scope attributes