
Reify
30 FOLLOWERS
Low-code development platform for building enterprise applications.
Reify
2M ago
Imagine being able to extend and improve the capabilities of your React application with UI screens from low-code development platforms…
Reify low-code platform provides true hybrid development, where low-code and React UIs can sit together within the same IDE!
There’s no need to learn a new programming language or syntax. The screens are expressed in React JSX – a format you already know.
Plus, it’s as easy as copying and pasting a few lines of code!
This blog post explains how SmartClient components (and low-code UI) combine with React.
Whether it’s just a button, a modal window, or a new ..read more
Reify
5M ago
In the intricate world of software, modernizing legacy applications is an undertaking that may seem overwhelming and filled with obstacles.
Often, these applications have collected layers of hidden complexity over the years.
As a result, projects to modernize applications can become extremely challenging, draining resources and greatly surpassing expected timelines.
However, there is no need to worry; the process does not have to be overly challenging.
By using a step-by-step approach, you can modernize your organization and leave behind outdated systems without causing major disruptions.
The ..read more
Reify
5M ago
Language should absolutely not be a barrier when choosing the best application to use!
As business landscapes evolve globally, it is crucial to have software that can easily overcome language barriers with different user groups.
Reify, built on the SmartClient framework, is using Isomorphic Software’s automatic language translation feature, now a part of SmartClient and SmartGWT.
This ensures that Reify and Reify-created applications can automatically communicate in numerous languages, right out of the box.
Let’s dive into all the exciting details.
Harnessing AI for Automatic Translation and L ..read more
Reify
10M ago
In this feature focus article, we’ll be diving into the powerful capabilities of multi-record editing in Reify.
For those unfamiliar, multi-record editing, also known as bulk edits, refers to the ability to make changes to multiple records at once, rather than one at a time. This is particularly useful when working with large data sets or when making consistent updates across multiple records.
Whether you’re editing through a grid interface or through separate components, Reify’s multi-record editing feature reduces the number of server calls and eliminates the possibility of conflicting chang ..read more
Reify
11M ago
Reify is a low code platform that is uniquely suited for government customers. One of the key features that sets Reify apart from other low code platforms is the ability to deploy a private, customized instance of the platform anywhere you want, including on-premises behind a firewall or to special, regulated public clouds like AWS GovCloud and Azure Government.
This is a vast improvement over other low code platforms that offer a separate, FedRAMP-certified segmented deployment area. With Reify, you can immediately connect to any existing GovCloud resources, both your own pre-existing deploym ..read more
Reify
11M ago
Reify is a low code platform that is uniquely suited for government customers. One of the key features that sets Reify apart from other low code platforms is the ability to deploy a private, customized instance of the platform anywhere you want, including on-premises behind a firewall or to special, regulated public clouds like AWS GovCloud and Azure Government.
This is a vast improvement over other low code platforms that offer a separate, FedRAMP-certified segmented deployment area. With Reify, you can immediately connect to any existing GovCloud resources, both your own pre-existing deploym ..read more
Reify
1y ago
Have you ever found yourself running an application, searching and filtering through thousands (maybe millions) of rows of data, and wanting to save the search activity for use later?
If so, the Saved Search feature in Reify is just what you need! Reify is an agile low-code development platform packed with powerful features – including Saved Search – to help you improve productivity and efficiency.
Having a way to save searches is a necessity for large enterprises with various grid filtering operations.
Imagine, as one example, that you have to search and filter your data every day for c ..read more
Reify
1y ago
Low-code platforms offer a startling increase in productivity, and adoption is happening fast. According to recent research from Gartner, 70% of new applications developed by organizations will use low-code or no-code technologies by 2025!
However, 70% is noticeably lower than 100%, so, how do we figure out when to use low-code platforms vs traditional IDE-driven development?
Before running out and trying out the shiny new tools, you need to carefully consider your requirements, because, while there are fantastic benefits to be gained, there are also definite pitfalls ..read more
Reify
1y ago
In part one of this guide, we built a screen in Reify that was a complete mini-application. Now we will walk through the steps of exporting that application and importing into the existing SmartClient application.
The application had many advanced features, including all CRUD operations and database actions, sizing, sorting, validations, and workflows.
Below is the complete XML source for that application. Look at how short it is and how easy to understand!
create-app-and-export <isomorphicXML> <DataSource loadParents="true" loadID="supplyCategory,supplyItem"/> <TreeGrid loadD ..read more
Reify
1y ago
Let’s build a mini-application that includes all CRUD operations and database actions, sizing, sorting, validations, and workflows
In this blog, we’ll show how easy it is to create a simple fully working application, export the project you have created and run it in your own environment.
So let’s get building!!!
First, let’s add some DataSources. The two attached text files hold the data we need for our Tree, Grid and Form. So to start, download these to your local device by clicking on each one.
Supply Category
Supply Item Data
Let’s Create the DataSources
Access the DataSource functions, b ..read more