Book Image

Learning Modular Java Programming

By : Tejaswini Mandar Jog
Book Image

Learning Modular Java Programming

By: Tejaswini Mandar Jog

Overview of this book

Modular programming means dividing an application into small parts and then developing it. It is an approach taken by developers to build applications and helps them add efficiency in their development process, thus making it more effective. The book starts with the fundamentals of Modular Programming. Then we move on to the actual implementation, where we teach developers how to divide an application into different modules or layers (such as presentation, execution, security, lifecycle, services, and so on) for better management. Once readers are well-versed in these modules and their development, the book shows how to create bindings in order to join these different modules and form a complete application. Next, the readers will learn how to manage these modules through dependency injection. Later, we move on to testing; readers will learn how to test the different modules of an application. The book ends by teaching readers how to maintain different versions of their application and how to modify it. By the end of the book, readers will have a good understanding of modular programming and will be able to use it to build applications with Java.
Table of Contents (15 chapters)

Versioning


In the introductory chapter, we already discussed what versioning is, why developers need versioning, and how to share the work in the repositories. We covered most of the basics which we implement practically in the coming pages. To start with versioning, we first need the TortoiseSVN setup and a server to manage TortoiseSVN. We do have servers such as the VisualSVN server, Collabnet server, and UberSVN.

First of all, we need to install TortoiseSVN. Let's perform the following steps to complete the installation:

  1. Download the TortoiseSVN setup from https://tortoisesvn.net/downloads.html for your platform.

  2. Before starting the installation, configure the JAVA_HOME and Path variables.

  3. Start the installation by clicking on the Run button.

  4. A welcome screen will appear; click on Next to follow the step.

  5. Then, accept the license agreement.

  6. On the next screen, deselect the elements to start with custom setup. After selecting the elements to install, click on the Next button.

  7. Click on Install...