Official release of Enterprise Architect 9.3 #sparx

Sparx Systems is pleased to announce the official release of Enterprise Architect 9.3.

Release Highlights include:

  • Support for displaying multiple diagrams and other views simultaneously.
  • Easily move information between two open diagrams.
  • Create and share custom menus to improve workflow.
  • Hide page borders on all diagrams with a single click.
  • Analyze and debug systems with enhanced Testpoint capabilities.
  • Develop open, scalable architectures using ArchiMate 2.
  • Capture, visualize and document the run-state and relationships of objects during program execution.
  • Instantly drag Breakpoints and Markers to a different line in the source code editor.
  • Expanded beta profile for modeling ArcGIS schemas. Topology, geometric networks and relationship rules now supported.
  • State Table Simulation highlighting the current state, potential next states and Triggers that may be fired.

Please visit the release page to learn more: www.sparxsystems.com/products/ea/9.3

Share

Query and Update Sparx EA Repository with SQL

Sample Script to do it (using the Execute undocumented op)

 

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
option explicit
 
!INC Local Scripts.EAConstants-VBScript
!INC EAScriptLib.VBScript-Logging
 
'
' Script Name: SQL
' Author: Philippe Back
' Purpose: Demo SQL Invocation
' Date: 25/1/2011
'

Function SQLQuery(sql)
Dim sRes
LOGInfo("Query: " & sql)
sRes = Repository.SQLQuery(sql)
LOGInfo("Res: " & sRes)
End Function
 
Function SQLExec(sql)
Dim sRes
LOGInfo("Statement: " & sql)
sRes = Repository.Execute(sql)
LOGInfo("Res: " & sRes)
End Function
 
Sub Main
SQLQuery("SELECT * FROM T_OBJECT WHERE OBJECT_ID=1")
SQLExec("UPDATE T_OBJECT SET NAME='STUFF' WHERE OBJECT_ID=1")
End Sub
 
Main
Share

Sparx Systems releases Enterprise Architect 9.2

Breathing new Life into your Models

Enterprise Architect 9.2 is a major upgrade which significantly extends simulation, adds new modeling languages, new debugging capabilities and new tools to manage your models. Here are some of the great things built into this new release:

  • Bring your state machines and business processes to life with advanced simulation support for triggers, signals and events. Model messages, button presses, switches and similar events, then watch as your scenarios come to life. Verify your solutions. Explore multiple pathways and outcomes. Build reusable event sets to automate simulations.*
  • Business modelers can simulate their BPMN based models, including support for Parallel and Exclusive Gateways, Loops and basic activities. Animate and validate your business processes.**
  • Software developers can now attach Enterprise Architect to the GNU debugger (GDB) and inspect, debug and visualize a wide range of supported platforms. Local and remote debugging are both supported. Ada, Java, C, C++ and Objective-C supported.***
  • Modelers can now build and share concepts, taxonomies and detailed ontologies using the new MDG Technology for the Ontology Definition Metamodel with support for the Web Ontology Language (OWL) and the Resource Description Framework (RDF).
  • Systems Engineers can take advantage of the enhanced support for SysML 1.2 including Block Elements drawn with parts, references, values, flow part and standard port compartments. SysML FlowSpecification elements with the flowProperties compartment.
  • You can now generate visual diff/comparisons between current diagrams and baselines using the new visual comparison tools built into the model baseline facility. Highlight additions, deletions, moves, and resizes. Selectively roll back changes to a previous baseline state.

Enterprise Architect 9.2 supports UML® Version 2.4.1 – the latest specification from the Object Management Group® (OMG®).

Links and Downloads:

 

Release Notes: www.sparxsystems.com/products/ea/history.html
Free 30 Day Trial: www.sparxsystems.com/products/ea/trial.html
Registered Users: www.sparxsystems.com/registered/index.html
YouTube Channel: www.youtube.com/user/SparxSystems

 

* Corporate Edition and above
** Business and Software Engineering Edition and above
*** Professional Edition and above
Share

#Sparx Systems named in top 100 software companies for 2011

SD Times judges recognize the top innovators, leaders and influencers in the software development industry. They base their decisions on the offering, reputation and leadership of vendors in the industry. The best of the best!

Recognized for its contribution to the software development industry, Sparx Systems has won its third consecutive SD Times 100 Award!

The award underpins Sparx Systems’ ongoing commitment to model-driven development excellence.

www.sparxsystems.com/press/articles/2011sdtimes100.html

 

I’ve been busy recommending Enterprise Architect since version 3.6 and it never ceased to amaze me how the product reached new heights version after version.

As an official VAR, trainer, you name it for helping you reach new heights as well with confidence, check my services related to that matter.

Share