by Asier Del Pozo | Feb 11, 2022 | AWS, Blog, Cloud, Headless CMS
Recently I have worked on a project with Contentful and NextJS. For those of you who don’t know, Contentful is a headless CMS created in Berlin that has been around for about 10 years, while NextJS is a 5 year old open-source development framework built on top...
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. React Create React App Redux Redux Toolkit Hooks Typescript ESLint Prettier Visual Studio Code This is a curated selection of...
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...
by XTIVIA | Jul 1, 2015 | Blog, Customer Relationship Management
Often when one needs to access the value set in an HTML control from the client side script it is tempting to reach into the DOM object and retrieve it directly, using something like this for example: var c =...