Quantcast
Channel: Java Code Geeks » Marco Di Stefano
Browsing latest articles
Browse All 11 View Live

Multilayered Architecture (2) – The Domain Layer

Introduction The domain layer is a collection of entity objects and related business logic that is designed to represent the enterprise business model. The major scope of this layer is to create a...

View Article



Code Refactoring vs Architecture Refactoring

Introduction Everybody knows the meaning of Refactoring; the base of Agile Programming, and the best way to continuously increase the code quality. But Refactoring is not always the same, two different...

View Article

Multilayered Architecture (3) – The Application Layer

Introduction As Business Documents are considered the input for the Domain Layer, System Requirement Specifications are the main input document for the Application Layer. Scope of this layer is to...

View Article

Multilayered Architecture (4) – The Infrastructure Layer

Introduction What is Infrastructure? If we think at a building, Infrastructure is what brings light and water. You can build a wonderful house, but if you don’t connect it to the city infrastructures,...

View Article

How design for testability can improve test automation capability

Introduction Testability refers to the capability of testing something. When this something is an IT solution, the most suited way of doing it is Automation. But is it always possible to automate test?...

View Article


Multilayered Architecture (5) – The Presentation Layer

Introduction The final piece of a MultiLayered Architecture, in term of development design and dependencies is the Presentation Layer. It has mainly the scope to create an Interface with the final User...

View Article

Integrate AspectJ with NetBeans Platform Development

Are you developing your project using the NetBeans Platform? Are you willing to use AspectJ to use AOP? You do not know how to integrate the AspectJ compiler into the builds of NetBeans? If your answer...

View Article

Redundancy in Domain and Database Design

Introduction Design a domain can be a real challenge. A lot of bad practices can easily bring you to a bad design, and in most of the cases those issue will be discovered only after the advanced phase...

View Article


How to do Continuous Integration with Java 8, NetBeans Platform 8, Jenkins,...

Intro Java 8 is there, the promised revolution is finally released, and I am sure that a lot of you are having in mind the same question “Should I use it in my project?”. Well, I had the same question...

View Article


The HVT Analysis Approach

In my career it took me some time to understand and be convinced of the importance of doing analysis. I still remember my first job experience, I just wanted to quickly write some code and refactor it...

View Article
Browsing latest articles
Browse All 11 View Live




Latest Images