Disclaimer: tests freely reproducable for everybody anytime. Results only valid at stated timestamps
Always please consider professionals... for a professional job !
JAAS Hello-World basics - full source code examples explained
Here is a number of adaptations of JAAS in different forms. Assuming you
are running JDK 1.4 - or have JAAS downloded separately and installed with
an older JDK.
how the com.ibm.mqetclient works! shows how
IBM actually enables transactional mode - how you can actually check for support
for it in the class com.ibm.MQEnvironment - and why there is transactional
support for a lightweight J2EE client in MQ 5.2.1 / 5.3 / 6.0
J2EE client authenticating against Websphere MQseries
provides a follow-up discussion about security problems (javax.jms.JMSSecurityException: MQJMS2013: invalid
security authentication) when connecting a client to MQ - either straight from a
Sun JVM to MQ - or out from a Weblogic server to MQ
Opensource Java SFtp (SSH) auto-resume of interrupted transfers from last transfered file position
Java examples demonstrating necessary code and its use...
Java Opensource SFtp (SSH) auto-resume
describes how to run Java source code example for SFtp auto-resume from last interrupted transfered file position
Hibernate 3.x
Simple example... as put on my site www.hibernate.dk....
Intended as part of quick demo of common persistance layers and frameworks.