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 - Marcelo Mrack

Pages: [1]
1
Suggestions and Requests / Status colors with pattern filling support
« on: March 30, 2008, 02:01:14 pm »
Hi,

Currently, we are working in a open source plugin that connect Jira (by Atlassian) and EA in a full roundtrip environment.

A very interesting feature in EA is a coloured statuses in UML elements, enabling a quickly visual feedback for the analyst.

In our plugin, the status of an element in EA is automatically connected and synchronized with a status of an issue in Jira environment.

Since they are connected and the issue extrapolate the due date, the respectively element in UML diagram receive a new color.

The problem in this approach is that differnt colors are assigned to the same status just because the due date has arrived.

Supporting pattern filling, the delayed elements (or issues) can be visualized easy, like this:

http://bp2.blogger.com/_gXrjXAx9S0g/R-8AbGzJ2QI/AAAAAAAAAgU/EAHaYRObQvo/s1600-h/patternStatus.PNG

In this image, we created some patterns over the status color. Note that the same color status are used for the elements, but the presence of a pattern distinguish the delayed items.

What is a possibility to add this feature (coloured filling with pattern support) in next releases of EA ?

2
Suggestions and Requests / Re: Tracebility from use case-design-code
« on: June 08, 2007, 12:18:32 pm »
Hi,

Look in Help file, searching for "Requirements". Then, open the first option link, the "Requeriments (EA User Guide)"

See how to Use Cases *realizes* the requirements. For each Use Case, you can attach (by realization or implementation links) the softwares components responsibilities.

Finally, using a Hierarchy View (by Control + Shift + 4) over the Use Case, you can trace responsibilities.

3
General Board / Aos brasileiros - tutoriais da EA no Google Groups
« on: August 23, 2007, 01:19:12 pm »
Em português:

Ola,

Sou socio da 3Layer Tecnologia (http://www/3layer.com.br - o site esta offline temporariamente, desculpe) e estamos com uma iniciativa de disponibilizar no Google Groups varios tutoriais  em video.

O trabalho esta no comeco, mas a ideia é colocar semanalmente dois videos com coisas que todos precisam durante o projeto de sistemas com UML através EA.

O endereco é http://groups.google.com/group/treelayer-ea/web/tutoriais-uml

Abraco a todos,


In english:

Hi all,

At

http://groups.google.com/group/treelayer-ea/web/tutoriais-uml

we stay centralizing some tutorias about Enterprise Architect.

The initiative is beginnig, but weekly more and more videos will be available.

Sincerely,

Marcelo Mrack
3Layer Tecnologia - Porto Alegre, Brazil

4
Thanks, Stan.

I downloaded a 32bit JRE, and setup my project to compile and run with this.

Now, all working fine, although I need to keep 2 JVM in my Windows 64.


5
I'm trying to use Enterprise Architect Automation Interface (SSJavaCOM.dll and Eaapi.jar) in a Java 1.6u17 environment, with a Windows XP 64bits.

But, when the application start, the error:

java.lang.UnsatisfiedLinkError: C:\WINDOWS\system32\SSJavaCOM.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
      at java.lang.ClassLoader$NativeLibrary.load(Native Method)
      at java.lang.ClassLoader.loadLibrary0(Unknown Source)
      at java.lang.ClassLoader.loadLibrary(Unknown Source)
      at java.lang.Runtime.loadLibrary0(Unknown Source)
      at java.lang.System.loadLibrary(Unknown Source)
      at org.sparx.Repository.<clinit>(Repository.java:13)
      at br.com.treelayer.ea.util.Main.getRepository(Main.java:39)
      at br.com.treelayer.ea.util.TestMain.testGetRepository(TestMain.java:42)


occurs.

Does anyone have information about this?

PS. The project works fine in an 32 bits environment.

Pages: [1]