Answer the question
In order to leave comments, you need to log in
Is it possible to automatically generate Web forms for viewing and editing Java class fields?
Let's say there is a simple Book class, and besides it, other classes with different structures. Is it possible to automatically generate web pages or web forms based on classes for viewing and editing fields of Java classes?
public class Book {
String title;
String author;
int pages;
}
Answer the question
In order to leave comments, you need to log in
Why the hell?
Well, the answer to the question: Perhaps, only it makes no sense
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question