SOFTWARE ENGINEERING blog & .lessons_learned
manuel aldana
Manuel Aldana

Entries Tagged as 'Software Engineering'

>April 5th, 2010 · No Comments

Tomcat JDBC-Realm in digest mode

tomcat, realm digest style, jdbc

[Read more →]

Tags: Technologies/Tools

>November 21st, 2009 · No Comments

Most favorite firefox addons/plugins

One of firefox killer-features is the variety of add-ons. Following is an overview of the add-ons I use currently.
Vimperator
Vimperator is a real gem! Adds some vim (editor) feeling to the browser. Makes you faster, because nearly all mouse action can be supplemented with keyboard shortcuts. Also automates more complicated flows with macros. At start using [...]

[Read more →]

Tags: Technologies/Tools

>April 19th, 2009 · No Comments

Parameterized test-methods with TestNG

TestNG offers many great features and is definitely more capable as JUnit to build a strong automated Test-Suite. When writing test-cases one important factor is the handling of test-data. With JUnit it is cumbersome to feed different test-data to the same test-code. TestNG solves this much better.
Let’s look at a very simple example. When [...]

[Read more →]

Tags: Continous Integration · Software Engineering