A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Certification
»
Architect Certification (SCEA/OCMJEA)
Author
Part II - RMI or SSL over TCP/IP
Cindy Li
Greenhorn
Joined: Jan 29, 2003
Posts: 18
posted
May 25, 2004 21:17:00
0
I am still confused over this problem.
How does a Java client talk to ejb on an application server ? Should use RML? but if ssl access is required, is there protocol for SSL over TCP/IP?
THanks for any help
Ramon Gill
Ranch Hand
Joined: May 15, 2003
Posts: 344
posted
May 26, 2004 07:11:00
0
Java clients can use RMI/IIOP or JRMP/IIOP to access enterprise beans.JRMP can also use SSL.
Ray
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
Jun 06, 2004 10:48:00
0
SSL is actually a framework
and in case of say HTTPS , FTPS it is at the
top of TCP-IP or UDP-IP
EITHER iiop or jrmp must also use the tcp-ip, udp-ip or any other transport-network suites available....
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: Part II - RMI or SSL over TCP/IP
Similar Threads
SSL Question
ques about SSL
protocol used by Socket!!!
HTTPS(HTPP over SSL) Vs TCP/IP & SSL
SSL Protocol
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter