×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
I'd add React to the list with Angular & Vue.
-----Original Message-----
From: Mihael [mailto:mihael@xxxxxxxxxxxxxx]
Sent: Sunday, December 02, 2018 12:20 PM
To: rpg400-l@xxxxxxxxxxxx
Subject: Re: Framework with iSeries
When you provide web/REST services on the IBM i then you can use ANY framework out there. Angular and Vue seems to be all the rage at the moment. Vaadin may also be a choice. The good thing is: when you switch your frontend framework to anything else , f. e. from Angular to Vaadin , you don't have to rewrite your backend. It just stays the same.
Without any further requirement of your project it is hard to say what backend framework might work for you.
There is an ongoing project to provide a very easy way to write REST services with RPG with ANY other tools than plain ILE. No PASE, no Apache, no CGI. If you are interested then checkout ILEastic on github.
I have setup a little project at <
https://bitbucket.org/m1hael/config>
It shows how a simple CRUD project may look like. It is not 100% finished but it may give you a view on how the code looks like. Backend: ILEastic , frontend Angular .
Best regards
Mihael
As an Amazon Associate we earn from qualifying purchases.