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)

Presentation


As said by someone, The first impression is the best impression. From the user's perspective, we cannot deny the fact that the product will be more used if it is easy to use and well presented. If the instructions to the user are unclear or complicated, the user tries to avoid using it. If I want to buy a book about J2EE from the bookshop, what will be the first thing which will be visible to me? It is the cover. If the cover is attractive, I will go and at least check out what the content inside is. That will not happen if a book has an average cover and simple presentation. Everyone will obviously check for the quality of the content and the usefulness but that's once we take the book in hand. So to force someone to at least to have a look at it, the most important thing is the presentation!! So we as developers need to make sure that the web page is attractive.

If the page is very well designed with a good color scheme, nice font, use of images as per the theme, clear instruction...