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