by Vamshidhar Srikantapuram | Oct 2, 2015 | Blog, Cloud, Databases, Enterprise Infrastructure, Enterprise Java, Portals
Microsoft recently updated the Azure SQL database to only allow encrypted communication. Now communication between Azure SQL Database and your application requires encryption (SSL) at all times. If your client application does not validate certificates upon...
by Cameron McBride | Sep 29, 2015 | Applications, Blog, Enterprise Java, Mobility, Portals
Today we will demonstrate part two of the XTIVIA Mobile Demo application for Android. If you haven’t watched part one you should check it out by clicking here. Since the last video we have added several new features that will be covered: Revamped article...
by XTIVIA | Sep 28, 2015 | Blog, Enterprise Java, Portals
This post describes the process of Migrating Liferay EXT plugin projects from SDK to Maven. Maven EXT plugins are set up as multi-module Maven projects. Migrating from the SDK to Maven is pretty easy, but there are some things that you need to be aware of. Creating...
by XTIVIA | Sep 25, 2015 | Blog, Enterprise Java, Portals
This posting helps you with the process of migrating Liferay ServiceBuilder projects from SDK to Maven. Migrating Liferay plugin projects from the Liferay SDK to Maven is normally a straight-forward process. ServiceBuilder plugins, however, are structured differently...
by Pavan Sudarshan | Sep 23, 2015 | Applications, Blog, Enterprise Java, Portals
A common use case for internal Enterprise Portals is to display the current leads pipeline in some way. This use case is so common that it is a perfect candidate for automation! This was the motivation behind the Liferay Salesforce integration portlet. In...
by XTIVIA | Sep 23, 2015 | Blog, Enterprise Java, Portals
Ant-based development used in the Liferay SDK fell out of favor with developers a long time ago; modern build tools such as Maven are now all the rage. Although it took Liferay a while to update the tool chain, Maven is now a supported Liferay build tool....