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

Part II about firewall

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Should the FBN system use the firewall? If it does, then travel agent could not communicate with the EJB tier directly by RMI. Because the RMI-IIOP could not break through the firewall. The only possible way is to use HTTP. Is that possible that travel agent inside the firewall?
Thanks!!
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
RMI-IIOP can go thru a firewall. Anything can go thru a firewall... if the firewall is configured to allow it. No mention is made of security constraints, therefore you can make any assumptions that you wish.
 
xiaolin yu
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,Chris:
Thanks a lot for your help. It depends on the firewall filtering configuration.
I have another question: in the background there is a requriement about "Frequent Flyer Mileage System"
--"..., but would like to have the content available to the customer using the web and the travel agent using an application. This system was developed using Perl, HTML, CGI and an Oracle database."
Should we get content of "Frequent Flyer Mileage System" from EJB tier or not?
Thanks again!
 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey, guys. I'm not the police, but you shouldn't be quoting anything from the test. It's supposed to be confidential.
Regards,
Paul
 
xiaolin yu
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry for posting original words. I think I have got the answer.
 
Chris Mathews
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by xiaolin yu:
Should we get content of "Frequent Flyer Mileage System" from EJB tier or not?


This is entirely for you to decide. The project is all about making choices, so make one.
 
a wee bit from the empire
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic