Tag Archives: java

Grub2 package for Slackware 13.0 (and older versions)

For those that chose ext4 as default file-system type for their boot partition, and are having problems booting their Slackware 13.0 distribution, I built a .tgz package containing the latest Grub 2 release (currently 1.97-beta4). It also contains a default grub.cfg file. Please download the file here: grub-1.97~beta4-i486-1.tgz for Slackware 13.0 It should also work

Announcing BD-review, a free platform for music reviews written using JavaEE

BD-review is a dynamic website to allow people to review releases (albums, demos, EPs, singles) of (young, unsigned) music bands. The project is the outcome of the Internet Technologies course at the Faculty of Computer Science of the Free University of Bolzano. The requirements of the project were to build a website using a small

BD-review

BD-review is a dynamic website to allow people to review releases (albums, demos, EPs, singles) of (young, unsigned) music bands. The project is the outcome of the Internet Technologies course at the Faculty of Computer Science of the Free University of Bolzano.  The requirements of the project were to build a website using a small

Gnome on Debian Sid and ekiga+libpt problem solved

If you are running Debian Sid (i386) and are trying to install Gnome using apt-get install gnome You will probably might be disappointed because of problems regarding gnome-desktop-environment, ekiga, ptlib (libpt2.6.4) and opal (libopal3.6.4). Everything seems related to a missing 386 version of libpt2.6.4 on Debian Sid. Also libpt2.6.4-plugins is missing. Packages are also reported

Introduction To Software Testing

Elements and Concepts – A brief overview Download PDF version of the whole document. You can browse the article online but I encourage the download of the PDF since it is written with accuracy. Introduction This document contains some basic concepts and definitions about software testing. It has been written for studying a part of

Introduction to Aspect-Oriented Programming

Like I did for Functional Programming, this post contains the mindmap that covers the basic elements of Aspect-Oriented Programming. This is just a tiny summary of the most important points of AOP, and uses AspectJ in the examples. Topics covered: Definition Response to Object-Oriented crosscutting concerns Aspects Advices Inter-Type Declarations Join Point Model: Join Points,