Bruce Snyder

Co-Author of ActiveMQ In Action

Bruce Snyder

Bruce Snyder is a veteran of enterprise software development and a recognized leader in open source software. With over a decade of experience, Bruce has worked with a wide range of technologies including Java EE, Enterprise Messaging and Service Oriented Integration. In addition to his role as a senior software engineer at SpringSource, Bruce is also an Apache Member, a co-founder of Apache Geronimo and a developer for Apache ActiveMQ, Apache Camel and Apache ServiceMix. He is the co-author of Professional Apache Geronimo, Beginning Spring Framework 2 both from Wrox Press and is currently co-authoring ActiveMQ In Action for Manning Publications. Bruce also serves as a member of various JCP expert groups and is a recognized international speaker at industry conferences. Bruce lives in beautiful Boulder, Colorado with his family.



Blog

Admiral General Aladeen's Rationale For a Dictatorship

Posted 2013-09-18 09:43:05.0

I was watching the movie 'The Dictator' again on the plane a couple weeks ago. Although I had seen it before and knew it was funny, I was reminded all over again how hilarious it is to watch Sacha Baron Cohen poke fun at life. Here is Admiral General Almore »

FizzBuzz in Perl One-Liner

Posted 2013-09-04 12:24:40.0

Last week something caused me to remember the Obfuscated Perl Contest that used to take place back in the 1990s in The Perl Journal (all issues available here. Here is FizzBuzz in a Perl one-liner. Whmore »

VIM Syntax Highlighting for Scala: A Bash One-Liner

Posted 2013-09-03 22:37:00.0

Just for posterity, here is a Bash one-liner to download the VIM plugins to handle syntax highlighting for Scala: $ mkdir -p ~/.vim/{ftdetect,indent,syntax} && for d in ftdetect indent syntax ; do wget --no-check-certificate -O ~/.vim/$d/scalmore »
Read More Blog Entries »

Presentations