Relative Content

Tag Archive for enterprise-architecture

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):

Multiple intranet/internet systems partially working on same data – database strategy

We are starting rewritting our apps (Internet portal, millions of unique users and few CRM/ERP systems, few hundred users) and we have a huge decision to make now. We are going to write them mostly (90-95%) in Symfony2 with Doctrine, and some background services (e.g. mailing) in Java. Database – MySql/MariaDb. also lot of additional technologies (redis/memcached, load balancing, varnish, replication and so on). Most important (in this case) are – symfony2, mysql/maria and doctrine.

Multiple intranet/internet systems partially working on same data – database strategy

We are starting rewritting our apps (Internet portal, millions of unique users and few CRM/ERP systems, few hundred users) and we have a huge decision to make now. We are going to write them mostly (90-95%) in Symfony2 with Doctrine, and some background services (e.g. mailing) in Java. Database – MySql/MariaDb. also lot of additional technologies (redis/memcached, load balancing, varnish, replication and so on). Most important (in this case) are – symfony2, mysql/maria and doctrine.

Coordinating a complicated data migration process

A project I’m involved in has suffered a change in scope, and before I set about trying to cook up some homegrown solution, I’m wondering if there is something out there — some framework, for example — that will spare me from having to design and debug my own code. Let me try to explain the details as simply as possible.

Coordinating a complicated data migration process

A project I’m involved in has suffered a change in scope, and before I set about trying to cook up some homegrown solution, I’m wondering if there is something out there — some framework, for example — that will spare me from having to design and debug my own code. Let me try to explain the details as simply as possible.

Coordinating a complicated data migration process

A project I’m involved in has suffered a change in scope, and before I set about trying to cook up some homegrown solution, I’m wondering if there is something out there — some framework, for example — that will spare me from having to design and debug my own code. Let me try to explain the details as simply as possible.