-
Working for a very big customer, I found a very nasty interaction between Sun HttpClient (JDK 1.4) and Http Load Balancers.
In a complex network environment, sometimes you can experience low level TCP/IP comunication errors, because sometimes HttpClient get confused and hangs.
The bad behavior of Sun HttpClient is well known: some guys suggested me to use the Axis Web Client. Anyway you can solve the issue adding these three parameters to the JVM launch line
Read More -
Sometimes Eclipse Ganymede will not run if it is unable to find a jdk 1.5 or greater.
Sometimes Eclipse Ganymede hangs abruptly if you delete the jdk it was using and if you have set only a JDK 1.4 on your path (Eclipse needs a jdk 1.5 or greater…).
Read More -
An HTTP analyzer addon for Firefox
-
Producing Open Source Software
Apr 16, 2009 · 1 min read ·
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 -
=== JRecordBind ===
take al look to it at jrecordbind: Home. It is a very good library, I will suggest for solve these issues, because it has XML integration tooA tiny and super fast library that aims to
-
map fixed-length lines to bean instances, ready to be chewed by an import procedure (Unmarshaller)
-
and export record beans into a fixed-length file (Marshaller).
Read More -
-
April 0.2 Application Performance Framework
Apr 15, 2009 · 3 min read ·
April (Application Performance Framework) is a super-light application framework based on Spring, featuring:
- An Aspect Oriennted Programing Performance Monitor, which try to increase performance on the fly
- A super-light XML-RPC communication framework
April first commitment is “be lite, be pluggable” and do not re-invent the wheel. I am happy to describe here how it works the Beta 0.2, called “Fat Cat” by friends.
Read More -
About the Gioorgi KnowledgeBase
Apr 9, 2009 · 1 min read ·
The Gioorgi.com’s Knowledge Base is a new service provided to readers.
The Knowledge base arranges tips & tricks scattered on the web, and based on the Giovanni Giorgi’s IT consulting experience.
The information are mostly based on open source technology, but also commercial products are described. Albeit knowledge base born as a small random “basket for notes”, it is an ideal place for comments, discussions on arguments and so on.
Read More -
I am not a big fan of portal software, because it is not cheap to delivery.
Portal specification is heavy to use and implement, and can have a reason only in very big corporate company.
SingleSignOn can be delivered in different and simpler way.
The big advanteg of the Portal is the ability to “deactivate” specific unstable feature on the fly, with also the ability to aggregate remote data (remote portlet is one of the key of the idea behind portal specification).
Read More -
Tired of prepared statement written down on the code?
Tired of Hibernate, and willing to come back to crude SQL debugging?
No problem, dudes!
We tried Elvyx, a JDBC probe, without a full success. Our quality vote is 5, because of the following bad aspects:
- Very poor documentation. It is unclear if timings are returned in milliseconds or in seconds: no word about it!
- Returned value are often inconsistent, so we cannot use it very well.
From the website:
Read More -
The revamp of Jython 2.5, the python interpreter written in Java, is a very good news, because give us the chance to think of a new way of coding. Looking at Google trends, JRuby and Jython are emerging as key pieces of a new puzzle.
Read More -
We are happy to announce we have powered our searche engine, after importing Objectsroot.com blog articles.
Now you can use boolean operator like “AND”, to do complex searches.
The search service is lucene-compatible at syntax level: feel free to play a bit with it… you can find funny things from the past… :)
Read More -
As we have seen, bug tracking tools are a very important piece of your It infrastructure. Some tools aims to be a storing ticketing system (like Remedy), others a simple bug tracking tool. In this second post we are going to analyze one of them, called FogBugz
Read More -
Mantis bug tracking tool 1
Nov 12, 2008 · 2 min read ·
In the previous article we introduced the reader to the bug tracking tools.
In this article we will analyze Mantis, an open source bug tracking tool It is very important to stress you are going to use much more time to set up an open source bug tracking tool. A fraction of this time is for setting it up, but the vast majority of your time will be spent setting it up, customizing it and recovering information on it.
Read More