• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Java Application Architecture: fine tuning existing architectures

 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Kirk,

Is your book also useful as a companion for fine tuning/changing existing architectures
with techniques like refactoring?

Thank you,

Yvette
 
author
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Absolutely. The patterns give you guidance on how you might allocate the existing behaviors to different modules, expose those behaviors, and manage the dependencies. My recommendation is to take a look at the patterns and imagine how you might use them to modularize an existing application. In fact, there reference implementation in Chapter 7 does exactly this. It takes an existing application that's just one large monolith and applies the patterns. The result is a highly modular architecture.

In reality, how you modularize your application is going to shift throughout development. Looking at modularity across the lifecycle, it's easier to design coarser-grained and larger module earlier in the lifecycle. Then as things stabilize, introduce finer-grained and smaller modules through a bit of refactoring.

Visit the book's website at modularity.kirkk.com where you can review all 18 patterns and download an excerpt of the book. There is also a mobile web application available that you can take with you wherever you go.

--kirk
Twitter: @pragkirk
 
bacon. tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic