Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [tigerstripe-dev] Tigerstripe model validation

Title: Re: [tigerstripe-dev] Tigerstripe model validation
Eric and team,
 
I understood the validation plugin is in planning phase. The TIP team are planning to develop a validator to examine TIP models (against some TIP specific check points). We hope the TIP model validator can be built on the basis of Tigerstripe model validator, or at least in the same direction and easy to integrate/align at the (very) near future.
 
Do you have any suggestion? Any design information or prototype/poc can share?
 
best regads,
Jinzhai
From: tigerstripe-dev-bounces@xxxxxxxxxxx [mailto:tigerstripe-dev-bounces@xxxxxxxxxxx] On Behalf Of Flauw, Marc
Sent: 2010年6月30日 15:09
To: Eric Dillon; Tigerstripe Developers
Subject: RE: [tigerstripe-dev] Tigerstripe model validation

Eric,

 

We won’t mind doing some coding for it as a number of the rules are likely to be SID/TIP specific.

We would just like to be sure it is inserted in the right place using the right extension point.

 

Best regards

 

Marc

 

From: Eric Dillon [mailto:erdillon@xxxxxxxxx]
Sent: Wednesday, June 30, 2010 07:19
To: Tigerstripe Developers
Cc: Flauw, Marc
Subject: Re: [tigerstripe-dev] Tigerstripe model validation

 

Hi Zhao,

So far, validation has been done through “validation” plugins which basically create a report. This is triggered like any other plugin.
We have been thinking about something a bit more interactive (that would lead to reporting problems in the problems view). This sounds like a good candidate for that.

The key thing here is to make it configurable enough to be relevant to various models and be generic.

So, we could define some generic rules to be turned on/off and tuned/configured. Maybe these would be part of the profile? Maybe they would be separate.

Note that the auditors do support some extension points to add specific behavior. But maybe we want to make it a bit more configurable rather than having users write an Eclipse plugin and some Java code. We are in planning phase now... So now is a good time to speak up and propose ideas :-).

Patterns? Single rules? Naming conventions?
Eric


On 6/29/10 8:48 PM, "Zhang, Jin-Zhai (ES-BAS-China-SH)" <jinzhai.zhang@xxxxxx> wrote:

Hi team,

I'm wondering if Tigerstripe workbench provides model validation functionalities. Sample use cases would be to check a Tigerstripe model project to find:

1) all Entity artifacts inheriting from AssociationClass artifacts
2) all Association Class artifact inheriting from Entity artifacts
3) all artifact descriptions containing illegal characters

Does current workbench support these cases, or any extension points available for implementing such cases and other specific validation rules?

kind regards,
Jinzhai

 
 
 
 


_______________________________________________
tigerstripe-dev mailing list
tigerstripe-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tigerstripe-dev


--  
This email may contain confidential  and privileged material for the sole use of the intended recipient. Any  review, use, distribution or disclosure by others is strictly prohibited. If  you are not the intended recipient (or authorized to receive for the  recipient), please contact the sender by reply email and delete all copies of  this message.

For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/index.html


Back to the top