Welcome dear readers! A few days ago, I made a simple example of using the Liferay Client Library. The project is based on Maven. Below are shown the steps needed to perform a test. I remember that the operations performed by the sample program are: Performs login on Liferay; Retrieves the CompanyID based on the virtualhost; … Continua a leggere »
Con tag Web service …
Liferay Portal Client Example (EN)
In the past and recently I got to be among two systems, one of which Liferay. The system in the middle, was Mule ESB, the mediator between the two systems. The first of the two systems published a series of messages on a JMS queue, these messages were consumed by ESB Mule and after a … Continua a leggere »
Liferay Portal Client Example
In passato e recentemente ho avuto modo di essere in mezzo a due sistemi, uno dei quali Liferay. Il sistema di mezzo era Mule ESB, mediatore tra i due sistemi. Il sistema uno pubblicava una serie di messaggi su di una coda JMS, questi venivano consumati da Mule ESB e dopo una serie di elaborazioni spediti … Continua a leggere »
How to install and configure J-SugarCRM Authentication Plugin
About two years ago, I developed a plugin that adds an additional driver of a Joomla user authentication. The plugin allows access to the Joomla portal for users of SugarCRM. The installation and configuration of this plugin is very simple, but I have received several comments with requests for help on the process of installation and … Continua a leggere »
Web Service Partite IVA Comunitarie
Nell’articolo Consumiamo i servizi dell’Agenzia delle Entrate: Partite IVA Comunitarie è stato illustrato il servizio di controllo della Partita IVA messo a disposizione dall’Agenzia delle Entrate e come sfruttarlo a proprio vantaggio. Una della FAQ del servizio menzionava il servizio web (Web Service SOAP) messo a disposizione dalla Comunità Europea, peccato che il link al WSDL era … Continua a leggere »
Aggiornamento My Application on PHPFog
Spesso i post che pubblico hanno a che fare con applicazioni quali Joomla, SugarCRM, Liferay, etc.. Desidero informarvi che su PHPFog (Rock-solid Cloud Platform for PHP) ho aggiornato l’applicazione di SugarCRM, in particolare: Ho installato una nuova istanza di SugarCRM Community Edition 6.4.1 URL: http://shirus-crm1.phpfogapp.com/ User: admin Password: Admin123 Ho aggiornato la precedente istanza di SugarCRM Community … Continua a leggere »
Maven Project for SugarCRM Java Web Services Client
Nel corso di un precedente articolo abbiamo visto come creare un client Java per i Web Services di SugarCRM utilizzando il framework Apache CXF (versione 2.5.x), inoltre l’intero progetto creato appositamente per la stesura dell’articolo, è disponibile all’interno del repository GitHub raggiungibile all’indirizzo: https://github.com/amusarra/SugarCRMCE64v4SOAPLibrary. In questo periodo sono in fase di migrazione del sistema di … Continua a leggere »