Contained in the documentation for Witango particularly appendix c and the section on configuring a java action... it talks of calling java classes using witango and the java action server... would it be possible to interface to the payment gateway using the java class example they provided?? Or would I have to or would it be better practice to use a bean?? Thanks, - tom
-----Original Message----- From: Customer Support [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 11:57 AM To: [EMAIL PROTECTED] Subject: Re: Witango-Talk: Using a java class file with witango Tom, 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 ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
