Via Cà Matta 2 - Peschiera Borromeo (MI)
+39 02 00704272
info@synaptica.info

Categoria: Articoli

Excel binary files to parsable text with Java

Usage: java -jar xls2txt.jar [options] fileToImport.xls Possible options: -list : Outputs the list of sheets of the excel document -sheet sheet-name : Outputs only the contents of the specified sheet-name -comma: Use “,” instead of “.” for decimal separator Without options all the excel sheets will be converted in text. Use “>” operator to redirect…
Leggi tutto

NTLM authentication

Following the previous article, we now perform NTLM authentication with a Java Web app running on non-Windows system. In other words, the browser (IE) automatically tells the name of the logged windows user to the Web Application, in a “secure way”. Sometimes developers like me lost the focus, trying to re-invent the wheel… Just be…
Leggi tutto

Java code for NTLM User Identification

The following code perfrom NTLM Identification (NOT authentication) of a Windows user connecting to a Java Web app. This will happen automatically only using IE as the client. With Firefox for example the username will be asked through pop-up, and then used by the web-app (again, this code doesn’t perform authentication…) The original code come…
Leggi tutto

Le professioni più ricercate…

Contestualmente alla dichiarazione di inversione di tendenza sulla crisi, con il pil di Germaia e Francia che riprendono non male, il sole 24 ore oggi pubblica un articolo interessante sulle professioni più ricercate del momento. Come ormai è consolidato da diverso tempo, la professione più ricercata in assoluto è l’nfermiere specializzato, cmq noi poveri sviluppatori…
Leggi tutto

Delphi 2010 … code name “Weaver”

In anteprima Devid Intersimone e Nick Hodges mostrano alcune delle nuove features di Delphi 2010, pubblicate sul sito di Embarcadero a questo indirizzo. Sicuramente ciò che mi ha maggiormente colpito è l’estensione del Debugger, che si apre in modo semplicissimo in un applicazione multi thread. La cosa impressionante è che ogni thread viene automaticamente indicizzato,…
Leggi tutto

Firebird’s a Winner

Anche quest’anno si son chiuse le votazioni per i migliori software OpenSource sul più prestigioso dei repository : SourceForge. A questo indirizzo http://sourceforge.net/community/cca09/ si può consultare l’elenco dei vincitori per categoria, il mio superaffezzionato Firebird porta a casa una altro bel titolo, dopo essere già  stato vincitore nel 2007 quest’anno si attesta il titoto di…
Leggi tutto