Posts Tagged ‘ java

Announcing Pomodroid 0.3.0

Being encouraged by the 130 downloads nine days after its official release, I’m going to work further on Pomodroid.
This release has a new feature: it permits XML-RPC calls on Trac as anonymous user. This is useful if you have XmlRpcPlugin installed on your trac but don’t have the permissions to use XML-RPC for your user. Pomodroid will work anyway, as it will perform remote calls as anonymous user, but it will query for your user anyway.
Moreover, this release improves the layout of the Pomodoro activity.
I’m always looking for volunteers to cooperate on the project!
Release 0.3.0 is on the market. Sources are on GitHub.

Related posts

Basic Concepts of UDDI, mindmap

Here I provide a tiny mindmap summarizing the basic concepts of UDDI.
I’m using it for studying Advanced Internet Technologies.

As sources, I used OASIS official specification and tutorialspoint.

Related posts

Basic Concepts of WSDL, mindmap

Here I provide a tiny mindmap summarizing the basic concepts of WSDL.
I’m using it for studying Advanced Internet Technologies.

As sources, I used W3C official specification and w3schools.

Related posts

Basic Concepts of SOAP, mindmap

Here I provide a tiny mindmap summarizing the basic concepts of SOAP.
I’m using it for studying Advanced Internet Technologies.

As sources, I used W3C official specification and w3schools.

Related posts

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 for Slackware 12.x and 11.0.

Enjoy!

P.S. The package is based on the one created for Grub-1.96 by user mbvo on linuxquestions.org. I simply adapted it for Grub-1.97. I also provided a new description for the package and a simpler grub.cfg file.

Related posts

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 subset of JavaEE technologies, without the use of web-frameworks.

A screenshot of a Review

A screenshot of a Review

The project is not really meant for production use. It was made as a strong, working and correct base for studying JavaEE academically. It should be useful for every student (also non-student) willing to have an overview on JSP and study it. The code is well-written, uses MVC, and the whole project is documented in detail in a 20+ pages report.

Read more on the project page, download the sources and play with it! Please let me know about your experience with BD-review code.

Related posts