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 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....
by XTIVIA | Sep 4, 2015 | Blog, Enterprise Java, Portals
The liferay-plugin-package.properties file is used to list dependencies from the portal’s jars. At deployment time, Liferay will copy the listed jars from the portal’s WEB-INF/lib directory to the artifact’s WEB-INF/lib directory. Defining...
by Pavan Sudarshan | Sep 2, 2015 | Applications, Blog, Enterprise Java, Portals
AngularJS has been around for some time and has proven itself to be a framework that is here to stay. While there is a lot of promise (pun intended!) and speculation around the AngularJS 2.0 release, the 1.x releases have stabilized quite a bit. Checkout this blog...