Answer the question
In order to leave comments, you need to log in
Are there normal front-end application generators?
Can you please tell me if there are normal front-end application generators today?
there is a ready-made backend with a REST api, you need to make a web interface, writing is absolutely reluctant.
I want to somehow describe this api to the generator, and at the output - get an (almost) finished application that can work with this api.
Answer the question
In order to leave comments, you need to log in
Yes? and what do they all do? 90% of any development is the repetition of essentially the same code.
for the backend, I searched for a long time, but in the end I found a bunch that suits me 100%:
slimphp + redbean.
but the frontend - I want to generate automatically, I'm not a developer, rather an admin with developer skills.
Well, I don’t believe that it hasn’t occurred to anyone yet that it’s possible to generate at least those 90% of the code that will somehow follow the same pattern.
I think REST is not so formal that you can make a generator using it, for example, how to find out the JSON structure for PUT and POST requests. There is WADL, but there is no description of the data structure, or am I mistaken?
NetBeans can generate RestClient, but not by service
https://www.safaribooksonline.com/library/view/jav...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question