To build a modular application, developers require a certain level of expertise. Without the knowledge of Best Programming Practices, it becomes hard and sometimes confusing to start with the architecture development process. Many young programmers face the problem in identifying different modules of the application. And this is normal. They have not built enterprise level … [Read more...] about Programming Best Practices: The Art of Building Modular Applications
kiss
Simple Shopping Cart Project in JAVA using Collections
If you have read my previous article which solely focuses on getting you started with the JAVA Collections framework then it's time to dig a little deeper and create a Shopping Cart application to demonstrate the use of Collections in a real-world application. I have chosen Shopping Cart application for this purpose because I found it perfect for implementing collections in … [Read more...] about Simple Shopping Cart Project in JAVA using Collections