Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AutorView
Please create a React-JS view called "AutorView" for the fields of the Autor entity. The AutorView must contain the following fields: - name: Nachname type: STRING - name: Vorname type: STRING An existing Autor entity should be loaded from the relative URL: "/LiteraturService/autor/{id}" (HTTP-GET) If a new Autor entity has been created, the new entity should be posted to the relative URL: "/LiteraturService/autor" (HTTP-POST) If an existing Autor entity has been updated, the modified entity should be sent to the relative URL: "/LiteraturService/autor/{id}" (HTTP-PUT) If an existing Autor entity has to be deleted, the following relative URL should be called: "/LiteraturService/autor/{id}" (HTTP-DELETE) Add a HTML table to the view with the following LiteraturAutor columns: - column: Literatur - column: AutorenReihenfolge - column: Autor The table should have the title "LiteraturAutors" und the data must be loaded from the server with the following relative URL: "/LiteraturService/literaturautor/autor/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum