Differenze tra le versioni di "Programmazione:Cpp/WebServices"
Da WikiSitech.
Vai alla navigazioneVai alla ricerca| Riga 1: | Riga 1: | ||
| − | == | + | == FreeTDS == |
| + | * [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://linux-dvlpgui.netsitech.com/freeTDS/doc/freetds-0.82/userguide/index.htm La guida utente (rete interna Sitech)] | ||
| + | ** [http://linux-dvlpgui.netsitech.com/freeTDS/doc/freetds-0.82/reference/index.html La guida di riferimento (rete interna Sitech)] | ||
| + | * [http://ws.apache.org/axis Axis] | ||
| + | == AXIS2/C == | ||
* [http://ws.apache.org/axis2/c/docs/om_tutorial.html Tutorial Axis2] | * [http://ws.apache.org/axis2/c/docs/om_tutorial.html Tutorial Axis2] | ||
* [http://www.linux.com/archive/feature/113947 Creating Web Services using Apache Axis-C] | * [http://www.linux.com/archive/feature/113947 Creating Web Services using Apache Axis-C] | ||
* [http://www.xvpj.net/2008/03/15/creating-a-service-and-a-client-in-axis2c Creating a client and a service using Axis2-C] | * [http://www.xvpj.net/2008/03/15/creating-a-service-and-a-client-in-axis2c Creating a client and a service using Axis2-C] | ||
| − | |||
| − | |||
| − | |||
| − | |||
=== Soap Engine === | === Soap Engine === | ||
| Riga 19: | Riga 20: | ||
* [http://srikanthnukala.net/devblog/category/web-services altre fonti...] | * [http://srikanthnukala.net/devblog/category/web-services altre fonti...] | ||
* [http://www.infoq.com/articles/os-ws-stacks-background InfoQ] | * [http://www.infoq.com/articles/os-ws-stacks-background InfoQ] | ||
| + | |||
| + | === Predisposizione ambiente di sviluppo server === | ||
| + | * [[Sitech:Progetti/AFO/Server/WebServices/Setup Guida]] passo passo per la messa a punto dell'ambiente di lavoro | ||
Versione delle 22:39, 24 giu 2010
Indice
FreeTDS
- FreeTDS: a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases
- Axis
AXIS2/C
- Tutorial Axis2
- Creating Web Services using Apache Axis-C
- Creating a client and a service using Axis2-C
Soap Engine
Performance e caratteristiche a confronto
Predisposizione ambiente di sviluppo server
- Sitech:Progetti/AFO/Server/WebServices/Setup Guida passo passo per la messa a punto dell'ambiente di lavoro