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 - salayande

Pages: [1] 2 3 ... 15
1
General Board / Re: UML Profile for JSON
« on: February 21, 2018, 07:13:05 am »
Thank you, Arshad. :)

2
General Board / UML Profile for JSON
« on: February 12, 2018, 10:25:22 am »
I am creating JSON schema and I would like to understand what concepts in EA class diagrams map to JSON schema concepts. This would require the publication of the UML Profile for JSON in use by the Schema Composer. can anyone point me in the right direction. thank you in anticipation.

3
General Board / JSON Object property in Schema Composer
« on: February 12, 2018, 10:22:46 am »
I have generated a JSON schema from a simple class diagram that has a class, AircraftDeicing with an attribute, MessageCreateDate which has a type, string. I then manually add the "format" :"date-time" and the "pattern" : "regular expression" as below:

"AircraftDeicing": {
         "type": "object",
         "properties": {
            "MessageCreateDate": {
               "description": "This is the date the message was created",
               "type": "string",
               "format": "date-time",
               "pattern": "^-*[^T:-]+-[^T:]+$"
            },

This schema returns a document frgment
"MessageCreateDate": "2017-11-16T11:04:00Z", but "MessageCreateDate": "2017-11-16",

I created tags to define the value pairs on the "MessageCreateDate" attribute but the Schema Composer did not pick these up.
How may I add these values as properties of the "MessageCreateDate" attribute in EA? Thank you in anticipation.

4
Suggestions and Requests / geoJSON and TopoJSON Support
« on: February 10, 2018, 08:16:22 am »
I am currently working to develop an Airport industry standard schema for Passenger Indoor Wayfinding. The group has chosen GeoJSON and TopoJSON as the target formats. May I request that the schema composer supports these two geospatial formats.

I would also request that existing JSON support include the import+synchronisation of JSON schema. In another project I am involved with, I wanted to import the new OASIS UBL 2.1 JSON message schema to reuse the data type library and could not do this.  The value of global schema standards is re-use and it appears like that is one of the capabilities the schema composer is designed to support.

i look forward to eeing these capabilities in version 14.00 of the EA. 

5
I support these requests.

6
Suggestions and Requests / Re: RAML
« on: February 10, 2018, 08:01:57 am »
A great guy by name Phil Tomlinson developed an MDG Addin for RAML and synchronisation of JSON. the video is on https://www.youtube.com/watch?v=uzPYato5kCk
He made the tool available on Github.

7
General Board / Sparxsystems EA and Naked Objects Integration
« on: February 09, 2016, 06:39:05 am »
I found a framework called Naked Objects and would like to integrate this with EA. Has anyone tried to do this with Sparxsystems or any other case tool.

8
Suggestions and Requests / Re: 8.0 diagram enhancements
« on: July 07, 2010, 09:51:47 am »
I support the views expressed on usability of EA. I am sure more could be done in this area.

Segun

9
Suggestions and Requests / Re: Documentation output to docbook format
« on: November 14, 2008, 06:30:09 am »
Untama,

How about raising a formal feature request on the Support page of the web site.

kind regards

Segun

10
Suggestions and Requests / Re: Multilanguage support
« on: March 05, 2009, 08:39:34 pm »
I support this feature request. It should help product diffusion into otherwise difficult / closed markets.

11
Suggestions and Requests / Re: Web interface into repository
« on: October 30, 2011, 05:51:11 am »
An interesting request.

Last week, I was asked by someone within operations if a web interface with limited functionality exists for EA. They seem to want to interactively modify EA content. I did'nt know what to say as it appeared a strange request and coming from non-IT folks.

It seems like the consumerism of IT is influencing requirements from non-IT staff faster than IT departments can cope with.

12
Suggestions and Requests / Android Tablet Version of EA
« on: May 21, 2011, 07:35:07 am »
I develop mind maps (as conceptual models) in an easy to use tool on an Android (CyanogenMod 7.3) based Tablet.

This application instead of filling a void makes me miss the EA modeling environment. So, when am I getting EA on my Android Tablet? I bet very soon.

Segun

13
I agree. I also anticipate a solution that goes further by parsing the text and using some clustering algorithm like K-means to cluster the Nouns and deliver a list of candidate business concepts for a domain model.


14
Just tried Simon's suggestion.
I opened an MS Word Document and highlighted a body of text.
I dragged the text onto a requirements diagram and selected "Requirement". It created a requirement element but pasted the text somewhere in the Tagged Values tab instead of Notes.
Looking forward to the complete solution.


Segun

15
Suggestions and Requests / Re: v8 - Diagram Filters need Connector Filters
« on: February 13, 2010, 01:11:38 am »
I support this feature request. Any chance we'd be getting a multi-dimensional matrix?

Segun

Pages: [1] 2 3 ... 15