Questions tagged [enterprise-architecture]

Business function concerned about how an organization creates and uses data. QUESTIONS ABOUT SOFTWARE DEVELOPMENT METHODS AND PRACTICES OR PROJECT MANAGEMENT ARE OFF-TOPIC. Please consider Software Engineering or Project Management Stack Exchanges for these questions.

Questions about business functions are off-topic on Stack Overflow.

Enterprise Architecture is strongly related to business management and software develoment.

Questions about software development methods and practices or software project management may be on-topic on the Software Engineering Stack Exchange. Questions about project management practices and theory may be on-topic on the Project Management Stack Exchange.

Enterprise Architecture on Software Engineering

Enterprise on Project Management

25 questions
13
votes
4 answers

Enterprise, Systems and Application Architecture (Best Practice?)

I am currently tasked with creating a documented, consistent Architecture guide for software development. We have a lot of smart people doing the right things, but just not consistently and repeatably. We are using Microsoft’s Application…
Gineer
  • 2,358
  • 4
  • 26
  • 40
5
votes
3 answers

When can an enterprise architecture framework be used to document a solution architecture?

While documenting solution architectures I use frameworks such as the following to provide structure for the Architecture Description document (see below): Viewpoints and Perspectives 4+1 View However, I've also seen people use Enterprise…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
4
votes
2 answers

Deployment of spring boot modules in enterprise application:TransactionManagementConfigurationSelector is not assignable to interface ImportSelector

I have a Maven project "Enterprise application" containing two modules. The first module is a maven standard java application that contains the domain, dao and business layer. The second module is a "java web application" maven. Here is the…
4
votes
2 answers

What is the Meaning of Opportunities in Opportunities and Solutions Phase of ADM in TOGAF

I have just started to explore TOGAF, as I am planning to get certified in it. As I am going through the ADM phases, I understand that phase E (Opportunities and Solutions) is meant to be used in planning at initial level and idientify the delvery…
valencoin
  • 65
  • 7
3
votes
4 answers

Consensus between DDD and Enterprise Architecture

In literature (blogs, articles, books on Enterprise Architecture...), it seems there is a real (and exclusive) appliance of SOA in EA. If we consider DDD and SOA share common architecture principles but differ on many others, what is the place for…
2
votes
1 answer

How to correctly model multiplicity (multi-instance) of a BPMN Lane?

To start with, my question is related (a follow-up) to this older question: Multiple instances on a lanes BPMN I'm interested in the topic of the above-referenced question, but as I read it from the referenced OMG BPMN 2.0(.2) standard, this…
2
votes
1 answer

Is a data warehouse a good solution for sharing customer data across technologies?

I am wanting to be able to share data across all areas of our business in a way that reduces the overall complexity of our infrastructure. The Problem Our problem is that we currently have 4 main applications that all connect to our CRM application…
Zach Allen
  • 192
  • 1
  • 9
1
vote
1 answer

Modelling horizontally scaled applications in ArchiMate using Sparx enterprise architect

I'd like to model a horizontally scaled application in ArchiMate using the Sparx Enterprise Architect. As I can not include the same element twice in a diagram: How can I show, that an application will run in multiple instances?
1
vote
1 answer

What needs to be added to webea.config.ini EA Pro Cloud file to access database over browser?

I have setup an EA pro cloud server and its successfully connected from the client side. The connection to the data base server is also established via client. Now i want to access the content of the database over the the cloud via browser and for…
golu kashyap
  • 213
  • 2
  • 5
  • 10
1
vote
1 answer

Xmi from iteraplan to visualparadigm

EAM Tools typically have a repository plus reporting and visualisation on top. Modelling tools are rather graphical and have a model underneath. To use the best of two worlds I wanted to export the model from iteraPlan and use it for visualisations…
Bastl
  • 2,926
  • 5
  • 27
  • 48
1
vote
3 answers

What Microservices pattern is appropriate for transfering large data file

If a large JASON file(10mb) is needed for processing by multiple Microservices what's the best Enterprise Architectural/Design pattern to use? Entire data in the file is needed by each Microservices in order to process it.
1
vote
1 answer

Project structure of enterprise architecture with mvc and service (.NET)

I am new in enterprise architecture, but when I right understand, it is composed with 3 tiers. I working on school project at .net platform and I have that structure: Data tier - Class library with data models which are mapping to relational…
Aligator
  • 737
  • 2
  • 10
  • 23
1
vote
1 answer

Is it possible to release an app update whithout informing the user?

I have developed an enterprise app-store for my company on iOS which comprises of many company apps. Now this app-store is basically same as that of a play-store. Is it possible to push an update to my app-store silently, without users intervention.…
victorious
  • 309
  • 4
  • 13
1
vote
3 answers

TOGAF Reference Models - what exactly are they?

What are the 2 TRM supplied by TOGAF 9.1 and what is their purpose and how do they differ? My theory as of now is, that their purpose is to structure the Enterprise Continuum, is that right?
theXs
  • 437
  • 8
  • 25
0
votes
0 answers

Proxying web (html/ css) requests via Apigee

We have a set of microservices deployed on a Kubernetes cluster which serves API. Also we have a Single Page web app - which is accessed for both pre-logic and post-login scenarios. i.e. some of the requests coming to web app are anauthorized. App…
1
2