Blog Posts on beanshell




Percent:
 
Distinct:
 


Using KnowledgeTree SOAP Services from Java apps by Technology for All on Jul 20, 2008I'm making a front-end to KnowledgeTree using the ZK Ajax framework so I eventually dipped my fingers into KT's web service integration from a Java app. My previous SOAP projects involved a Tcl client and a Google gadget using the javascript/php



Using Beanshell with the iSeries/AS400 JTOpen JDBC driver by Technology for All on Feb 6, 2008What seemed to be simple and straightforward task is not as what I expected it to be. And I'm referring to making JTOpen JDBC work with Beanshell. Isn't it supposed to be as easy as load and connect? I guess not..The common method of invoking j



S/MIME Encryption using Bouncy Castle Crypto API for Java by Technology for All on Feb 3, 2008At this time and age, it is somewhat irresponsible for banks to accept uploads of plain-text files to their online banking services. Secure HHTP (HTTPS) alone does not address total security as somebody in one's organization has the ability to tamper



Sending mail using Gmail SMTP server with Java by Technology for All on Feb 3, 2008This is a companion project of my previous experiment with S/Mime encryption. This script is also based on Beanshell and it's purpose is basically to connect to Gmail SMTP servers and deliver the encrypted payload to the message recipients.There are