Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Learn Software Engineering: Covering User Interface Design, Web Services and Database Programming

Posted By: naag
Learn Software Engineering: Covering User Interface Design, Web Services and Database Programming

Learn Software Engineering: Covering User Interface Design, Web Services and Database Programming
English | 2017 | ASIN: B072349T41 | 404 pages | AZW3/PDF/EPUB (conv) | 24 Mb

Learn how to build a multi-tier web application, from the database through to the user interface. This book will teach you the concepts that underpin each layer. I provide a complete worked example for you to build and adapt for your own projects.

We begin by understanding the three layer architecture, how large systems are broken up into manageable pieces.

I introduce a problem to solve, a toy lending library. This provides the motivation for the rest of the book. It could easily be adapted for any small scale data management application you have in mind.

I show you how to build a development environment, by building a Linux virtual machine and installing all the development tools (IntelliJ IDEA, Maven, GIT)
We design and build a custom MySQL database.
We design and build a Java REST Application for deployment to the WildFly web container.
We design and build a user interface using HTML, JavaScript, Bootstrap and React.js
We use bash scripts to manage the build and deployment process.

This project will give you a great overview of how to integrate multiple parts into a complete working system and give you a platform on which to build your own ideas.