Main menu:

Site search

Categories

Archive

Archive for April, 2006

Charla sobre técnicas anti-spam

Este 24 de Abril às 18:45h vou falar sobre várias técnicas para combater o spam de e-mail (e ferramentas de SwL que as implementam) nas VI Jornadas sobre Software Libre.
Este evento está organizado por GPUL na Faculdade de Informática da Corunha, e desenvolve-se ao longo desta semana.
A entrada é gratuíta.

Hotswapping code in Java

A nice feature present in the latest JVM versions is the ability to hotswap a class: that is, to modify a class from a running application without having to restart it. This obviously helps to speed up the development process.
Eclipse takes advantage of this feature (it’s called Hot code replacement), and its users claim that […]