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

Blog

Software Store War

1.00 java store (blue) from Sun 1.80 nokia store (red) from Nokia 2.60 app store (yellow) from Aplle No game til now, hoping java store will get some diffusion…

Acimatic on the road

[lang_it] Acimatic Tecnologie utilizzate: Low Lever Interface : Siemens S7 PLC DB Architecture : Firebird 1.5 Fornt-End Application : Delphi 7.0 Prima data di collaudo e messa in produzione : Ottobre 2007 Acimatic è un prodotto di automazione industriale sviluppato in collaborazione con Automata sas.L’obiettivo è la gestione della lavorazione automatica di grandi cilindri per…
Leggi tutto

Link to this site

If you take a photo of this from your latest generation phone, you’ll be linked to our site! What about a big cartel in the Milan Metro? New generation linking… Maked by i-nigma

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