Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JFace Data Binding/JSR303BeanJFaceDatabindingValidation"

(New page: == Target == Work is underway to support [http://jcp.org/en/jsr/detail?id=303 JSR-303 Bean Validation] with [http://wiki.eclipse.org/JFace_Data_Binding/Validators JFace Databinding Valida...)
 
(Target)
Line 3: Line 3:
 
Work is underway to support [http://jcp.org/en/jsr/detail?id=303 JSR-303 Bean Validation] with [http://wiki.eclipse.org/JFace_Data_Binding/Validators JFace Databinding Validators]. This support was created after reading the [http://www.techjava.de/topics/2011/02/validating-jface-databinding-jsr-303/ Validating JFace Databinding with JSR-303] article.
 
Work is underway to support [http://jcp.org/en/jsr/detail?id=303 JSR-303 Bean Validation] with [http://wiki.eclipse.org/JFace_Data_Binding/Validators JFace Databinding Validators]. This support was created after reading the [http://www.techjava.de/topics/2011/02/validating-jface-databinding-jsr-303/ Validating JFace Databinding with JSR-303] article.
  
You can find several plug-in projects which provides JSR-303 support for JFace Databinding Validators:
+
You can find several plug-in projects from [http://code.google.com/p/xdocreport/source/checkout?repo=jsr303 JSR-303 XDocReport Git] which provides JSR-303 support for JFace Databinding Validators:
  
 
<ul>
 
<ul>

Revision as of 16:14, 27 October 2011

Target

Work is underway to support JSR-303 Bean Validation with JFace Databinding Validators. This support was created after reading the Validating JFace Databinding with JSR-303 article.

You can find several plug-in projects from JSR-303 XDocReport Git which provides JSR-303 support for JFace Databinding Validators:

  • org.eclipse.core.databinding.validation.jsr303 : JSR-303 support for JFace Databinding Validators source.
  • org.eclipse.core.databinding.validation.jsr303.samples : JSR-303 support for JFace Databinding Validators sample with Java main.
  • org.eclipse.core.databinding.validation.jsr303.samples.rcp : JSR-303 support for JFace Databinding Validators with Eclipse RCP (in an OSGi context).

Back to the top