Relative Content

Tag Archive for enterprise-architecture

Where to store global enterprise properties?

I’m faced with a crowd of java applications, which need different global enterprise wide properties for operation, for example: hostname of the central RDBMS, hostname and location of the central self-service portal, host location of central LDAP, host location of central mail server etc.

Where to store global enterprise properties?

I’m faced with a crowd of java applications, which need different global enterprise wide properties for operation, for example: hostname of the central RDBMS, hostname and location of the central self-service portal, host location of central LDAP, host location of central mail server etc.

Multilayered enterprise application use of JAXB objects

I am asked to refactor and maintain an enterprise application. Normally I’m used to using the MVC design pattern. This time however, I’d like to separate everything into layers (multilayered architecture).
Something along the lines of (Microsoft Application Architecture Guide, 2nd Edition – October 2009):