23
Tue, Apr
1 New Articles

Ease of Use Takes on New Meaning with Visual LANSA V12

Analysis of News Events
Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

Replete with wizards and widgets, the latest development tool from LANSA can create a collection of Web applications in a matter of minutes.

 

The need for interoperability and the growing variety of skill sets developers find they need to create Web applications in an IBM i environment have focused attention again on the benefits LANSA can bring to the development environment. The company has complied with the needs of changing times by introducing a new version of Visual LANSA and opening up the LANSA repository to all programs.

 

LANSA recently announced general availability of V12 of Visual LANSA, a development tool that incorporates LANSA for the Web but includes a number of new wizards and widgets that make creating robust Web applications a task that a developer can do in a morning or less.

 

For more than 20 years, LANSA has been building its product line toward becoming a platform for development of applications that can be deployed on a variety of platforms and operating systems. It offers numerous rapid application development (RAD) tools for the IBM i environment, and its focus today has been on making IBM i and Microsoft applications interoperable as well as on getting processing back on the IBM i.

 

Visual LANSA V12 incorporates a number of capabilities, including those found in LANSA for IBM i and LANSA for Web. By broadening the reach of the LANSA metadata repository to cater to any application, LANSA provides IT departments with limited resources a simpler way to maintain their core systems. IT will find their maintenance tasks significantly more productive, the company says.

 

The LANSA Repository stores system-wide validation rules and business logic in a single location and enforces them with every 5250, Web, Windows, or wireless application. The company has been broadening access to the Repository for several years, and MC Press reviewed LANSA Open for .NET back in 2008. (See "Is Working with the .NET Tribe a Secret to Surviving in Paradise?") At the time, LANSA envisioned opening up the repository to individual platforms one at a time but apparently concluded it made more sense to come out with a release that was available to all applications, which is the focus of its recent announcement. To have common rules and validation change once but apply system-wide can be a huge time savings for IT and ensure greater conformance to standards and security measures for midsize and larger companies. Having a common repository so applications can reuse the business rules regardless of platform or development language can go a long way to eliminate duplication of common business logic across different programs, be they written in RPG, PHP, C#, VB.NET, Java, or COBOL. Or they could be written in LANSA's own language, RDML, the underlying language of all of LANSA's tools. And yes, moving to the LANSA platform generally means learning a new language—RDML—but that could be the end of it, regardless of how many platforms a developer is asked to write for in the future.

 

MC Press Online interviewed Dave Brault, LANSA product marketing manager, about the recent announcement, and here's what he had to say:

 

"Obviously, we're living in a very dynamic technological world these days, so your traditional IBM i shop is not what it was 20 years ago, where everything ran on one server, one operating system, one programming language, one database. Those days are long gone.

 

"So we're trying to continue on with our message of being interoperable and just making the life easier for the developer. In this new paradigm, adapting to a single platform is a lot easier than having to learn five different languages and three different operating systems and four different database management systems; we're always just trying to make life easier for the developer while trying to make the one skill set, one tool set that's interoperable with all the different platforms that are out there."

 

Brault said opening up the repository to all applications answers a lot of questions that customers have posed to the company over the past few years. Whether the user has JD Edwards or a large homegrown system, he said, "We finally have an answer for that. We allow you to run JD Edwards. If you want to use some of these rules inside of JD Edwards, you can without changing your JD Edwards source code."

 

Brault said that before the company released LANSA Open for .NET, it saw that there were a large number of IBM i shops that also had .NET developers who wanted to reduce the burden of duplication of code and the risk to data of having different validation rules between the applications. After it released the product, it realized that more than just LANSA and .NET applications needed to work off the same set of rules and logic, so the company went all the way and enhanced the repository so that any application can reuse it.

 

Inside the repository now is a checkbox that takes all the rules, puts them into a stored procedure, and adds a trigger to the file. Regardless of what the application was developed in, if you try to insert, update, or delete a record in the file, then the rules are going to be enforced by the stored procedure. In cases where you want an exception, you can enforce the rules at the field or file level.

 

"Yes, there are going to be instances where you don't want to do that, and there is a way that you can code our repository, and you can put a lot of logic around that feature too.… There is one triggering program, and there's a lot of smarts inside of there that can pretty much cater to all your needs."

 

With version 12, developers now have the option of using SQL to create things like tables instead of using DDS to generate the file.

 

"This is relevant because IBM has indicated to the user community that the performance of tables using SQL has been improved quite a bit, so what happens when you generate a table using SQL is it actually creates this larger read buffer than when you do it with DDS. So there seems to be quite an improvement in performance.… And to allow our customers to take advantage of this, we made this available in V12 and made it easy to use; it's as simple as checking a box."

 

Also in V12, it's easier to access other databases from the IBM i, so if you have any 5250 applications or Web applications running on the i, users can get real-time access to data stored on other platforms—such as Windows and Linux—directly from the IBM i programs

 

"With this release, we just tried to make it not only easier to gather every relevant piece of data for a customer or a product or for whatever, but also to make it easier to make it available for your IBM i applications," says Brault.

 

He cites the example of a customer that may wish to pull data from Microsoft Dynamics stored inside a SQL Server database running on Windows and merge it with the DB2 data from the IBM i and either display it on a 5250 screen or serve it as a Web application from the i. It's all possible now and easily accomplished, according to LANSA.

 

Brault says there is support for Unicode in the latest version, important to companies that wish to create applications in multiple languages.

 

"Unicode support is a feature that really helps international companies that have to support countries using languages other than English, especially double-byte character-set languages, especially if they're going to be running Web applications accessed by anyone from anywhere in the world."

 

LANSA's framework, called the Visual LANSA Framework, is a business framework that developers use to build business applications without coding the communications plumbing one might have to create each time when using .NET or J2EE. The Visual LANSA framework includes a number of prebuilt methods to perform actions. Many of the features that are commonly found in business applications can be snapped into applications with the Visual LANSA framework.

 

With V12, there are several new widgets, including a spool-file viewer that just plugs in without coding. Displaying as a tab or object, you can view the spool file in HTML format or rich-client format or take it as a PDF file. Also new is a document management widget that can give an application the basic features of a document management application without coding and without the expense of buying a separate boxed application.

 

"Our customers love this one," says Brault, "because it allows you to take any type of document– picture, PDF, Excel, or Word document—and attach it to any entity, whether that be a customer [record] or product order and store it in DB2. A company can drag a copy of a scanned check over to an invoice, and those documents will now be linked in the database. It makes backing up easier, too, because you just back up the database, and you have all the information together without having to also back up the IFS."

 

Other new widgets allow the addition of an on-screen note-taker that saves the information to the database and the ability to take the data that is on the screen and easily place it into an Excel file. These can be added through Visual LANSA without any back-end coding, says Brault.

 

The new CRUD (create, read, update, delete) for Web allows developers with no HTML knowledge to generate Web applications just by walking through a series of questions. "The way it is architected, we can provide you with as many levels of drill-down capability as the user desires," says Brault. "Literally, it takes you five minutes to run through one of these wizards, so in 20 minutes, you can build four applications and link them up. A half hour later, you have something that is pretty sophisticated and robust in terms of Web-deployed applications."

 

Moving to the LANSA platform may be a big step for some companies, but LANSA maintains that it is a step in the right direction, given today's trend toward multi-platform environments and interoperability. Yes, there is an up-front expense, but that can be recouped over time in the labor savings of deploying and maintaining applications linked to one rules-based repository. And once a developer has learned the LANSA language, ease of use takes on a whole new meaning.

 

For further reading about LANSA's application modernization platform, download the free white paper "Revolutionizing System i Application Modernization," which describes features of LANSA Rapid Application Modernization Process (RAMP), from the MC White Paper Center.

Chris Smith

Chris Smith was the Senior News Editor at MC Press Online from 2007 to 2012 and was responsible for the news content on the company's Web site. Chris has been writing about the IBM midrange industry since 1992 when he signed on with Duke Communications as West Coast Editor of News 3X/400. With a bachelor's from the University of California at Berkeley, where he majored in English and minored in Journalism, and a master's in Journalism from the University of Colorado, Boulder, Chris later studied computer programming and AS/400 operations at Long Beach City College. An award-winning writer with two Maggie Awards, four business books, and a collection of poetry to his credit, Chris began his newspaper career as a reporter in northern California, later worked as night city editor for the Rocky Mountain News in Denver, and went on to edit a national cable television trade magazine. He was Communications Manager for McDonnell Douglas Corp. in Long Beach, Calif., before it merged with Boeing, and oversaw implementation of the company's first IBM desktop publishing system there. An editor for MC Press Online since 2007, Chris has authored some 300 articles on a broad range of topics surrounding the IBM midrange platform that have appeared in the company's eight industry-leading newsletters. He can be reached at This email address is being protected from spambots. You need JavaScript enabled to view it..

BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$0.00 Raised:
$

Book Reviews

Resource Center

  • SB Profound WC 5536 Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application. You can find Part 1 here. In Part 2 of our free Node.js Webinar Series, Brian May teaches you the different tooling options available for writing code, debugging, and using Git for version control. Brian will briefly discuss the different tools available, and demonstrate his preferred setup for Node development on IBM i or any platform. Attend this webinar to learn:

  • SB Profound WP 5539More than ever, there is a demand for IT to deliver innovation. Your IBM i has been an essential part of your business operations for years. However, your organization may struggle to maintain the current system and implement new projects. The thousands of customers we've worked with and surveyed state that expectations regarding the digital footprint and vision of the company are not aligned with the current IT environment.

  • SB HelpSystems ROBOT Generic IBM announced the E1080 servers using the latest Power10 processor in September 2021. The most powerful processor from IBM to date, Power10 is designed to handle the demands of doing business in today’s high-tech atmosphere, including running cloud applications, supporting big data, and managing AI workloads. But what does Power10 mean for your data center? In this recorded webinar, IBMers Dan Sundt and Dylan Boday join IBM Power Champion Tom Huntington for a discussion on why Power10 technology is the right strategic investment if you run IBM i, AIX, or Linux. In this action-packed hour, Tom will share trends from the IBM i and AIX user communities while Dan and Dylan dive into the tech specs for key hardware, including:

  • Magic MarkTRY the one package that solves all your document design and printing challenges on all your platforms. Produce bar code labels, electronic forms, ad hoc reports, and RFID tags – without programming! MarkMagic is the only document design and print solution that combines report writing, WYSIWYG label and forms design, and conditional printing in one integrated product. Make sure your data survives when catastrophe hits. Request your trial now!  Request Now.

  • SB HelpSystems ROBOT GenericForms of ransomware has been around for over 30 years, and with more and more organizations suffering attacks each year, it continues to endure. What has made ransomware such a durable threat and what is the best way to combat it? In order to prevent ransomware, organizations must first understand how it works.

  • SB HelpSystems ROBOT GenericIT security is a top priority for businesses around the world, but most IBM i pros don’t know where to begin—and most cybersecurity experts don’t know IBM i. In this session, Robin Tatam explores the business impact of lax IBM i security, the top vulnerabilities putting IBM i at risk, and the steps you can take to protect your organization. If you’re looking to avoid unexpected downtime or corrupted data, you don’t want to miss this session.

  • SB HelpSystems ROBOT GenericCan you trust all of your users all of the time? A typical end user receives 16 malicious emails each month, but only 17 percent of these phishing campaigns are reported to IT. Once an attack is underway, most organizations won’t discover the breach until six months later. A staggering amount of damage can occur in that time. Despite these risks, 93 percent of organizations are leaving their IBM i systems vulnerable to cybercrime. In this on-demand webinar, IBM i security experts Robin Tatam and Sandi Moore will reveal:

  • FORTRA Disaster protection is vital to every business. Yet, it often consists of patched together procedures that are prone to error. From automatic backups to data encryption to media management, Robot automates the routine (yet often complex) tasks of iSeries backup and recovery, saving you time and money and making the process safer and more reliable. Automate your backups with the Robot Backup and Recovery Solution. Key features include:

  • FORTRAManaging messages on your IBM i can be more than a full-time job if you have to do it manually. Messages need a response and resources must be monitored—often over multiple systems and across platforms. How can you be sure you won’t miss important system events? Automate your message center with the Robot Message Management Solution. Key features include:

  • FORTRAThe thought of printing, distributing, and storing iSeries reports manually may reduce you to tears. Paper and labor costs associated with report generation can spiral out of control. Mountains of paper threaten to swamp your files. Robot automates report bursting, distribution, bundling, and archiving, and offers secure, selective online report viewing. Manage your reports with the Robot Report Management Solution. Key features include:

  • FORTRAFor over 30 years, Robot has been a leader in systems management for IBM i. With batch job creation and scheduling at its core, the Robot Job Scheduling Solution reduces the opportunity for human error and helps you maintain service levels, automating even the biggest, most complex runbooks. Manage your job schedule with the Robot Job Scheduling Solution. Key features include:

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • LANSAWhen it comes to creating your business applications, there are hundreds of coding platforms and programming languages to choose from. These options range from very complex traditional programming languages to Low-Code platforms where sometimes no traditional coding experience is needed. Download our whitepaper, The Power of Writing Code in a Low-Code Solution, and:

  • LANSASupply Chain is becoming increasingly complex and unpredictable. From raw materials for manufacturing to food supply chains, the journey from source to production to delivery to consumers is marred with inefficiencies, manual processes, shortages, recalls, counterfeits, and scandals. In this webinar, we discuss how:

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • Profound Logic Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application.

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: