-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------


>   would some one like to tell me that whether there is any components
> available for online cybercash transactions within Java Servlets like
> they are available for ASP and Cold Fusion ?

We rigged together a Perl script using  CyberCash's libraries and called
it using System.exec().  That works like a champ, although CyberCash's
service tends to be a bit slow.

We used to have a CyberCash class that used JNI calls to their C
libraries, and that worked OK, but sometimes we'd end up with some
socket craziness deep in the native calls.  Rather than try to debug we
just worked around with the out of process Perl script.

Email me if you'd like a copy of any of that stuff (We use this on
Linux, but both approaches should be pretty easy to use anywhere).  I
can probably track it down and send it along.

Hope that helps,


Dan

-- 
_________________________________________________________
Dan Cornell                           Phone: 210.805.8607
Atension,Inc.                           Fax: 210.805.8517
112 E. Pecan, Suite 750         <http://www.atension.com>
San Antonio, TX  78205                 <[EMAIL PROTECTED]>
_________________________________________________________


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to