Archive for the 'java' Category

[Urban Airship blog] Centralized Logging Using Rsyslog

Saturday, June 8th, 2013

Great post from Urban Airship about centralize logging with rsyslog (contains important details on how to deal with multi-line messages from java stack )

[Urban Airship blog] Centralized Logging Using Rsyslog

Saturday, June 8th, 2013

Great post from Urban Airship about centralize logging with rsyslog (contains important details on how to deal with multi-line messages from java stack )

Developer Productivity Report 2012: Tools, Tech, Devs and Data | zeroturnaround.com

Wednesday, June 20th, 2012

We’re not much for fanfare here at ZeroTurnaround, but this is our most ambitious report that we’ve ever created. This year, over 1800 respondents shared their take on “the developer life” with us, with 1100 Java-focused surveys completed.

Developer Productivity Report 2012: Tools, Tech, Devs and Data | zeroturnaround.com

Wednesday, June 20th, 2012

We’re not much for fanfare here at ZeroTurnaround, but this is our most ambitious report that we’ve ever created. This year, over 1800 respondents shared their take on “the developer life” with us, with 1100 Java-focused surveys completed.

Developer Productivity Report 2012: Tools, Tech, Devs and Data | zeroturnaround.com

Wednesday, June 20th, 2012

We’re not much for fanfare here at ZeroTurnaround, but this is our most ambitious report that we’ve ever created. This year, over 1800 respondents shared their take on “the developer life” with us, with 1100 Java-focused surveys completed.

Maurice de Chateau: ‘External’ Quartz on JBoss 5.1

Monday, June 11th, 2012

How to include external quartz library into JBOSS 5.1

Maurice de Chateau: ‘External’ Quartz on JBoss 5.1

Monday, June 11th, 2012

How to include external quartz library into JBOSS 5.1

Maurice de Chateau: ‘External’ Quartz on JBoss 5.1

Monday, June 11th, 2012

How to include external quartz library into JBOSS 5.1

Jboss Cluster in the Cloud | JBossWorld, Redhat Presentation [ban_w_310_running_in_the_cloud.pdf ]

Monday, October 31st, 2011

“RUNNING A JBOSS CLUSTER IN THE CLOUD”, by Bela Ban, JBoss. “JBoss Clustering uses IP
multicasting, so it doesn’t work on EC2 !@#$@” — WRONG ! Of course it DOES ! -

[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…