Introduction to Java web applications
I used the following material to give a one-hour overview of Java and web applications to a group of developers experienced in the Microsoft ecosystem.
Tags: java
I used the following material to give a one-hour overview of Java and web applications to a group of developers experienced in the Microsoft ecosystem.
Tags: java
I find text with underlining or strikethough difficult to read, so I use the following user style sheet to remove it, except when hovering over links.
The following Bash script is designed to be run from a crontab entry. It performs a database update (using Oracle's sqlplus), checks the output for errors, and adds a success or failure comment to a JIRA ticket by sending an email to the JIRA instance.
Blogger are shutting down their (S)FTP facility, so I'm moving to nanoc. I've redirected all current URLs and given the site a minor refresh.
Tags: (none)
When a discussion starts to get overly general, and seems to be generating more problems than solutions, a simple question can help regain some focus.
Tags: agile
Hibernate is great, but about once a year we get bitten by using it incorrectly. Latest lesson: Don't directly access fields on any instance other than 'this'. Use the appropriate getter instead.
If you need to compare two XML files that have only a few differences, you can use vimdiff or other line-oriented diff tools. You first need to format the XML with one attribute per line.
Today a colleague sent a diagram dividing a system into 'correct' and 'in error' portions through phases of waterfall development.
Tags: agile