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

Categoria: Articoli

Digital Innovation Partner

Associate your program with file extension

article source : http://www.delphi3000.com/articles/article_525.asp?SK= author : Igor Siticov For creating file associations you should make some registry changes and inform Windows explorer about your changes. For launching your program as default for all unregistered file types just associate it for “*” file type. The following unit includes realization of function for creating file association. See…
Leggi tutto

JNI Interface used to integrate static C++/Delphi Library in Java

Today i found some great post to make an integration between JAVA and static library genetated with C++ using JNI. post links : http://forum.java.sun.com/thread.jspa?threadID=786600&messageID=4484880 http://www.inonit.com/cygwin/jni/helloWorld/ stay tuned ivan…

Deploying web service with Java and Axis

In this article we see how can we deploy a web service, you need to have apache, tomcat and axis up and running. To publish a simple webservice: Create a simple text file, for example “Somma.jws” like this

Put this file in the axis directory, for example: /usr/local/apache-tomcat-6.0.13/webapps/axis the web service is already available…
Leggi tutto

C++ & Delphi (obj & dll)

Sicuramente lo sapevate già , ma Delphi vi da la possibilità  di inglobare nel vostro eseguibile codice C++ in modi diversi. Questo nonostante la vastità  di componenti VCL oggi disponibili è sicuramente un fattore a grande vantaggio dell’ambiente , considerando la vastità  di codice scritto in C/c++ per i diversi sistemi. Un modo abbastnaza interessante e…
Leggi tutto

VMWare-Server e Ubuntu 8.04 TLS

Come ormai noto, VMWare-Server con i nuovi kernel ha qualche problemino di installazione, personalmente ho provato ad installarlo con i classici [apt-get install] etc .. ma senza successo. Seguendo le istruzioni del seguente HOWTO son riuscito a far partire la mia installazione di VMWare su Ubuntu 8.04, link all’articolo : http://ubuntuforums.org/showthread.php?t=779934

Aggiungere utenti al server Subversion

Dopo aver correttamente configurato un server subversion con autenticazione webdav (a presto un articolo?) ecco i semplici comandi per aggiungere delle utenze all’svn

utilizzare invece l’opzione -cm se il file deve essere creato (ATTENZIONE: con questa opzione (-cm) il file viene resettatto, cancellate utenze, caput con solo -m vengono invece aggiunte (o aggiornata la…
Leggi tutto