Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JFace Data Binding/JSR303BeanJFaceDatabindingValidation

< JFace Data Binding
Revision as of 19:22, 26 October 2011 by Unnamed Poltroon (Talk) (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...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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