
Rapid development of Java applications using frameworks
- Class 15
- Practice 30
- Independent work 105
Course title
Rapid development of Java applications using frameworks
Lecture type
Obligatory
Course code
23-02-524
Semester
3
ECTS
5
Lecturers and associates
Course overview
This module introduces students to the most popular Java frameworks that are used for writing enterprise-scale Java applications worldwide, their applicability, configuration and usage in solving business problems.
This module is intended for students who already have intermediate knowledge and skills in Java programming language and want to dive into the world of enterprise-scale Java applications and become productive and integral part of Java programming teams. Skills learnt in this module will contribute significantly to students’ development as professionals in respecting fields.
Students will learn:
• How multi-layer Java web applications are designed and developed.
• How to develop the data access layer with basic approach and more advanced approaches with using different frameworks.
• About key security aspects.
• How to use most popular Java frameworks like Spring boot, Spring MVC, Hibernate and Spring Security.
The module is taught in Java programming language. The module assessment is based on individual student projects. In these projects, students must create Java applications using appropriate frameworks to the given specifications.
Content
Basic concepts of the Java Spring programming framework (annotations, inversion control, aspect-oriented programming, etc.). Core modules of the Java Spring programming framework ORM modules (Hibernate, JPA ...). Spring MVC. Spring boot. Spring Security. Spring Data JPA. Thymeleaf. jUnit testing.
Literature
Essential reading:
1. Walls, C. (2022) Spring in Action. Shelter Island: Manning Publications.
Recommended reading:
1. Walls, C. (2016) Spring boot in Action. Shelter Island: Manning Publications.
2. Spilca, L. (2020) Spring Security in Action. Shelter Island: Manning Publications.
Further reading:
1. Bauer, C. and King, G. (2015) Java Persistence with Hibernate. Shelter Island: Manning Publications.
Additional reading
Getting started with Spring Framework, J. Sharma, Ashish Sarin Spring in practice, W. Wheeler, J. White Java Persistence with Hibernate, C Bauer, G. King Spring Security - Third Edition: Secure your web applications, RESTful services, and microservice architectures, M. Knutson, R. Winch, P. Mularinen
Minimal learning outcomes
- Implement a simple two-screen web application that uses GET and POST methods, displays retrieved data on a graphical interface, and allows new data to be saved.
- Implement user authentication and authorization functionality in a web application using a security software framework.
- Implement the functionality of reading, writing, updating and deleting data from a web application stored in a database using a programming framework in the language of the virtual platform.
- Apply Java program framework for mapping relations and objects and for use of program interface for persistence in web application when communicating with database.
- Apply Java programming framework to create REST API method for reading, writing, updating and deleting data from web application.
- Recognize the benefits of implementing a Java programming framework for writing jUnit tests to test the management, service, and database access layers in web applications.
- Apply Java programming framework to add multilingual feature and create synchronized tasks in web application.
Preferred learning outcomes
- Implement a simple web application that uses GET and POST methods, displays retrieved data on a graphical interface, and allows inserts, updates and deletes of data.
- Implement user authentication and authorization functionality in a web application using a security software framework, including multi-role membership.
- Implement the functionality of reading, writing, updating and deleting parent-child related data from a web application stored in a database using a programming framework in the language of the virtual platform.
- Apply Java program framework for complex mapping relations and objects and for use of program interface for persistence in web application when communicating with database.
- Apply Java programming framework to create REST API method for reading, writing, updating and deleting parent-child data from web application.
- Implement jUnit tests to test the management, service, and database access layers in web applications.
- Apply Java programming framework to add complex multilingual feature and create complex synchronized tasks in web application.