users@javaserverfaces-spec-public.java.net

[jsr372-experts mirror] Status of JAVASERVERFACES_SPEC_PUBLIC-1238

From: Thomas Andraschko <andraschko.thomas_at_gmail.com>
Date: Tue, 27 Dec 2016 21:53:31 +0100

Hi all,

today i commited a 90% finished version of JAVASERVERFACES_SPEC_PUBLIC-1238
in my fork:
https://github.com/tandraschko/mojarra/commits/master

Whats currently missing:

- JavaDoc on class SearchExpressionHandler / SearchKeywordResolver
- Improving javadocs
- Integration in existing components (f:ajax, h:outputLabel, ...)
- new hint for composite and cc:editableValueHolder; currently
discussing with Leo
- integration test for existing components


I think the best example to describe the API is the unit test, which
contains ~40 tests (90% of the test cases of the PrimeFaces implementation):

https://github.com/tandraschko/mojarra/blob/94ff5a11b3ec88f157d99131cf54148c7dbff99a/test/unit/src/test/java/javax/faces/component/SearchExpressionHandlerTest.java

If anyone would like to review, please do!

If anything works as expected, it will by finished by end of the week.

Regards,
Thomas