Archive for the ‘programming’ Category

Apache Cassandra with Java

Thursday, May 6th, 2010

Excelent tutorial for Apache Cassandra by Ronald Mathies of Sodeso.

Phase Relationships in the Standardization Process

Tuesday, April 13th, 2010

A bit sarcastic yet almost-always-true article written by James Gosling in 1990 (20 years ago), about politics in the software development industry.

http://nighthacks.com/roller/jag/resource/StandardsPhases.html

Enjoy!

How to remove .svn directories recursively

Saturday, April 10th, 2010

Just type this in your console:

rm -rf `find . -type d -name .svn`


Anemic Domain Models

Saturday, February 13th, 2010

A post by Martin Fowler that talks about a very common and used way of defining the domain layer and service layer in an application.

http://www.martinfowler.com/bliki/AnemicDomainModel.html

Some quality reading…

Tuesday, January 26th, 2010

http://techdistrict.kirkk.com/2009/11/03/turtles-and-architecture/

http://techdistrict.kirkk.com/2009/12/15/architecture-all-the-way-down/

Thanks, Jorge!

App installers for Java

Wednesday, November 11th, 2009

IzPack is a one-stop solution for packaging, distributing and deploying applications.

It is fully cross-platform and generates a single installer. As such, it is an alternative to native solutions such as platform-specific installers and package managers.

IzPack-generated installers only require a Java virtual machine to run.

Further on: http://izpack.org

5 days of Apache Wicket

Wednesday, October 28th, 2009

5 days of Wicket!

Source: http://www.mysticcoders.com/blog/2009/03/09/5-days-of-wicket/

2 amazing books I am reading rigth now

Saturday, October 3rd, 2009

These are 2 amazing books I am reading right now.

  • Head First Design Patterns
  • Wicket In Action

I post here the Amazon links, feel free to use them.

Cheers… 

Turn off Eclipse's tooltips

Monday, September 21st, 2009

Go to:

Window > Preferences > Java > Editors > Hovers

and disable Combined Hover.

Source: http://stackoverflow.com/questions/871732/turn-off-tooltips-in-eclipse-aptana

Remember Goto statement?

Thursday, September 3rd, 2009

One programmer in anger says to the second programmer:
- “Go to Hell!”

The second programmer replies, in obvious repulsion:
- “Ugh, you used goto!”

LOL