Con tag Web Services

Alloy UI Autocomplete: Get data from SugarCRM


1.Introduction In the previous article Alloy UI AutoComplete Ajax Example we have seen how the specific Java Portlet Specification 2.0 (JSR 286) with the introduction of the ResourceURL concept is very simple access to resources “any type”, in fact, has been exploited this new opportunity for access at local resources of Liferay (such as Roles, Journal, etc…) then … Continua a leggere »

Alloy UI Autocomplete: Get data from SugarCRM


1. Introduzione Nel precedente articolo Alloy UI AutoComplete Ajax Example abbiamo visto come le specifiche Java Portlet Specification 2.0 (JSR 286) con l’introduzione della ResourceURL vengono incontro all’esigenza di dover accedere in modo semplice a risorse di “qualunque tipo”, infatti, è stata sfruttata questa nuova opportunità per accedere a risorse locali Liferay poi mostrate sulla vista tramite il componente Alloy UI … Continua a leggere »

SugarCRM Web Services: Build a Apache CXF Client


SugarCRM[1] espone all’esterno il core delle proprie funzionalità pubblicandole come Web Services, quindi niente di più semplice che creare un client Java, C#, C++, PHP e chi più ne ha più ne metta per interagire con essi; non sempre però la questione è così semplice !!! Chi lavora pesantemente con la tecnologia dei Web Services è cosciente … Continua a leggere »

Handlers in JAX-WS


JAX-WS è l’acronimo di Java API for XML Web Services, una tecnologia dedicata esclusivamente allo sviluppo di Web Service in Java che comunicano utilizzando messaggi SOAP/XML. Come il resto delle API della piattaforma Java EE, anche JAX-WS utilizza le annotazioni (introdotte a partire da Java SE 5) utili per la semplificazione dello sviluppo sia dei … Continua a leggere »

Building a Client .NET for SugarCRM


I continue with the series of articles explaining how to build SOAP client for SugarCRM. I posted the tutorial on the construction of the client. NET C # for SugarCRM (both in Italian and English) on slideshare. The entire project source code made in the article is available on GitHub repository at: https://github.com/amusarra/SugarCRM_CE_SOAP_V21_DotNetClientLibrary Enjoy reading and … Continua a leggere »

Plugin J-SugarCRM UserSync release on GitHub


I just released the source code of the plugin J-SugarCRM UserSync on my GitHub Repository. The latest version is 1.0. Installation Package for Plugin J-SugarCRM UserSync 1.0 Download Zipball (last release) Download Tarball (last release)  Documents API PDF The repository of the project is available at https://github.com/amusarra/J-SugarCRM_Authentication_Plugin. You can also clone the project with Git by running: … Continua a leggere »

Plugin J-SugarCRM Authentication on GitHub


I just released the source code of the plugin J-SugarCRM Autentication on my GitHub Repository. The latest version is 1.7, was introduced to support version 6.1 of SugarCRM, is also added support for the functionality of the SugarCRM Community Portal edition. SugarCRM’s Community Edition does not include the functionality of the Portal, which can also be … Continua a leggere »

Virtual Appliance Zend Server 5.1 + WSF/PHP 2.1


I adopted WSO2 WSF/PHP as a framework for developing Web services in enterprise-type environments, not to be underestimated is the aspect that concerns the accession to the most common WS-*. In such environments is easy to find enterprise web applications (both front-end and back-end) of which the container is running the application server based on … Continua a leggere »

Build RPM WSO2 WSF/PHP 2.1 per Zend Server 5


Da parecchio tempo ho adottato WSO2 WSF/PHP come piattaforma di rifermento per lo sviluppo di Web Services in ambienti di tipo enterprise, da non sottovalutare è l’aspetto che riguarda l’adesione ai più comuni standard WS-*. In ambienti di tipo enterprise è facile trovare applicazioni web (sia front-end sia back-end) il cui container di esecuzione è l’application server basato sulla soluzione Zend Server. Continua a leggere »

Building a Java client for SugarCRM


I was able to accumulate a number of requests from people who have encountered difficulties in developing Client (Java, C #, PHP, and Objective C) for SOAP and REST interface made available from SugarCRM. Often the difficulty in developing the client may depend on several factors, from a short list from my experience in the … Continua a leggere »

Costruire un client Java per SugarCRM


Ho avuto modo di accumulare diverse richieste da parte di persone che hanno incontrato delle difficoltà nello sviluppo di Client (Java, C#, PHP e Objective C) per l’interfaccia SOAP e REST messa a disposizione da SugarCRM. Spesso la difficoltà nello sviluppo del client può dipendere da vari fattori, un breve elenco proveniente dalla mia esperienza … Continua a leggere »

WSO2 WSF/PHP Linux Virtual Appliance (EN)


WSO2 is growing up, I look for almost 3 years with great attention to this growth of Open Source Middleware. WSO2′s not just an observer, I almost immediately adopted the framework WSO2 WSF/PHP to develop Web services in enterprise applications. The Web Services Framework for PHP is a PHP extension that delivers comprehensive WS-* based … Continua a leggere »

WSO2 WSF/PHP Linux Virtual Appliance


Seguo con grande attenzione la crescita di WSO2 nell’area Open Source che tocca i temi riguardo SOA Web Service e Middleware da quasi 3 anni. Del mondo WSO2  non sono solo un osservatore, ho adottato quasi immediatamente il framework WSO2 WSF/PHP per lo sviluppo di Servizi Web in applicazioni di classe enterprise. The Web Services … Continua a leggere »

Intro: Integrazione CMS Joomla & CRM SugarCRM


Recentemente ho tenuto in azienda un corso di formazione introduttivo sull’intergrazione di due tipi di sistemi informatici che facilmente è possibile trovare presso qualunque media/grande azienda. I due tipi di sistemi sono: CMS – Content Management System & CRM – Customer Relationship Management. Ho pubblicato su Slideshare, all’indirizzo http://slidesha.re/acWdzD, le slide (circa 25) di questa sessione … Continua a leggere »

Monitoring Web Services con Nagios


Chi si trova a sviluppare web services su piattaforme diverse da Java, tipo PHP o altro, prima o poi avrà la necessità di uno strumento di monitoraggio, in particolar modo una volta che i web services si trovano in ambiente di produzione.  Solitamente quando i web services sono sviluppati su piattaforme basate su Java si … Continua a leggere »