RSS Feed
Articles
-
AES Cryptography in Java
Introduction
The following example is to perform AES encryption and Decryption in Java. The plain password will be encrypted using a generated key and stored in a file, also the key will be saved in a file. Using the key from the file the password will be decrypted.
-
Spring RMI with Remote UserDetailsManager
Introduction
This post explains how to get the user service from RMI server. In this example I have used simple UserDetailsService which will check weather the username and password are same, but you can use any implementation the change will in server side only it wont affect the client.
-
Job Scheduler in WAS
Introduction
This posting is how to for developing and scheduling jobs in WebSphere Application Server. IBM Rational Software Architect/Rational Application Developer is used for this example.