V
V
Vetal Matitskiy2015-04-13 12:04:41
Java
Vetal Matitskiy, 2015-04-13 12:04:41

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

2 answer(s)
I
IceJOKER, 2015-04-13
@IceJOKER

Why the hell?
Well, the answer to the question: Perhaps, only it makes no sense

N
Nikita, 2015-04-13
@jkotkot

For example, there is a scaffolding plugin in the rails.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question