Developer Center Blog
Find Visual LANSA and Industry articles and updates on our blog.Quickly embed Google Maps with one or more Location Pins into your LANSA Applications
A new Map view has been added to the list of application helpers and coding assistants that provides the ability to place one or more location pins on a map, associate a popup for each location to show additional information and toggle the map between Hybrid /...
read moreUnderstanding OAuth2
Understanding OAuth2 as an Authentication Mechanism Most web applications these days allow their end-users to login using credentials that they already have with some well-known social networking service, such as Google or Facebook. This way, there is no need to...
read moreSending SMS Using Twilio
This guide illustrates how to incorporate SMS functionality into your web application. We'll use Twilio as the SMS provider. Pre-requisites You'd need to install the Integration Library package using the LANSA Package Manager. See this usage guide for how to use the...
read moreImplementing 2 Factor Authentication within your LANSA Applications
Implementing User Login in Your Web Application In this article, we will discuss how to securely implement user login in your web application, specifically: How to securely store your user's passwords in the database How to implement login with external providers such...
read moreIntegration Library – Configuring Google API Key
Launching the Integration Library Configuration Tool Have a look at this guide for how to launch the configuration tool. Navigating to the Google API...
read moreUsing LANSA Integration Library Packages
The Integration Library is a LANSA package that you can use in your web application to integrate external services (offered by various providers) in your applications, such as Google/Microsoft sign-on, sending email, SMS, geocoding, and many others. You can install...
read moreUsing Amazon S3 from Client-side (Browser) RDML Code
This article explains how to setup your Amazon Web Services (AWS) environment so you can run a sample application that showcases the usage of AWS Simple Storage Service (S3), directly from your web application's client-side (browser) code. What is Amazon S3? Amazon S3...
read moreUsing Google Geocoding API
What's geocoding API, and when would I use it? Geocoding is the process of converting a textual address to a geographic coordinate (latitude and longitude). Once an address is converted into a coordinate, you can do various operations to it, such as finding its...
read moreTwo-factor Authentication in RDMLX using Twilio’s Authy
What is Two-Factor Authentication (2FA)? In short, it's an authentication mechanism that relies on an additional factor, in addition to username/password. It's very likely that you would have personally experienced at least one form of two-factor...
read moreWhat’s New in EPC 141070
EPC 141070 for SP1 contains a couple of new features and bug fixes for LANSA RDMLX Extended Library. New Features XPRIM_Binary to Represent Binary Data Use XPRIM_Binary to represent binary data (such as a byte array or a file), and use the built-in methods...
read more