open-menu closeme
Home
RetroComp icon
Retro Computing Articles Composition Notebooks 8bit
DevOps icon
Automation K8s Done Right
GenAI icon
Fatlama Newsletter Generative AI
Projects icon
Software Projects Arduino Misterio Esp8266 SQLite
Status
Links icon
GitHub LinkedIn
About
github linkedin rss
  • Java HttpClient and Load Balancer bad interactions

    calendar May 21, 2009 · 2 min read
     en knowledgebase software  · apache bug complex http java performance system unix web
     ·
    Share on: twitter facebook linkedin copy
    Java HttpClient and Load Balancer bad interactions

    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
  • Changing Eclipse JVM

    calendar May 19, 2009 · 1 min read
     en knowledgebase  · eclipse java trouble
     ·
    Share on: twitter facebook linkedin copy
    Changing Eclipse JVM

    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
  • HttpFox :: Firefox Add-ons

    calendar May 6, 2009 · 1 min read
     en knowledgebase  · developement web
     ·
    Share on: twitter facebook linkedin copy
    HttpFox :: Firefox Add-ons

    HttpFox

    An HTTP analyzer addon for Firefox

  • Producing Open Source Software

    calendar Apr 16, 2009 · 1 min read
     en knowledgebase software  · books development italy opensource projects
     ·
    Share on: twitter facebook linkedin copy
    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:
      • Social Infrastructure
      • Communications
      • Managing Volunteers
      Open source is a value, especially here in Italy, where the small consulting firms have no time/ no hope of developing strong commercial reality.

      Open source so can be a way for a cheap investiment.


      Read More
    1. jrecordbind: fixed length file parser

      calendar Apr 15, 2009 · 1 min read
       en knowledgebase software  · java xml
       ·
      Share on: twitter facebook linkedin copy
      jrecordbind: fixed length file parser
      === JRecordBind ===

      A 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).

      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 too


      Read More
    2. April 0.2 Application Performance Framework

      calendar Apr 15, 2009 · 3 min read
       en knowledgebase software  · april espresso java performance project redscorpion spring
       ·
      Share on: twitter facebook linkedin copy
      April 0.2 Application Performance Framework

      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
    3. About the Gioorgi KnowledgeBase

      calendar Apr 9, 2009 · 1 min read
       en knowledgebase software  · gioorgi giovanni jug news opensource site web
       ·
      Share on: twitter facebook linkedin copy
      About the  Gioorgi KnowledgeBase

      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
    4. Portal Software: LifeRay

      calendar Apr 9, 2009 · 1 min read
       en knowledgebase software  · complex
       ·
      Share on: twitter facebook linkedin copy
      Portal Software: LifeRay

      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
    5. H2 Database Engine

      calendar Apr 9, 2009 · 2 min read
       en knowledgebase sql  · database java jug
       ·
      Share on: twitter facebook linkedin copy
      H2 Database Engine

      The creator of HSQL has created a new Java database called H2. We have tried it!


      Read More
    6. Java JDBC Probe

      calendar Apr 3, 2009 · 1 min read
       en knowledgebase software  · database db java news tip
       ·
      Share on: twitter facebook linkedin copy
      Java JDBC Probe

      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.
      Anyway, for a "quality oriented" sampling of data, for finding out most used calls and so on, Elvyx can help a bit.

      From the website:


      Read More
    7. JRuby and Jython: the easy way

      calendar Feb 8, 2009 · 4 min read
       en knowledgebase lang  · java jython nttdata python redscorpion
       ·
      Share on: twitter facebook linkedin copy
      JRuby  and Jython: the easy way

      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
    8. Powered Searches

      calendar Jan 28, 2009 · 1 min read
       en knowledgebase  · guide search search-engine site
       ·
      Share on: twitter facebook linkedin copy
      Powered Searches

      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
    9. Bug Tracking Tools 3: Trac

      calendar Nov 26, 2008 · 1 min read
       en knowledgebase software  · bugtracking development
       ·
      Share on: twitter facebook linkedin copy
      Bug Tracking Tools 3: Trac

      Trac is a quite famous bug tracking software written in python.

      It is considered very strong its subversion integration

      Pros: Can Also work with an embedded database (using sqlite). Easy to setup and use.

      Cons: Feature are too much, and aims to be also a CMS to some extend.


      Read More
    10. Bug Tracking Tools 2: FogBugz

      calendar Nov 19, 2008 · 4 min read
       en knowledgebase software  · bugtracking development
       ·
      Share on: twitter facebook linkedin copy
      Bug Tracking Tools 2: FogBugz

      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
    11. Mantis bug tracking tool 1

      calendar Nov 12, 2008 · 2 min read
       en knowledgebase software  · bugtracking development opensource
       ·
      Share on: twitter facebook linkedin copy
      Mantis bug tracking tool 1

      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
      • ««
      • «
      • 9
      • 10
      • 11
      • 12
      • 13
      • »
      • »»

    Recent Posts

    • Postgres Take it All
    • La ruota del Destino
    • Darth Android
    • Vps Provider
    • Chat
    • RSS Readers
    • Vibe Coding: easy to say, difficult to survive

    Latest comments

      Giovanni Giorgi

      Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

      to-top