Re: [ANNOUNCE] MyFaces Core v2.3.0-beta Release

2017-07-03 Thread James Youngseok Kim
Unsubscribe

On 1 July 2017 at 16:24, James Fredensborg  wrote:

> Unsubscribe
>
> On Thu, Jun 29, 2017 at 9:16 PM, Leonardo Uribe  wrote:
>
> > The Apache MyFaces team is pleased to announce the release of MyFaces
> Core
> > 2.3.0-beta.
> >
> > MyFaces Core is a JavaServer(tm) Faces 2.3 implementation as specified by
> > JSR-372.
> >
> > MyFaces Core 2.3.0-beta is available in both binary and source
> > distributions.
> >
> > * http://myfaces.apache.org/download.html
> >
> > MyFaces Core is also available in the central Maven repository under
> Group
> > ID "org.apache.myfaces.core".
> >
> > Release Notes - MyFaces Core - Version 2.3.0-beta
> >
> > Sub-task
> >
> > [MYFACES-4092] - Implement CDI extension for @FacesDataModel
> > [MYFACES-4093] - Implement CDI extension for @FacesConverter
> > [MYFACES-4094] - Implement CDI extension for @FacesValidator
> > [MYFACES-4095] - Implement CDI extension for @FacesBehavior
> > [MYFACES-4096] - Implement CDI extension for @ManagedProperty
> > [MYFACES-4097] - Implement CDI changes for @FacesConfig
> >
> > Bug
> >
> > [MYFACES-3644] - cleanup ViewState handling
> > [MYFACES-4104] - Update plugins to compile java 8 code in JSF 2.3
> > branch
> > [MYFACES-4105] - Implement extensionless mapping of views
> > [MYFACES-4107] - StringIndexOutOfBoundsException in
> getResourceVersion
> > [MYFACES-4117] - No default name for @FacesComponent with
> > createTag=true and no tagName
> > [MYFACES-4119] - Disposal method from PushContextFactoryBean is
> missing
> > @Push annotation
> >
> > Improvement
> >
> > [MYFACES-4099] - Allow resolve #{cc} inside templates called from a
> > composite component
> > [MYFACES-4102] - Check improvements in FlowHandler for JSF 2.3
> >
> > New Feature
> >
> > [MYFACES-4069] - Implement f:websocket and related api
> > [MYFACES-4070] - Implement h:commandScript and related api
> > [MYFACES-4071] - Implement dynamic resource loading in ajax requests
> > [MYFACES-4075] - SearchExpression API
> > [MYFACES-4078] - Expose StateCacheFactory/StateCache as a SPI service
> > [MYFACES-4079] - Implement CDI changes for JSF 2.3
> > [MYFACES-4083] - Add copy constructor to wrappers
> > [MYFACES-4084] - Implement f:importConstants
> > [MYFACES-4085] - Constants for "jsf.js", "javax.faces" and postback
> > parameters
> > [MYFACES-4086] - Deprecate native managed beans annotations
> > [MYFACES-4087] - Add PostRenderViewEvent
> > [MYFACES-4088] - Add constructor with facesContext to event classes
> > [MYFACES-4089] - Add Iterable support in UIData and UIRepeat
> > [MYFACES-4090] - Add Map support in UIData and UIRepeat
> > [MYFACES-4091] - Add custom type support in UIData and UIRepeat
> > [MYFACES-4098] - Implement ResourceHandler.getViewResources(...)
> > [MYFACES-4101] - Implement f:importConstants
> > [MYFACES-4103] - Implement ViewHandler.getViews(...)
> > [MYFACES-4106] - Implement ResourceHandler.markResourceRendered(...)
> > and ResourceHandler.isResourceRendered(...)
> > [MYFACES-4108] - Implement FaceletCache.setCacheFactories(...)
> > [MYFACES-4109] - Implement f:validateWholeBean
> > [MYFACES-4110] - Implement javax.faces.model.IterableDataModel
> > [MYFACES-4111] - Implement h:column styleClass property
> > [MYFACES-4112] - Implement h:dataTable rowClass
> > [MYFACES-4113] - Implement h:panelGrid rowClass
> > [MYFACES-4115] - Implement h:selectOneRadio "group" (distributed
> radio
> > button)
> > [MYFACES-4116] - Implement JDK 8 time support in f:convertDateTime
> > [MYFACES-4118] - Implement new changes of javax.faces.ViewState
> update
> > on ajax for multiple forms
> >
> > Task
> >
> > [MYFACES-4121] - Fix javadoc for 2.3 branch and update
> > maven-javadoc-plugin
> >
> > regards,
> >
> > Leonardo Uribe
> >
>
>
>
> --
> James Fredensborg
> Web Design and Development
> d/b/a - Jimation, Inc., Pages By James, Jumbo Labs
>
> jfredensb...@gmail.com - or - jfredensb...@msn.com
>


Re: [TOBAGO] How to setup my own PageRenderer in 3.0.6

2017-12-14 Thread James Youngseok Kim
unsubscribe

On 8 December 2017 at 16:08, Voß, Marko  wrote:

> Hi Udo,
>
> thank you very much for your help. Your suggestion works.
>
> Have a nice weekend.
>
>
> Regards,
> Marko
>
> -Ursprüngliche Nachricht-
> Von: Udo Schnurpfeil [mailto:lof...@apache.org]
> Gesendet: Freitag, 8. Dezember 2017 11:40
> An: users@myfaces.apache.org
> Betreff: Re: [TOBAGO] How to setup my own PageRenderer in 3.0.6
>
> Hi,
>
> I've testet it, and I found 2 additional points in the faces-config.xml:
> You need to define the render-kit-it:
>
> 
>   tobago
>   
> javax.faces.Form
> Page
> org.apache.myfaces.tobago.example.demo.
> DemoPageRenderer
>   
> 
>
> and you should define an ordering, to select reliablely the double defined
> renderer:
>
> 
>
>   
> tobago_core
>   
> 
>
> Regards,
>
> Udo
>
> Am 07.12.17 um 23:02 schrieb Udo Schnurpfeil:
> > Hi Marko,
> >
> > the voting for 4.0.0 ist just done. The release will be available via
> > the Maven repos very soon. Tomorrow the websites will be updated.
> >
> > I'll check the configuration of own renderers, that should work.
> >
> > Regards
> >
> > Udo
> >
> >
> > Am 07.12.17 um 14:39 schrieb Voß, Marko:
> >> Hello,
> >>
> >> I need to setup my own PageRenderer in Tobago 3.0.6 as we need to setup
> custom Meta information. 4.0.0 is not yet released and we are in a hurry to
> get into production this month.
> >>
> >> I tried this in faces-config.xml:
> >>
> >> 
> >>
> >>  javax.faces.Form
> >>  Page
> >>  foo.bar.MyRenderer 
> >>
> >> 
> >>
> >> MyRenderer extends PageRenderer.
> >>
> >> It does not work. MyRenderer is not being used.
> >>
> >> Thank you very much.
> >>
> >> Kind regards,
> >> Marko
> >>
>
>


Re: Download Apache Tomahawk 1.1.6

2018-12-21 Thread James Youngseok Kim
Please remove me from the mailing list.

On Fri, 21 Dec 2018 at 11:37, Awadhoot Aphale
 wrote:

> I contains only 2 versions of Tomahawk, 1.1.0 and 1.1.1 which are very old.
> I am looking for 1.1.6.
>
> Thanks.
>
> On Fri, Dec 21, 2018 at 4:02 PM Thomas Andraschko <
> andraschko.tho...@gmail.com> wrote:
>
> > You could also use the apache repo:
> https://repo.maven.apache.org/maven2/
> >
> > Am Fr., 21. Dez. 2018 um 11:14 Uhr schrieb Awadhoot Aphale
> > :
> >
> > > Thanks for the help!
> > >
> > > I was referring to the following link you shared in the earlier email,
> > >
> > >
> > >
> >
> https://search.maven.org/search?q=g:org.apache.myfaces.tomahawk%20AND%20a:tomahawk12=gav
> > >
> > > It is just that when I download from Apache website, I am assured
> > because I
> > > know that I can trust Apache. But I am not sure about the above link.
> So
> > > want to check with you.
> > >
> > > Thanks.
> > >
> > > On Fri, Dec 21, 2018 at 3:15 PM Thomas Andraschko <
> > > andraschko.tho...@gmail.com> wrote:
> > >
> > > > You could try to build from SVN if you need exact this very old
> > version:
> > > > http://svn.apache.org/viewvc/myfaces/tomahawk/
> > > >
> > > > From which site? Our MyFaces site is ok and the maven central, too.
> > > >
> > > > NOTE:
> > > > There is probably no active Tomahawk developer left here, so please
> > don't
> > > > expect too much support for Tomahawk questions.
> > > >
> > > >
> > > > Am Fr., 21. Dez. 2018 um 10:41 Uhr schrieb Awadhoot Aphale
> > > > :
> > > >
> > > > > I don't understand what you mean by "Could you try to get the tag
> > from
> > > > > SVN"?
> > > > > Also, is this web site genuine? I mean, is it ok to download from
> > this
> > > > web
> > > > > site?
> > > > >
> > > > > Thanks.
> > > > >
> > > > > On Fri, Dec 21, 2018 at 3:07 PM Thomas Andraschko <
> > > > > andraschko.tho...@gmail.com> wrote:
> > > > >
> > > > > > No idea, sorry.
> > > > > > It seems that the latest version in maven repo is also 1.1.7:
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://search.maven.org/search?q=g:org.apache.myfaces.tomahawk%20AND%20a:tomahawk12=gav
> > > > > > Could you try to get the tag from SVN.
> > > > > >
> > > > > >
> > > > > > Am Fr., 21. Dez. 2018 um 10:35 Uhr schrieb Awadhoot Aphale
> > > > > > :
> > > > > >
> > > > > > > From where can I download Apache Tomahawk 1.1.6? I checked
> Apache
> > > > > website
> > > > > > > but the only available version there is 1.1.14.
> > > > > > >
> > > > > > > --
> > > > > > > Thanks,
> > > > > > > Awadhoot
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Thanks,
> > > > > Awadhoot
> > > > >
> > > >
> > >
> > >
> > > --
> > > Thanks,
> > > Awadhoot
> > >
> >
>
>
> --
> Thanks,
> Awadhoot
>


Re: Download Apache Tomahawk 1.1.6

2018-12-21 Thread James Youngseok Kim
Please remove me from the mailing list.

On Fri, 21 Dec 2018 at 11:32, Thomas Andraschko 
wrote:

> You could also use the apache repo: https://repo.maven.apache.org/maven2/
>
> Am Fr., 21. Dez. 2018 um 11:14 Uhr schrieb Awadhoot Aphale
> :
>
> > Thanks for the help!
> >
> > I was referring to the following link you shared in the earlier email,
> >
> >
> >
> https://search.maven.org/search?q=g:org.apache.myfaces.tomahawk%20AND%20a:tomahawk12=gav
> >
> > It is just that when I download from Apache website, I am assured
> because I
> > know that I can trust Apache. But I am not sure about the above link. So
> > want to check with you.
> >
> > Thanks.
> >
> > On Fri, Dec 21, 2018 at 3:15 PM Thomas Andraschko <
> > andraschko.tho...@gmail.com> wrote:
> >
> > > You could try to build from SVN if you need exact this very old
> version:
> > > http://svn.apache.org/viewvc/myfaces/tomahawk/
> > >
> > > From which site? Our MyFaces site is ok and the maven central, too.
> > >
> > > NOTE:
> > > There is probably no active Tomahawk developer left here, so please
> don't
> > > expect too much support for Tomahawk questions.
> > >
> > >
> > > Am Fr., 21. Dez. 2018 um 10:41 Uhr schrieb Awadhoot Aphale
> > > :
> > >
> > > > I don't understand what you mean by "Could you try to get the tag
> from
> > > > SVN"?
> > > > Also, is this web site genuine? I mean, is it ok to download from
> this
> > > web
> > > > site?
> > > >
> > > > Thanks.
> > > >
> > > > On Fri, Dec 21, 2018 at 3:07 PM Thomas Andraschko <
> > > > andraschko.tho...@gmail.com> wrote:
> > > >
> > > > > No idea, sorry.
> > > > > It seems that the latest version in maven repo is also 1.1.7:
> > > > >
> > > > >
> > > >
> > >
> >
> https://search.maven.org/search?q=g:org.apache.myfaces.tomahawk%20AND%20a:tomahawk12=gav
> > > > > Could you try to get the tag from SVN.
> > > > >
> > > > >
> > > > > Am Fr., 21. Dez. 2018 um 10:35 Uhr schrieb Awadhoot Aphale
> > > > > :
> > > > >
> > > > > > From where can I download Apache Tomahawk 1.1.6? I checked Apache
> > > > website
> > > > > > but the only available version there is 1.1.14.
> > > > > >
> > > > > > --
> > > > > > Thanks,
> > > > > > Awadhoot
> > > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Thanks,
> > > > Awadhoot
> > > >
> > >
> >
> >
> > --
> > Thanks,
> > Awadhoot
> >
>


Re: Download Apache Tomahawk 1.1.6

2018-12-21 Thread James Youngseok Kim
Please remove me from the mailing list.

On Fri, 21 Dec 2018 at 11:14, Awadhoot Aphale
 wrote:

> Thanks for the help!
>
> I was referring to the following link you shared in the earlier email,
>
>
> https://search.maven.org/search?q=g:org.apache.myfaces.tomahawk%20AND%20a:tomahawk12=gav
>
> It is just that when I download from Apache website, I am assured because I
> know that I can trust Apache. But I am not sure about the above link. So
> want to check with you.
>
> Thanks.
>
> On Fri, Dec 21, 2018 at 3:15 PM Thomas Andraschko <
> andraschko.tho...@gmail.com> wrote:
>
> > You could try to build from SVN if you need exact this very old version:
> > http://svn.apache.org/viewvc/myfaces/tomahawk/
> >
> > From which site? Our MyFaces site is ok and the maven central, too.
> >
> > NOTE:
> > There is probably no active Tomahawk developer left here, so please don't
> > expect too much support for Tomahawk questions.
> >
> >
> > Am Fr., 21. Dez. 2018 um 10:41 Uhr schrieb Awadhoot Aphale
> > :
> >
> > > I don't understand what you mean by "Could you try to get the tag from
> > > SVN"?
> > > Also, is this web site genuine? I mean, is it ok to download from this
> > web
> > > site?
> > >
> > > Thanks.
> > >
> > > On Fri, Dec 21, 2018 at 3:07 PM Thomas Andraschko <
> > > andraschko.tho...@gmail.com> wrote:
> > >
> > > > No idea, sorry.
> > > > It seems that the latest version in maven repo is also 1.1.7:
> > > >
> > > >
> > >
> >
> https://search.maven.org/search?q=g:org.apache.myfaces.tomahawk%20AND%20a:tomahawk12=gav
> > > > Could you try to get the tag from SVN.
> > > >
> > > >
> > > > Am Fr., 21. Dez. 2018 um 10:35 Uhr schrieb Awadhoot Aphale
> > > > :
> > > >
> > > > > From where can I download Apache Tomahawk 1.1.6? I checked Apache
> > > website
> > > > > but the only available version there is 1.1.14.
> > > > >
> > > > > --
> > > > > Thanks,
> > > > > Awadhoot
> > > > >
> > > >
> > >
> > >
> > > --
> > > Thanks,
> > > Awadhoot
> > >
> >
>
>
> --
> Thanks,
> Awadhoot
>