DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Max Fedorov Guest

    Firewall and Security issues


    Does RMI work through firewall?
    How can I make it work?
    What is the best way to pass file on the other machine and pass firewall
    without problems?
    Is URLConnection good for this purpose?

    If that is a credit card info will it be secure to pass the file or string
    through RMI or CORBA distributed object or by using sockets or URL objects?

  2. #2
    Kesav Kumar Guest

    Re: Firewall and Security issues


    RMI request doesn't go through proxy If you want to make it happen you have
    to implement custom socket for RMI. If you want to pass credit card info
    the best solution is to implement SSL. you can get SSL toolkits freely available.
    Either you can use browser's SSL feature to pass your credit card info.


    "Max Fedorov" <right@coollink.net> wrote:
    >
    >Does RMI work through firewall?
    >How can I make it work?
    >What is the best way to pass file on the other machine and pass firewall
    >without problems?
    >Is URLConnection good for this purpose?
    >
    >If that is a credit card info will it be secure to pass the file or string
    >through RMI or CORBA distributed object or by using sockets or URL objects?



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links