Archive for October, 2011

redhat.com | JBOSS NA Channel SKUs [ i.e redhat jboss pricing ]

Wednesday, October 5th, 2011

Pricing and SKU numbers for Redhat JBOSS offerings

redhat.com | JBOSS NA Channel SKUs [ i.e redhat jboss pricing ]

Wednesday, October 5th, 2011

Pricing and SKU numbers for Redhat JBOSS offerings

[How to Encrypt and Decrypt Strings in JAVA using Standard Java JCE library] Cipher : Java Glossary

Sunday, October 2nd, 2011

Here’s how to encrypt and decrypt a message using CipherOutputStream/ CipherInputStream The methods used are all part of Sun’s JCE. Sun’s JCE documenation is all but useless. You pretty well have to Google the web to find sample code to use these…

[How to Encrypt and Decrypt Strings in JAVA using Standard Java JCE library] Cipher : Java Glossary

Sunday, October 2nd, 2011

Here’s how to encrypt and decrypt a message using CipherOutputStream/ CipherInputStream The methods used are all part of Sun’s JCE. Sun’s JCE documenation is all but useless. You pretty well have to Google the web to find sample code to use these…

Paranoid Engineering: Getting Unicode output in Eclipse Console

Sunday, October 2nd, 2011

1. add -Dfile.encoding=UTF-8 to your eclipse.ini
2. make sure your Eclipse Console font supports Unicode. You can try it out by typing unicode characters directly to console with keyboard. Console Font is set in Window -> Preferences -> General -> Appe…

Paranoid Engineering: Getting Unicode output in Eclipse Console

Sunday, October 2nd, 2011

1. add -Dfile.encoding=UTF-8 to your eclipse.ini
2. make sure your Eclipse Console font supports Unicode. You can try it out by typing unicode characters directly to console with keyboard. Console Font is set in Window -> Preferences -> General -> Appe…