Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [bpel-dev] On-the-fly validation?


In Eclipse, validation is typically performed based on analysis of the deltas resulting from the build cycle, which is triggered by "Save" in an editor.  By analysing the deltas, one can in theory avoid revalidating *everything*, and instead just the part that was changed.

Some clever editors will attempt a sort of on-they-fly local validation as you work within the editor (prior to Save).  I believe that typically this is separate in implementation from the validation framework triggered by builds.  There is no plan to do on-the-fly validation in the 1.0 release.  However, its worth discussing to what degree the two can be integrated.

Kevin




Bruno Wassermann <B.Wassermann@xxxxxxxxxxxx>
Sent by: bpel-dev-bounces@xxxxxxxxxxx

02/28/2006 09:52 AM

Please respond to
"B.Wassermann" and "BPEL Designer project developer discussions."

To
"'BPEL Designer project developer discussions.'" <bpel-dev@xxxxxxxxxxx>
cc
Subject
[bpel-dev] On-the-fly validation?





Hi,

Wrt to the editor's validation framework, is it going to provide on-the-fly
validation of BPEL processes as a user models them or only upon a specific
user action (i.e. clicking the validate process button)?

Regards,

-- Bruno

______________________________________________
Bruno Wassermann
         
Research Fellow                Tel: +44 (0)20 7679 3699 (Direct Dial)

University College London      Fax: +44 (0)20 7387 1397
Dept. of Computer Science      Email: B.Wassermann@xxxxxxxxxxxx
Gower Street                                         http://www.cs.ucl.ac.uk/staff/B.Wassermann
London WC1E 6BT
United Kingdom
______________________________________________
 

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


Back to the top