The Witango Server will be able to interact with it if it is a javabean. You could create a manifest and roll it up into a jar file and see if it works. Make sure that you wrap your jar file up correctly. Info is here - http://java.sun.com/j2se/1.4.2/docs/guide/jar/
If not just create a small java stub that calls the class and compile it and then roll both classes into a java bean.
You can find all the info on how to write a javabean at http://java.sun.com.
JavaBeans 101 is here: http://java.sun.com/developer/onlineTraining/Beans/bean01/ http://java.sun.com/developer/onlineTraining/Beans/beans02/
Witango Support
On 10/12/2004, at 11:38 AM, Tom Fulcher wrote:
Hi I was just wondering if it was possible to use a java class file within Witango 5.. or alternately make calls to directly to java api??
I’m trying to talk to a payment gateway.. alternately they have provided a tcp daemon to run as a service so you can post a transaction to a given ip address and port.. but i’d have to use a com object to open a socket and alas none has been provided…
Any help would be really great!
Thanks,
- tom
_______________________________________________________________________ _
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
