Feeds:
Posts
Comments

Archive for January, 2010

I saw the Pragmatic Wetware book by Andy Hunt.  “Hmm”, I thought, “a book on the human brain and how it works.  Interesting, but I have too much else to read and study.” Wrong. Apparently I had missed the pragmatic part of that title.  As I am averaging three to five technical books a month [...]

Read Full Post »

I always wanted to read the Anti-Patterns book, but never got to it.  I stumbled across the Anti-Patterns list on Wikipedia at http://en.wikipedia.org/wiki/Anti-patterns and found it to be a worthwhile read.  Obviously, a big part of learning what to do is learning what not to do as well. I got to the end of it, [...]

Read Full Post »

Regular expressions were not my strong suit, but I felt it was important to master them (or at least reach competency).  So, on a flight back from Walt Disney World last summer, I studied them from one of my Ruby books and summarized them in detail in Evernote (to refer back to them).  I thought [...]

Read Full Post »

I wrote a simple program for work a week ago – a webMethods java service that deletes a directory and recursively deletes all files and sub-directories.  I put together some unit tests, and it ran great.  Then, I was told that when invoked from another service (creating the directory for zip/unzip), half the time the [...]

Read Full Post »

One of the things I have appreciated about my “new job” is getting to work with a technically astute large-scale mission-critical enterprise architecture. Part of this includes data warehousing and business intelligence, two areas I have had interest in since reading “Super Crunchers” by Ian Ayres (a very interesting look at data mining to find [...]

Read Full Post »

After summarizing the JMS Tutorial, I wrote a number of code samples to try to cover the essentials and experiment to make sure things worked the way I thought.  This included at least the following: Using queues and topics Implementing a durable topic subscriber Using local transactions and experimenting with rolling back Using non-transaction mode [...]

Read Full Post »

My new job uses JMS, finally giving me a good reason to really play with this technology.   After reviewing the coding techniques, I needed a JMS Provider to work against that would be quick and easy to set up – Apache ActiveMQ.  It was quick and easy: Went to http://activemq.apache.org/activemq-530-release.html and downloaded the Unix version [...]

Read Full Post »

Okay, I know that all of this are not strictly versus each other, but I used to find the combination of options for SOAP messages intimidating.  Why so many options to essentially accomplish the same thing?  The following are the basic options: rpc/literal rpc/encoded document/literal document/encoded Since encoded is not part of the WS-I (Web [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.