[Urban Airship blog] Centralized Logging Using Rsyslog

http://urbanairship.com/blog/2010/10/05/centralized-logging-using-rsyslog/ 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

http://urbanairship.com/blog/2010/10/05/centralized-logging-using-rsyslog/ 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

http://zeroturnaround.com/blog/developer-productivity-report-2012-java-tools-tech-devs-and-data/ 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

http://zeroturnaround.com/blog/developer-productivity-report-2012-java-tools-tech-devs-and-data/ 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

http://zeroturnaround.com/blog/developer-productivity-report-2012-java-tools-tech-devs-and-data/ 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

http://mauricedechateau.blogspot.com/2011/07/external-quartz-on-jboss-51.html How to include external quartz library into JBOSS 5.1

Maurice de Chateau: 'External' Quartz on JBoss 5.1

http://mauricedechateau.blogspot.com/2011/07/external-quartz-on-jboss-51.html How to include external quartz library into JBOSS 5.1

Maurice de Chateau: 'External' Quartz on JBoss 5.1

http://mauricedechateau.blogspot.com/2011/07/external-quartz-on-jboss-51.html 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 ]

http://www.redhat.com/summit/2011/presentations/jbossworld/whats_new/wednesday/ban_w_310_running_in_the_cloud.pdf “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

http://mindprod.com/jgloss/cipher.html 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 methods for particular algorithms and block modes. Pay attention to string encoding/decoding and padding issues.