Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jdavid

Pages: [1] 2 3 4
1
Uml Process / Re: Multiple versions of a Component
« on: September 26, 2025, 09:17:40 am »
So, we have 1 application - Middleware

We have 10 different development teams that are working on different features to add to the Middleware application or update an existing feature of the application.

The release process is very flexible where 1 or more of the team may be releasing their new / update feature at the same time.

2
Uml Process / Multiple versions of a Component
« on: September 25, 2025, 08:00:05 am »
1: We use a Component to define the overall application (Component Name = Middleware)
2: We have 10 team that are adding new features to this component

What is the best approach to manage this
1: Make copy of the component and change version for each team
2: Create an instance for each team
3: Use Clone Structure as a new version for each team?

3
I have components that have attributes such as StartDate and EndDate that I would like to place on a diagram and then display as a grant chart

4
General Board / Work on multiple user stories at the same time
« on: December 19, 2019, 10:16:38 am »
Is it possible to have 2 users stories open at the same time? Specifically what I want to do is open a diagram that is a use case model, select User Story 1, then select Scenarios, and then open the Structure Editor. Then do the same with User Story 2. This way I could work between the 2 of them at the same time

5
Suggestions and Requests / Typescript
« on: April 30, 2019, 05:32:19 am »
Treat Typescript just like any of the other programming languages in EA. Provide the ability to import/export and sync with code

6
General Board / Object Model
« on: March 23, 2019, 07:17:51 am »
I have a class, lets call it Account, I want to create an object model that will contain an instance of Account. In the instance (which is now defined as an object) I want to assign values to the attributes. So for example:
Class: Account
Attribute: Name
Attribute: MaxFinanceAmount
Attribute: Status

7
General Board / Integration of EA with Visual Studio Team Services
« on: November 18, 2018, 03:17:22 am »
I know that there is a free tool for integrating EA with TFS, will this also work with VSTS? Has anyone else accomplished this?

8
So will this connector also work with VSTS?

9
General Board / Re: Lock Root Node
« on: June 27, 2018, 03:21:57 am »
Simon
Great solution...that is if I had access to ProCloud Server capabilities, but Sparx has taken the direction that small customers like myself don't deserve access to this.

10
General Board / Lock Root Node
« on: June 20, 2018, 06:12:37 am »
We have all of our models in one repository with multiple root nodes (one for each of our clients) We would like to give access to our clients via the EA Viewer, but I would like to restrict access to only the root node that pertains to them. I have tried to lock these, but it seems that a user could still browse another clients models. Is there a solution for this?

Thanks.

11
Suggestions and Requests / Support newer concepts in C#
« on: February 07, 2013, 08:48:55 am »
EA will not pick up associations between the imported C# classes as shown below. Where MyClass has a collection of class X.

public class MyClass
{
   public List<X> MyProperty {get; set;}
}

public class X
{
    public string MyString {get; set;}
}

12
General Board / Actors and Swimlane (Activity Partition)
« on: April 10, 2014, 10:13:14 pm »
Is there any method to use an Actor and display as a Swimlane

13
General Board / Add info to node in deployment
« on: September 24, 2013, 11:31:16 pm »
In the example project a deployment diagram is shown where an instance of a server has some notes such as:
Disk Controller = No RAID
Disks = 18GB
RAM = 256MB
Processor = 1GHz PIII

How are these defined?

14
General Board / Re: Instance Count
« on: March 21, 2013, 06:09:52 am »
Thanks Geert, that was just what I was looking for

15
General Board / Instance Count
« on: March 20, 2013, 05:05:52 am »
When you drop an object on a diagram and create an instance of that object is there any way that you can get a count of the number of instances.

Example: I have an component: MicroSoft Server 2012 R2, that I can create multiple instances of on my deployment diagrams. Can I get a count of the number of instances of MicroSoft Server 2012 R2 I have in the project.

Pages: [1] 2 3 4