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 GitHub …
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 »
Alloy UI Autocomplete Portlet
In the previous article I explained how to create a combo box with Autocomplete function. The data in the combo box are acquired via Ajax. You can find the bar of the portlet to the following address: Alloy UI Autocomplete Ajax Portlet Example. You can still get the WAR file to deploy on your application server … Continua a leggere »
Released new version of SugarCRM PostgreSQL Virtual Appliance
I just released a new version of the Virtual Appliance. The update includes version 6.5 of SugarCRM CE aligned with the repository https://github.com/amusarra/sugarcrm_dev_PostgreSQL. For more information on this Virtual Appliance see the URL http://susestudio.com/a/2Vav5p/sugarcrm-ce-6-5-postgresql Related Resources: Like PostgreSQL and want to use it with SugarCRM? Check out a new community project! -Post written by John Mertic … Continua a leggere »
Wiki Page SugarCRM Dev PostgreSQL Driver
Il repository GitHub SugarCRM Dev PostgreSQL Driver che ospita i sorgenti del progetto, contiene anche la sezione Wiki con una pagina dedicata al driver per PostgreSQL. All’interno della pagina una breve descrizione del progetto più una sezione Quick Launch che descrive come poter iniziare a testare in maniera veloce il supporto a PostgreSQL. Dallo stesso repository è … Continua a leggere »
SugarCRM + PostgreSQL available OpenShift
A few days ago, John Mertic has published a blog post of SugarCRM, the release of the driver PostgreSQL for SugarCRM Community Edition . The complete source tree is available on my GitHub repository at https://github.com/amusarra/sugarcrm_dev_PostgreSQL . Simultaneously with the source release, I released the Virtual Appliance (SugarCRM CE 6.4 PostgreSQL) to facilitate those who wish to do some testing on the … Continua a leggere »
SugarCRM + PostgreSQL disponibile su OpenShift
Nei giorni scorsi John Mertic ha pubblicato con un post sul blog di SugarCRM, il rilascio del driver PostgreSQL per SugarCRM Community Edition. Il source tree di SugarCRM CE completo dei driver è disponibile sul mio repository GitHub all’indirizzo https://github.com/amusarra/sugarcrm_dev_PostgreSQL. Contestualmente al rilascio dei sorgenti, ho rilasciato la Virtual Appliance (SugarCRM CE 6.4 PostgreSQL) per facilitare coloro che volessero … Continua a leggere »
SugarCRM Virtual Appliance + PostgreSQL
Some time ago I worked heavily on SugarCRM Community Edition 5.5 in order to add support to the database PostgreSQL .The implementation process was quite complex because of the many “if $ dbType …” scattered left and right for the source code. With the introduction of version 6.4 of SugarCRM, I was able to appreciate the work done on the level of … Continua a leggere »
Virtual Appliance SugarCRM + PostgreSQL
Qualche tempo fa ho lavorato pesantemente su SugarCRM 5.5 Community Edition con lo scopo di aggiungere il supporto al data base PostgreSQL. L’operazione d’implementazione è stata abbastanza complessa a causa dei tanti “if $dbType …” dispersi a destra e sinistra per il codice sorgente. Con l’introduzione della versione 6.4 di SugarCRM, ho avuto modo di … 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 »
Checkout SugarCRM Java SOAP Client
With reference to article Building a Java client for SugarCRM, we will see how to create an Eclipse Java project from the git repository: SugarCRMJavaSOAPClient https://github.com/amusarra/SugarCRMJavaSOAPClient The creation of a Java project in Eclipse from a git repository, requires the installation of the plugin “Eclipse EGit” http://www.eclipse.org/egit/. Figure 1 illustrates the installation of the plugin … Continua a leggere »