-
La seguente documentazione traccia un percorso formativo sintetico per apprendere la specifica J2EE 5.
Si parte dalle Servlet e dalle jsp, per arrivare fino agli EJB, che si consiglia di affrontare dopo aver ben appreso i concetti alla base della programmazione web.
Read More -
Producing Open Source Software
Some times ago I have the lucky to read聽 "Producing Open Source Software":
[...] a book about the human side of open source development. It describes how successful projects operate, the expectations of users and developers, and the culture of free software. The book is released under an open copyright: it is available in bookstores and from the publisher (O'Reilly Media), or you can browse or download it [...]
Valuable parts, which we suggest to read:Open source so can be a way for a cheap investiment.
Read More -
As processors become faster and multiprocessor systems become cheaper, the need to take advantage of multithreading in order to achieve full hardware resource utilization only increases the importance of being able to incorporate concurrency in a wide variety of application categories.
In this article we are evaluting a new approach to the concurrency. In the last five years computers are becoming even more parallel. Intel is pushing multi-core achiteture also on commodity personal computers. Neverless the computing power is ofter not well used: one again, hardware is a step head of our day-by-day software development. Remember when the 80286 came into light. The 286 was able to provide a multi-programming architecture but without memory management protection. We had to wait 386 hardware to see software working on preemptive multi-tasking, because software cannot cope with unprotected memory. In one word, it costs too much to develop a operating system without the new features the 80386 bring to us. What about concurrent programming? Can we look similarities in the聽 concurrency field?
Read More -
Erlang Book Review
Jul 19, 2009 路 7 min read en erlang featured lang reviews software 路 books development erlang framework functional-programming guide http ideas internet java oreilly performance programming-languages 路After reading an interesting article on Erlang聽 and Java interoperability, I have decided to dedicate my spare time to Erlang.
O'Reilly has just published a wonderful book on Erlang, so I decided to dive into it.
Read More -
Mastering clusters of Unix machines part1: the right VM
Oct 4, 2009 路 2 min read en featured knowledgebase software 路 business development gioorgi internet linux ubuntu virtualization 路One day, we have the need to create a fast cluster of linux machine, specialized and easy to segragate in different networks (for better security). We need web servers, integration servers (running java hudson), huge developer machines (running for instance eclispe) and so on.
It was not easy to find a good environment. This research lead us also to consider a very huge set of different and complex management software. In this series of article, we will show what we discovered.
Or final goal is to have a way to define a set of linux virutal machines, connect them and manage all using open source software. We also want tools easy to understand. We do not want super-optimized stuff, we have the "just it works well" approach.
We thinked about these types of virtual machine: super light LAMP servers, medim sized java tomcat servers (or udson servers), big database machines and super big development machines.
Read More -
Book review by Stefano Fago: This book introduce one of most interesting 聽language of new wave of functional programming. You will find a complete overview of clojure language focusing in functional paradigm that can be the real obstacle for a standard developer. The author try to follow you on learning different subject with a lot of examples but sometimes it need more reflection and time to master some arguments and a syntax that may seems obscure. The book is a good starting point to introduce you to a new way of programming but also to learn some particulars aspect of Java. To consider a complete but not easy reading. However a book to have!
Read More -
Sage e Mathematica, per il vostro agosto matematico
Windows 2000 and higher supports directory symbolic links, where a directory serves as a symbolic link to another directory on the computer. [...]Directory symbolic links are known as NTFS junctions in Windows. Unfortunately, Windows comes with no tools for creating junctions鈥攜ou have to purchase the Win2K Resource Kit, which comes with the linkd program for creating junctions. I therefore decided to write my own junction-creating tool: Junction
Read MoreArduino Ruby Development