|
Re: https://javaserverfaces.github.io/download.html
The JSF homepage is quite out of date, mentioning EE 7 is probably one of the least outdated parts :(
I've had it on my TODO to at least somewhat update it for well over 4 months now, but haven't
The JSF homepage is quite out of date, mentioning EE 7 is probably one of the least outdated parts :(
I've had it on my TODO to at least somewhat update it for well over 4 months now, but haven't
|
By
Arjan Tijms
·
#26
·
|
|
https://javaserverfaces.github.io/download.html
Hi,
The project page (see below) displays the Java EE 7 coordinates, and later on for Java EE 7 the same. I guess, the first coordinates mentioned here shall refer to Java EE 8?
--
Hi,
The project page (see below) displays the Java EE 7 coordinates, and later on for Java EE 7 the same. I guess, the first coordinates mentioned here shall refer to Java EE 8?
--
|
By
Michael Müller
·
#25
·
|
|
JSF 2.3 Table 5-3 JSF artifacts eligible for injection - Constructor Injection question
Hi,
In the JAVAEE 8 Platform Specification there is Table EE.5-1 that lists component classes supporting injection. In this table the following JSF 2.3 artifacts are listed: JSF managed classes^b
Hi,
In the JAVAEE 8 Platform Specification there is Table EE.5-1 that lists component classes supporting injection. In this table the following JSF 2.3 artifacts are listed: JSF managed classes^b
|
By
pnicoluc@...
·
#24
·
|
|
Re: JSF 2.3 Section 5.4.1 question regarding injection
PN> According to the JSF spec section 5.4.1 JSF Managed Classes and Java
PN> EE Annotations, there are a bunch of JSF artifacts eligible for
PN> injection.
PN> On MyFaces, all these objects allow
PN> According to the JSF spec section 5.4.1 JSF Managed Classes and Java
PN> EE Annotations, there are a bunch of JSF artifacts eligible for
PN> injection.
PN> On MyFaces, all these objects allow
|
By
Edward Burns
·
#23
·
|
|
JSF 2.3 Section 5.4.1 question regarding injection
Hello,
According to the JSF spec section 5.4.1 “JSF Managed Classes and Java EE Annotations”, there are a bunch of JSF artifacts eligible for injection.
On MyFaces, all these objects allow
Hello,
According to the JSF spec section 5.4.1 “JSF Managed Classes and Java EE Annotations”, there are a bunch of JSF artifacts eligible for injection.
On MyFaces, all these objects allow
|
By
pnicoluc@...
·
#22
·
|
|
Re: Test and what's next?
Hello Arjan and list.
Right now our total focus is completing and delivering Java EE 8 and
Java SE 9, and their new capabilities, and we hope to deliver them
this summer. I expect we
Hello Arjan and list.
Right now our total focus is completing and delivering Java EE 8 and
Java SE 9, and their new capabilities, and we hope to deliver them
this summer. I expect we
|
By
Edward Burns
·
#21
·
|
|
Re: Filing for JSF.next?
Hi Michael,
I'd be happy to help you with your evaluation of JSF portlets. What portal product/version are you using with GlassFish?
Neil
Hi Michael,
I'd be happy to help you with your evaluation of JSF portlets. What portal product/version are you using with GlassFish?
Neil
|
By
Neil Griffin
·
#20
·
|
|
Re: Filing for JSF.next?
Hi,
we have to handle a dataportal which is implemented with JSF. Over time, it became a huge gorilla. Since a couple of features are independent from others, I suggested to divide this
Hi,
we have to handle a dataportal which is implemented with JSF. Over time, it became a huge gorilla. Since a couple of features are independent from others, I suggested to divide this
|
By
Michael Müller
·
#19
·
|
|
Re: Filing for JSF.next?
Hi,
It's been a few days, so just a friendly ping ;)
Are there any plans for the next spec cycle of JSF 2.3?
Kind regards,
Arjan Tijms
Hi,
It's been a few days, so just a friendly ping ;)
Are there any plans for the next spec cycle of JSF 2.3?
Kind regards,
Arjan Tijms
|
By
Arjan Tijms
·
#18
·
|
|
Re: Test and what's next?
Hi,
I have a rough idea, not sure how well could it work or if it would even work:
On cases where there are just some methods, create a class that delegates to the deprecated module. For
Hi,
I have a rough idea, not sure how well could it work or if it would even work:
On cases where there are just some methods, create a class that delegates to the deprecated module. For
|
By
Guillermo González de Agüero
·
#17
·
|
|
Re: Test and what's next?
There often are indeed, see for example this one:
https://docs.oracle.com/javaee/7/api/javax/faces/component/ActionSource.html#getAction--
getAction returns a MethodBinding, which is the deprecated
There often are indeed, see for example this one:
https://docs.oracle.com/javaee/7/api/javax/faces/component/ActionSource.html#getAction--
getAction returns a MethodBinding, which is the deprecated
|
By
Arjan Tijms
·
#16
·
|
|
Re: Test and what's next?
Regardinf pre-UEL, are there already alternative methods on thosw interfaces to use UEL? I imagine that would mean a lot of duplication, unless a new interface with the same purpose could be
Regardinf pre-UEL, are there already alternative methods on thosw interfaces to use UEL? I imagine that would mean a lot of duplication, unless a new interface with the same purpose could be
|
By
Guillermo González de Agüero
·
#15
·
|
|
Re: Test and what's next?
It's certainly effectively deprecated. Many newer features are not supported when JSP is used, which is in a way a strategy to slowly phase it out.
But indeed, I love to move that one to a separate
It's certainly effectively deprecated. Many newer features are not supported when JSP is used, which is in a way a strategy to slowly phase it out.
But indeed, I love to move that one to a separate
|
By
Arjan Tijms
·
#14
·
|
|
Re: Test and what's next?
Splitting it sounds good so people can create reduced runtimes.
Btw, what about the JSP view facility? Is it already deprecated? That could be another candidate to be moved to another module
Splitting it sounds good so people can create reduced runtimes.
Btw, what about the JSP view facility? Is it already deprecated? That could be another candidate to be moved to another module
|
By
Guillermo González de Agüero
·
#13
·
|
|
Re: Test and what's next?
Pruning the native managed bean facility would take 2 major releases, and in Mojarra if I understood correctly it would never be truly removed. It's the RI, so after being pruned it's made optional,
Pruning the native managed bean facility would take 2 major releases, and in Mojarra if I understood correctly it would never be truly removed. It's the RI, so after being pruned it's made optional,
|
By
Arjan Tijms
·
#12
·
|
|
Re: Test and what's next?
Rather than prune the Managed Bean Facility (MBF) entirely, If possible, I would rather see Mojarra and MyFaces extract their MBF implementations into a separate/companion jar. That would provide for
Rather than prune the Managed Bean Facility (MBF) entirely, If possible, I would rather see Mojarra and MyFaces extract their MBF implementations into a separate/companion jar. That would provide for
|
By
Neil Griffin
·
#11
·
|
|
Re: Filing for JSF.next?
Hi Arjan, hi Ed,
personally I would prefer a kind of "continous" specification: Specify topics independently from any Java EE version and deliver the spec and RI as soon as possible.
Hi Arjan, hi Ed,
personally I would prefer a kind of "continous" specification: Specify topics independently from any Java EE version and deliver the spec and RI as soon as possible.
|
By
Michael Müller
·
#10
·
|
|
Filing for JSF.next?
Hi,
Historically there's a gap between one spec cycle ending and the next one starting, and that gap has been widening a little over the years.
What if we try to break this trend and plan for filing a
Hi,
Historically there's a gap between one spec cycle ending and the next one starting, and that gap has been widening a little over the years.
What if we try to break this trend and plan for filing a
|
By
Arjan Tijms
·
#9
·
|
|
Re: Test and what's next?
Hi,
That's the other thing I'd really like to work on. I so wanted to have this in 2.3, but there's always choices to be made.
As soon as the next spec cycle starts and pending spec lead and overal EG
Hi,
That's the other thing I'd really like to work on. I so wanted to have this in 2.3, but there's always choices to be made.
As soon as the next spec cycle starts and pending spec lead and overal EG
|
By
Arjan Tijms
·
#8
·
|
|
Re: Test and what's next?
Hi,
CDI alignment is also one of my favourites. The other one would be simpler component development. Composite components are a great (but poorly documented, IMHO) feature. But even then, they are
Hi,
CDI alignment is also one of my favourites. The other one would be simpler component development. Composite components are a great (but poorly documented, IMHO) feature. But even then, they are
|
By
Guillermo González de Agüero
·
#7
·
|