• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Regarding Access CGI-Perl-Oracle System,

 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
please clarify
How can access the CGI-Perl based System through Web interface,
IS it correct to say only through Servlet can send a request to the interface?
or From SessionBean can possible to send a request?
please clarify
Advance Thanks
with regards
bb
 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's difficult to answer your question without revealing important details about the assignment. It's safe to assume that one can use java.net.* library to initiate POST and GET requests to any web component( CGI, servlet) from any Java class(Does not need to be a servlet). Bear in mind that one of the hard requirements is that we interface the existing CGI-Perl application and observe the system. If it operates as expected, management would consider full J2EE rewrite. So, a solid Java-CGI bridge looks essential for the problem domain. Where you construct the bridge is your architecture knowledge and skills.
Hope this helps. Enjoy the assigment.
[ July 31, 2003: Message edited by: Levent Gurses ]
 
dbala subramaniam
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All
My doubt is it possible to call the CGI,Perl,Oracle System from SFSessionBean?
please clarify
advance thanks
with regards
bb

Your message was edited since you quoted content from the actual assignment. Please read our policy on SCEA questions and refrain from discussing actual assignment issues.
Thank You!

[ August 13, 2003: Message edited by: Ajith Kallambella ]
 
He baked a muffin that stole my car! And this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic