Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
1k views

Using Entity Framework generated classes in Business Logic Layer

I have a ASP.net (C#) project that is using a three layer architecture. I started to use Entity Framework in my DAL and the question is to what extent classes generated by Entity Framework can be ...
3
votes
2answers
163 views

DDD & client-side validation

I've been looking around on StackOverflow for a similar post and yes, there were some discussions on what im about to ask but i decided to start a new topic. Suppose you have an application that ...
3
votes
2answers
484 views

TOGAF 9: difference between enterprise continuum and architecture repository

I try to understand the core concepts of TOGAF 9. No matter how often I read the explanation in the TOGAF manual, I don't understand the differences and the relationship between the Enterprise ...
2
votes
1answer
186 views

Software architecture versus Enterprise architecture, when is each used?

What type of architecture discipline is used to specify all the software systems and ther interaction together for a whole organization (not company- or coporation-wide, but organization wide, of ...
1
vote
7answers
2k views

What enterprise architecture tools support DoDAF 2.0?

What tools best support the DoD Architecture Framework (DoDAF) Version 2.0, including support for transfer of the architecture data in accordance with the DoDAF Meta Model (DM2) Physical Exchange ...
0
votes
0answers
3 views

What Integration is there between the DoDAF Meta Model and JC3IEDM/SOPES IEDM

Is there any mapping between the data model specified in JC3IEDM, SOPES and the DoDAF 2.0 Metamodel? It seems as if JC3IEDM have defined their own metamodel but surely there must be a mapping back to ...
0
votes
1answer
54 views

Sharing code in Unit of Work pattern

This a general question. I am designing a system using the Unit of Work pattern. Are there any established patterns which lays out how to share logic between multiple units of work in a unit ...
0
votes
1answer
441 views

Error Loading EJB3 into JBoss 5.1

I have been wrestling with this problem for two days and still have not been able to figure it out. I am trying to deploy a J2EE project that uses Seam, JSF 2, and is a EJB3 project. This is the error ...
0
votes
0answers
32 views

Add some Entity / Object Templates to Enterprise Application

We want to add some Entity Templates to our Enterprise application for add simplicity for users in creating scenarios. for example we want to create 4 template of entity which most of fields and ...
-1
votes
4answers
888 views

What's the benefits of SOA over OO?

I want to know the differences between SOA and OO, and why SOA is going to popular?