This repository contains samples used during the Business Informatic Group's Web Engineering lecture series 2016 at Vienna University of Technology.
In the Web Services talk we have introduced SOAP/WSDL Web Services and RESTful Web Services. The following two projects provide simple Java projects for SOAP/WSDL and RESTful Web Services.
Contains a simple SOAP/WSDL Arithmetic Service. Simply launch the application's main class at.ac.tuwien.big.we.webservice.ArithmeticService
and access the WSDL under http://localhost:8080/arithmeticservice?wsdl
Use SOAP-UI in order to send sample requests to the Web Service.
See the BIG Bid Board GitHub project for further details.
In the JPA/Hibernate talk we have introduced the basics of Object Relation Mapping (ORM) and the implementation of JPA and Hibernate.
An example using JPA and Hibernate. The application does not contain any UI logic, but concentrates on how JPA relationships are correctly modeled.
The following DB structure is used for the samples: