• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Bean initiating a JSP/Servlet?

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
Won't you please? Please won't you be my neighbor? - Fred Rogers. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic