-
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?
-
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
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
|
Bookmarks