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
  • All4Web

    calendar Apr 16, 2009 · 2 min read
     it software  · fareimpresa italia italy news
     ·
    Share on: twitter facebook linkedin copy
    All4Web

    Siamo lieti di dare risalto alla seguente iniziativa, chiamata All4Web, che si terrà l'8 maggio prossimo venturo:

    All4web nasce dalla collaborazione di alcune community e user group del panorama italiano del web. Le community e gli user group sono i luoghi dove persone, con una passione e competenze sopra la media, si confrontano e trattano i più disparati argomenti in ambito IT e Design rendendo questi spazi, seppur virtuali, unici nel loro genere. Partendo da questa consapevolezza l'iniziativa vuole essere un momento dove raccogliere nello stesso luogo realtà diverse per trattare argomenti trasversali, multi disciplinari senza per questo precludersi la possibilità di affrontare argomenti specifici delle singole realtà. [...]

    La partecipazione a all4web è gratuita. L’evento è realizzato in collaborazione con il Dipartimento di Informatica dell’Università di Milano Bicocca che ospita la manifestazione.


    Read More
  • 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
  • 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
  • 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
  • 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
  • Java in un Espresso, Parte III: April

    calendar Apr 7, 2009 · 2 min read
     it software  · april ejb espresso guide hosting j2ee java java-espresso lamp spring
     ·
    Share on: twitter facebook linkedin copy
    Java in un Espresso, Parte III: April

    Nei precedenti articoli abbiamo visto come creare un applicazione Java agile, evitando il blasone delle specifiche J2EE. Dopo aver valutato (scartandola) una soluzione 2-tier molto simile a quelle fattibili in PHP, ci siamo focalizzati su una soluzione basata su Spring.

    Come test, abbiamo sviluppato a Gioorgi.com una applicazione didattica che abbiamo chiamato “April”.


    Read More
  • Java Espresso, parte II

    calendar Apr 6, 2009 · 4 min read
     it software  · april ejb espresso guide hosting j2ee java java-espresso lamp
     ·
    Share on: twitter facebook linkedin copy
    Java Espresso, parte II

    A Gioorgi.com abbiamo una sezione di ricerca e sviluppo, dove abbiamo la necessità di provare diversi tipi di ambienti in situazioni live: prova e ti riprova, abbiamo consolidato una certa esperienza in soluzioni Java Enterprise a “consumo ridotto”.

    In questa serie di articoli (di cui state leggendo la seconda puntata) vediamo come ottenere un’ambiente Java leggero, LAMP-like che gira in una manciata di Megabytes…


    Read More
  • Java in un Espresso, Parte I

    calendar Apr 5, 2009 · 3 min read
     it software  · april ejb espresso guide hosting j2ee java java-espresso lamp
     ·
    Share on: twitter facebook linkedin copy
    Java in  un Espresso, Parte I

    Introduzione

    Quando Java nacque nel 1995, aveva parecchie frecce al suo arco, ma anche molta incertezza. Ricordo che in università fu accolto con favore dall’ambiente accademico, per le sue spiccate doti didattiche.

    Java era più semplice da insegnare del C++, e aveva una libreria di base molto ben organizzata. Era già previsto l’uso della proto-annotazione “@deprecated” perché Sun sapeva che avrebbe dovuto far evolvere l’API, e questo evidenziava la cura e l’attenzione per l’organizzazione del lavoro del project management. Ai tempi Sun puntava sulle Java Applet e sugli aspetti di sicurezza, in cui Java eccelleva. Benché la vocazione di Sun fosse enterprise, ancora le specifiche EJB erano al di là da venire.

    L’osservazione dei miei colleghi più scafati, che usavano PHP e Perl er ache Java era troppo pesante (in termini di memoria consumata) e lento (essendo interpretato) per i piccoli microcomputer da 12Mb che affollavano le nostre case.

    Nel 2009, quattordici anni dopo, le cose sono cambiate e ora anche i pc di casa hanno sistemi a due processori e 4GB di RAM. Java è ancora lento e pesante ?

    Vediamo come sviluppare applicazioni leggere e compatte in Java…


    Read More
  • 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
  • What’s the Password? Only Your iPhone Knows - Bits Blog - NYTimes.com

    calendar Apr 2, 2009 · 1 min read
     en software  · iphone news relax security
     ·
    Share on: twitter facebook linkedin copy
    What’s the Password? Only Your iPhone Knows - Bits Blog - NYTimes.com

    Versign is experimenting a new Phone software to gain maximum security.

    The software will be able to generate a unique to use to log in your accounts, in a similar way a RSA Key does.

    What’s the Password? Only Your iPhone Knows - Bits Blog - NYTimes.com.


    Read More
  • Interactive map of Linux kernel

    calendar Mar 19, 2009 · 1 min read
     en featured software  · hacking ideas linux news relax
     ·
    Share on: twitter facebook linkedin copy
    Interactive map of Linux kernel

    Slashdot reported an interactive map of the Linux  kernel:

    Interactive map of Linux kernel.

    Slashdot comments here

    Happy Friday Hacking!

  • A very good hosting provider

    calendar Mar 3, 2009 · 1 min read
     en featured software  · gioorgi hosting internet java linux php unix web
     ·
    Share on: twitter facebook linkedin copy
    A very good hosting provider

    After my past experience with bad hosting provider, I am happy to say I have find a very good hosting service. If you need VPS hosting, Rimuhosting is a very good choice.

    After about two years with Rimuhosting, I can summarize their feature here:

    • They have a very good  entry-price for a virtual hosting
    • System aministrator has a very prompt response: on every issue I get support in 24 hours, also on Sunday
    • Rimuhosting uses a Xen virtualization mechanism which is very effective. I have tried other virtualized solution, which are worst.
    • Java hosting works well, without problems.
    • The default Bandwith is very huge (30GB). There is also  an automatic backup and a remote web-based shell out-of-the-box.
    • You can choose between high-end Linux distribution  (like Red Hat enterprise) and free one.
  • A bunch of good plugins

    calendar Feb 8, 2009 · 1 min read
     en software  · wordpress
     ·
    Share on: twitter facebook linkedin copy
    A bunch of good plugins

    Hi Sunday!  How are you deare reader? If you are up at 7 o’clock (the publish date of this post), you are probably a very hard rock internet-surfer. And the strong surfer are IT Geeks often.

    So we want to give you a small link: a collection of very userful and nice wordpress plugins which should work also for WordPress 2.7. This set is nice because they are small, neat and easy to use, and well organized.


    Read More
  • Stealth-publish Test

    calendar Feb 5, 2009 · 1 min read
     en software  · site test
     ·
    Share on: twitter facebook linkedin copy
    Stealth-publish Test

    This post will not show on frontpage.

    Take a look to the stealth publish plugin

  • Orkut is dead

    calendar Feb 4, 2009 · 2 min read
     en software  · google
     ·
    Share on: twitter facebook linkedin copy
    Orkut is dead

    As you know, U.S.A. is having a very bad time, the resulting effect is a “big credit crunch”. For this reason big company operating in the IT are cutting down their minor services. Google is famous for having pushed a lot of “beta” services, and now the company is reviewing its decisions. Orkut (the Facebook-clone until Facebook acquisition…) is one of the service facing a lack of interest by BigG. We can read below the story of a guy who had its credential stolen by a set of smart hackers:


    Read More
    • ««
    • «
    • 7
    • 8
    • 9
    • 10
    • 11
    • »
    • »»

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