Differenze tra le versioni di "Programmazione:Cpp/WebServices"
Da WikiSitech.
Vai alla navigazioneVai alla ricerca| Riga 6: | Riga 6: | ||
* [http://www.freetds.org FreeTDS: a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases]  | * [http://www.freetds.org FreeTDS: a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases]  | ||
* [http://ws.apache.org/axis Axis]  | * [http://ws.apache.org/axis Axis]  | ||
| + | |||
| + | === Soap Engine ===  | ||
| + | * [http://ws.apache.org/axis2/c Apache.org]  | ||
| + | * [http://gsoap2.sourceforge.net SourceForge]  | ||
| + | |||
| + | === Performance e caratteristiche a confronto ===  | ||
| + | * [http://wso2.org/library/3532 Tra versione c e java]  | ||
| + | * [http://www.ibm.com/developerworks/java/library/j-jws11 IBM]  | ||
| + | * [http://xins.sourceforge.net/articles/performance.html SourceForge]  | ||
| + | * [http://srikanthnukala.net/devblog/category/web-services altre fonti...]  | ||
| + | * [http://www.infoq.com/articles/os-ws-stacks-background InfoQ]  | ||
Versione delle 12:37, 9 feb 2010
Per ora solo alcuni appunti/spunti
- Tutorial Axis2
 - Creating Web Services using Apache Axis-C
 - Creating a client and a service using Axis2-C
 - FreeTDS: a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases
 - Axis