Go Back   ZeroC Forums > Help Center

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 10-03-2004
annekat annekat is offline
Registered User
 
Name: Christophe Avare
Organization: Dassault Systèmes
Project: n/a at the moment
 
Join Date: Jul 2004
Location: Paris
Posts: 34
Question SSL support for Java clients?

The new features of the upcoming 1.6 are very exciting!

Is there any plan to extend the SSL support to Java clients?
Is the lack of support related to some technical difficulties, or a lack of resources on the subject?

Thanks.
Reply With Quote
  #2 (permalink)  
Old 10-03-2004
marc's Avatar
marc marc is offline
ZeroC Staff
 
Name: Marc Laukien
Organization: ZeroC, Inc.
Project: The Internet Communications Engine
 
Join Date: Feb 2003
Location: Florida
Posts: 1,781
No, there are no technical difficulties. It's simply not on the top of our todo list at present, because none of our customers needed it so far.
Reply With Quote
  #3 (permalink)  
Old 10-16-2004
dragzhb dragzhb is offline
Registered User
 
 
Join Date: Jul 2004
Posts: 63
Send a message via Yahoo to dragzhb
-->
HI marc:
sorry , I don't agree with you that none of our customers needed it so far. I think SSL support to Java clients is import than SSL support to C++ clients. many application model is that server using C++ and client using java. why? server using C++ because of it's speed, client using java because it's writing once , then can run anywhere.
Reply With Quote
  #4 (permalink)  
Old 10-16-2004
marc's Avatar
marc marc is offline
ZeroC Staff
 
Name: Marc Laukien
Organization: ZeroC, Inc.
Project: The Internet Communications Engine
 
Join Date: Feb 2003
Location: Florida
Posts: 1,781
Well, all I can tell you is that our *commercial* customers so far didn't need it. If you want to become a commercial customer and need SSL for Java, then we will be happy to add this

In general, our development priorities are determined by commercial demand. After all, we have to make a living
Reply With Quote
  #5 (permalink)  
Old 10-17-2004
mep mep is offline
Registered User
 
 
Join Date: Feb 2003
Location: Changsha, China
Posts: 6
Send a message via ICQ to mep
-->
Since ICE is select ed for combat system, do you have any plan to add realtime features to ICE?Just curious
Reply With Quote
  #6 (permalink)  
Old 10-20-2004
CBB CBB is offline
Registered User
 
 
Join Date: Oct 2004
Location: Munich, Germany
Posts: 5
Send a message via AIM to CBB Send a message via Yahoo to CBB
-->
Quote:
Originally posted by marc
Well, all I can tell you is that our *commercial* customers so far didn't need it. If you want to become a commercial customer and need SSL for Java, then we will be happy to add this

In general, our development priorities are determined by commercial demand. After all, we have to make a living
Hi,
we are still in a prototype phase and do not generate any revenue with products based on ICE. Anyway the SSL capabilities with Java clients and servers are very important to us. Would there be kind of a "guarantee" for SSL support if we will pay for the smallest license?

Best,
Christof
Reply With Quote
  #7 (permalink)  
Old 10-20-2004
marc's Avatar
marc marc is offline
ZeroC Staff
 
Name: Marc Laukien
Organization: ZeroC, Inc.
Project: The Internet Communications Engine
 
Join Date: Feb 2003
Location: Florida
Posts: 1,781
This is something we best discuss by email. Please feel free to contact us at sales@zeroc.com.
Reply With Quote
  #8 (permalink)  
Old 10-20-2004
CBB CBB is offline
Registered User
 
 
Join Date: Oct 2004
Location: Munich, Germany
Posts: 5
Send a message via AIM to CBB Send a message via Yahoo to CBB
-->
Done :-)
Reply With Quote
  #9 (permalink)  
Old 10-20-2004
mes's Avatar
mes mes is online now
ZeroC Staff
 
Name: Mark Spruiell
Organization: ZeroC, Inc.
Project: Ice Developer
 
Join Date: Feb 2003
Location: California
Posts: 971
Please be aware that, for technical reasons, it is not possible for us to implement SSL support in Java using JDK 1.4.x. It appears that JDK 1.5 provides the infrastructure we would need, but we haven't fully investigated it yet.

Take care,
- Mark
Reply With Quote
  #10 (permalink)  
Old 10-20-2004
CBB CBB is offline
Registered User
 
 
Join Date: Oct 2004
Location: Munich, Germany
Posts: 5
Send a message via AIM to CBB Send a message via Yahoo to CBB
-->
Is this because of problems with the nio package?
Reply With Quote
  #11 (permalink)  
Old 10-20-2004
mes's Avatar
mes mes is online now
ZeroC Staff
 
Name: Mark Spruiell
Organization: ZeroC, Inc.
Project: Ice Developer
 
Join Date: Feb 2003
Location: California
Posts: 971
Actually, as Marc just pointed out to me, it might be possible for us to implement SSL support with JDK 1.4.x, but we would need to use a different concurrency model than our current thread pool.

JDK 1.4 does not provide SSL support for "select-based" socket operations, which is what we require for our thread pool implementation. If we implement a thread-per-connection model, then we could probably use what JDK 1.4 provides. Of course, a thread-per-connection model won't scale as well as the thread pool to lots of connections, but that may be an acceptable trade-off.

- Mark
Reply With Quote
  #12 (permalink)  
Old 04-18-2005
wangxin54321 wangxin54321 is offline
Registered User
 
 
Join Date: Apr 2005
Posts: 2
Exclamation

then if i want to use java as a server,what can i do to add the SSL?
can i use jni to call the .dll from iceSSL?
Reply With Quote
  #13 (permalink)  
Old 04-18-2005
marc's Avatar
marc marc is offline
ZeroC Staff
 
Name: Marc Laukien
Organization: ZeroC, Inc.
Project: The Internet Communications Engine
 
Join Date: Feb 2003
Location: Florida
Posts: 1,781
Please see my other post, IceSSL for Java is available since version 2.1.0.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
What will the clients do when the servers be killed? AaronIct Help Center 1 02-26-2007 08:15 AM
how can i do without ICESSL support my JAVA wangxin54321 Help Center 1 04-18-2005 10:50 PM
Will Ice support Java tiger? Mjollnir Help Center 1 11-05-2004 08:10 AM
icestorm max clients diddek Help Center 1 10-18-2004 05:45 PM
Clients in server jpm Help Center 5 06-17-2003 07:21 PM


All times are GMT -4. The time now is 04:15 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
(c) 2008 ZeroC, Inc.