by Lawrence Behar | Mar 6, 2026 | Blog, Digital Experience, Liferay DXP
Sometimes you want to add JavaScript that doesn’t really make sense as a React App, but you want the guardrails and performance that a modern TypeScript and Webpack build process offers. We’re going to go through the process of creating a blank TypeScript global client extension from beginning to end.
by Asier Del Pozo | Feb 11, 2022 | AWS, Blog, Cloud, Digital Experience, Headless CMS
This article is a step by step tutorial for using AWS Amplify to build and deploy a Next.js app with Contentful to AWS.
by Ben Kinsey | Aug 6, 2020 | Blog, Digital Experience, Portals
Front End web development is notorious for technology churn. The reality is that Front-End developers come from a wide variety of backgrounds and experiences. Without special care, a medium to large-sized project can rapidly devolve into a hodge-podge of different...
by Ben Kinsey | Feb 13, 2020 | Blog, Digital Experience
In a previous blog, I wrote about combining React, Redux, Typescript, and other technologies in order to build a web app following best practices, and I provided a very simple example app. In this follow-up blog post, I will flesh out the example by adding a form...
by Ben Kinsey | Feb 5, 2020 | Blog, Digital Experience, Portals
I have selected a family of related technologies that make building modern web applications significantly easier than it ever has been. This is a curated selection of technologies representing nothing more than my own opinions as a long time UI Developer.
by XTIVIA | Jan 14, 2020 | Blog, Enterprise Information Management
Introduction: Reactive Extensions in JavaScript (RxJS) is one of the most proficient libraries in web development today. RxJS offers the observer pattern, a software design pattern that efficiently allows components of an application to react to certain incoming...
by Siddhartha Gautam | Dec 11, 2019 | Blog, Business Intelligence
Steps for Successful Installation of Jaspersoft and Creating Reports Installation of any software can hit a snag. There can be countless hours of productivity lost trying to install and manage enterprise software. We have compiled a few steps that you can take to...
by Vivek Agarwal | Oct 10, 2019 | Blog, Digital Experience, Perspectives
In this era of plentiful, standardized APIs and the explosion of powerful JavaScript frameworks and libraries like Angular, React and Vue for web development and building front-end experiences, it can be tempting to think that a full-blown Digital Experience Platform...
by XTIVIA | Jan 7, 2016 | Blog, Customer Relationship Management
When you need to include a custom JavaScript in the InforCRM web client, the quickest way is to simply add the <script> tag to the base.master file. However this complicates upgrades because the base.master file is often modified in Infor’s web...
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...