by Cameron McBride | Sep 14, 2015 | Applications, Blog, Enterprise Java, Mobility, Portals
Liferay Enterprise Portal has some tools that can be leveraged to create powerful mobile applications, while bypassing all of the boiler plate implementation. Today we will be demoing some of the capabilities of the Liferay Mobile SDK and also Liferay Screens in...
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...
by Asier Del Pozo | Aug 31, 2015 | Blog, Enterprise Java, Portals
Once upon a time… Sometimes a new project becomes a challenge. That’s the interesting part of software development; otherwise, this job would not be as special as it is! And the reason could not only be the technology you have to use, or the specific...
by Asier Del Pozo | Aug 28, 2015 | Blog, Enterprise Java, Portals
For those of you that do not know what Okta is, an okta is a unit of measurement used to describe the amount of cloud cover at any given location such as a weather station. Isn’t that cool? I didn’t know that there was a unit of measurement for that!...
by Asier Del Pozo | Aug 22, 2015 | Blog, Enterprise Java, Portals
Sometimes we need a mobile app to be internationalized when we use AngularJS. AngularJS supports i18n/l10n for date, number and currency filters. If we want to change something as simple as a literal, we will have to do something else. To do this there are...