Creating Clearer Method Names & Concepts
Richard Bair
richard.bair at oracle.com
Fri Nov 2 16:01:46 PDT 2012
>> The other thing to keep in mind is that the semantics introduced in JSE
>> shouldn't also clash with those in JEE. For example, there's a
>> Validation framework already in place there (not sure why it wasn't
>> picked up on the client side, but that's another story). If they decide
>> to rework that framework for client-side use, then "valid" must mean the
>> same thing on both client and server.
The main issue is one of dependency & JSR-ness. If the Validation API was part of JavaSE, it would have been a no-brainer. But with JavaFX going into JavaSE, and Validation being only in JavaEE, we have a problem. Which is, actually, one reason we haven't put in a validation framework yet at all in JavaFX, so we don't reinvent the wheel nor create an untenable dependency from SE to EE.
Richard
More information about the openjfx-dev
mailing list