You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Daniel Niklas <da...@continentale.de> on 2008/04/18 15:07:18 UTC

[Trinidad] How to write own trinidad jsf-components

Hi,

i want to write my own trinidad component. I've written already the
component for standard-jsf. Know i want to enable trinidad features for this
component, like ppr.

What must i do for that? Where to start? Any further suggestions?
What's about the tag-documentation. Can i use trinidad maven-stuff as well?
Do you think, the trinidad-sandbox helps here?

Thans and best regars
Daniel 
-- 
View this message in context: http://www.nabble.com/-Trinidad--How-to-write-own-trinidad-jsf-components-tp16763407p16763407.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: [Trinidad] How to write own trinidad jsf-components

Posted by Matthias Wessendorf <ma...@apache.org>.
>  I meant where do you want it linked from?

myfaces.apache.org/trinidad

Perhaps inside the MISSING ;-) "Getting started"

-M;

>
>  Right now it is linked from
>  http://wiki.apache.org/myfaces/Trinidad_Plugins
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

Re: [Trinidad] How to write own trinidad jsf-components

Posted by Andrew Robinson <an...@gmail.com>.
On Fri, Apr 18, 2008 at 10:02 AM, Matthias Wessendorf <ma...@apache.org> wrote:
> On Fri, Apr 18, 2008 at 5:59 PM, Andrew Robinson
>
> <an...@gmail.com> wrote:
>
> > Which page? The Trinidad root WIKI page? Not sure where you mean, but
>  >  I don't mind it being linked at all.
>
>  http://tinyurl.com/yonhyv

I meant where do you want it linked from?

Right now it is linked from
http://wiki.apache.org/myfaces/Trinidad_Plugins

Re: [Trinidad] How to write own trinidad jsf-components

Posted by Matthias Wessendorf <ma...@apache.org>.
On Fri, Apr 18, 2008 at 5:59 PM, Andrew Robinson
<an...@gmail.com> wrote:
> Which page? The Trinidad root WIKI page? Not sure where you mean, but
>  I don't mind it being linked at all.

http://tinyurl.com/yonhyv

>
>  Maybe at some time I on someone else can create a Trinidad archetype
>  that sets up a build, api, impl and web project for using with
>  Trinidad. I know almost nothing about the archetype framework, but
>  would like to learn someday if I ever have time.
yeah. cool thing :)

>
>  Man I wish I could spend 8hrs a day on Trinidad, so much to do, so
>  little time :)

yeah, I know... ;)

>
>  -Andrew
>
>
>
>  On Fri, Apr 18, 2008 at 9:22 AM, Matthias Wessendorf <ma...@apache.org> wrote:
>  > On Fri, Apr 18, 2008 at 5:16 PM, Andrew Robinson
>  >  <an...@gmail.com> wrote:
>  >  > http://tinyurl.com/yonhyv
>  >  >
>  >  >  This will show you how to get the maven-faces-plugin setup to mirror
>  >  >  the setup used by trinidad so that you can get the same code
>  >  >  generation working.
>  >
>  >  I totally forgot about your tutorial.
>  >  Do you mind to at a link to the trinidad page?
>  >  -M
>  >
>  >
>  >
>  >  >
>  >  >  -Andrew
>  >  >
>  >  >
>  >  >
>  >  >  On Fri, Apr 18, 2008 at 7:29 AM, Matthias Wessendorf <ma...@apache.org> wrote:
>  >  >  > Hi,
>  >  >  >
>  >  >  >
>  >  >  >  On Fri, Apr 18, 2008 at 3:07 PM, Daniel Niklas
>  >  >  >  <da...@continentale.de> wrote:
>  >  >  >  >
>  >  >  >  >  Hi,
>  >  >  >  >
>  >  >  >  >  i want to write my own trinidad component. I've written already the
>  >  >  >  >  component for standard-jsf. Know i want to enable trinidad features for this
>  >  >  >  >  component, like ppr.
>  >  >  >  >
>  >  >  >  >  What must i do for that? Where to start? Any further suggestions?
>  >  >  >  >  What's about the tag-documentation. Can i use trinidad maven-stuff as well?
>  >  >  >  >  Do you think, the trinidad-sandbox helps here?
>  >  >  >
>  >  >  >  I think that the best place (currently) is taking the sandbox as a template.
>  >  >  >  However, when you are extending trinidadinternal clazzes there might be
>  >  >  >  a backward compatibility issue in the future, since these files aren't public
>  >  >  >  API.
>  >  >  >
>  >  >  >  -M
>  >  >  >
>  >  >  >
>  >  >  >
>  >  >  >  >
>  >  >  >  >  Thans and best regars
>  >  >  >  >  Daniel
>  >  >  >  >  --
>  >  >  >  >  View this message in context: http://www.nabble.com/-Trinidad--How-to-write-own-trinidad-jsf-components-tp16763407p16763407.html
>  >  >  >  >  Sent from the MyFaces - Users mailing list archive at Nabble.com.
>  >  >  >  >
>  >  >  >  >
>  >  >  >
>  >  >  >
>  >  >  >
>  >  >  >  --
>  >  >  >  Matthias Wessendorf
>  >  >  >
>  >  >  >  further stuff:
>  >  >  >  blog: http://matthiaswessendorf.wordpress.com/
>  >  >  >  sessions: http://www.slideshare.net/mwessendorf
>  >  >  >  mail: matzew-at-apache-dot-org
>  >  >  >
>  >  >
>  >
>  >
>  >
>  >  --
>  >
>  >
>  > Matthias Wessendorf
>  >
>  >  further stuff:
>  >  blog: http://matthiaswessendorf.wordpress.com/
>  >  sessions: http://www.slideshare.net/mwessendorf
>  >  mail: matzew-at-apache-dot-org
>  >
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

Re: [Trinidad] How to write own trinidad jsf-components

Posted by Andrew Robinson <an...@gmail.com>.
Which page? The Trinidad root WIKI page? Not sure where you mean, but
I don't mind it being linked at all.

Maybe at some time I on someone else can create a Trinidad archetype
that sets up a build, api, impl and web project for using with
Trinidad. I know almost nothing about the archetype framework, but
would like to learn someday if I ever have time.

Man I wish I could spend 8hrs a day on Trinidad, so much to do, so
little time :)

-Andrew

On Fri, Apr 18, 2008 at 9:22 AM, Matthias Wessendorf <ma...@apache.org> wrote:
> On Fri, Apr 18, 2008 at 5:16 PM, Andrew Robinson
>  <an...@gmail.com> wrote:
>  > http://tinyurl.com/yonhyv
>  >
>  >  This will show you how to get the maven-faces-plugin setup to mirror
>  >  the setup used by trinidad so that you can get the same code
>  >  generation working.
>
>  I totally forgot about your tutorial.
>  Do you mind to at a link to the trinidad page?
>  -M
>
>
>
>  >
>  >  -Andrew
>  >
>  >
>  >
>  >  On Fri, Apr 18, 2008 at 7:29 AM, Matthias Wessendorf <ma...@apache.org> wrote:
>  >  > Hi,
>  >  >
>  >  >
>  >  >  On Fri, Apr 18, 2008 at 3:07 PM, Daniel Niklas
>  >  >  <da...@continentale.de> wrote:
>  >  >  >
>  >  >  >  Hi,
>  >  >  >
>  >  >  >  i want to write my own trinidad component. I've written already the
>  >  >  >  component for standard-jsf. Know i want to enable trinidad features for this
>  >  >  >  component, like ppr.
>  >  >  >
>  >  >  >  What must i do for that? Where to start? Any further suggestions?
>  >  >  >  What's about the tag-documentation. Can i use trinidad maven-stuff as well?
>  >  >  >  Do you think, the trinidad-sandbox helps here?
>  >  >
>  >  >  I think that the best place (currently) is taking the sandbox as a template.
>  >  >  However, when you are extending trinidadinternal clazzes there might be
>  >  >  a backward compatibility issue in the future, since these files aren't public
>  >  >  API.
>  >  >
>  >  >  -M
>  >  >
>  >  >
>  >  >
>  >  >  >
>  >  >  >  Thans and best regars
>  >  >  >  Daniel
>  >  >  >  --
>  >  >  >  View this message in context: http://www.nabble.com/-Trinidad--How-to-write-own-trinidad-jsf-components-tp16763407p16763407.html
>  >  >  >  Sent from the MyFaces - Users mailing list archive at Nabble.com.
>  >  >  >
>  >  >  >
>  >  >
>  >  >
>  >  >
>  >  >  --
>  >  >  Matthias Wessendorf
>  >  >
>  >  >  further stuff:
>  >  >  blog: http://matthiaswessendorf.wordpress.com/
>  >  >  sessions: http://www.slideshare.net/mwessendorf
>  >  >  mail: matzew-at-apache-dot-org
>  >  >
>  >
>
>
>
>  --
>
>
> Matthias Wessendorf
>
>  further stuff:
>  blog: http://matthiaswessendorf.wordpress.com/
>  sessions: http://www.slideshare.net/mwessendorf
>  mail: matzew-at-apache-dot-org
>

Re: [Trinidad] How to write own trinidad jsf-components

Posted by Matthias Wessendorf <ma...@apache.org>.
On Fri, Apr 18, 2008 at 5:16 PM, Andrew Robinson
<an...@gmail.com> wrote:
> http://tinyurl.com/yonhyv
>
>  This will show you how to get the maven-faces-plugin setup to mirror
>  the setup used by trinidad so that you can get the same code
>  generation working.

I totally forgot about your tutorial.
Do you mind to at a link to the trinidad page?
-M

>
>  -Andrew
>
>
>
>  On Fri, Apr 18, 2008 at 7:29 AM, Matthias Wessendorf <ma...@apache.org> wrote:
>  > Hi,
>  >
>  >
>  >  On Fri, Apr 18, 2008 at 3:07 PM, Daniel Niklas
>  >  <da...@continentale.de> wrote:
>  >  >
>  >  >  Hi,
>  >  >
>  >  >  i want to write my own trinidad component. I've written already the
>  >  >  component for standard-jsf. Know i want to enable trinidad features for this
>  >  >  component, like ppr.
>  >  >
>  >  >  What must i do for that? Where to start? Any further suggestions?
>  >  >  What's about the tag-documentation. Can i use trinidad maven-stuff as well?
>  >  >  Do you think, the trinidad-sandbox helps here?
>  >
>  >  I think that the best place (currently) is taking the sandbox as a template.
>  >  However, when you are extending trinidadinternal clazzes there might be
>  >  a backward compatibility issue in the future, since these files aren't public
>  >  API.
>  >
>  >  -M
>  >
>  >
>  >
>  >  >
>  >  >  Thans and best regars
>  >  >  Daniel
>  >  >  --
>  >  >  View this message in context: http://www.nabble.com/-Trinidad--How-to-write-own-trinidad-jsf-components-tp16763407p16763407.html
>  >  >  Sent from the MyFaces - Users mailing list archive at Nabble.com.
>  >  >
>  >  >
>  >
>  >
>  >
>  >  --
>  >  Matthias Wessendorf
>  >
>  >  further stuff:
>  >  blog: http://matthiaswessendorf.wordpress.com/
>  >  sessions: http://www.slideshare.net/mwessendorf
>  >  mail: matzew-at-apache-dot-org
>  >
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

Re: [Trinidad] How to write own trinidad jsf-components

Posted by Andrew Robinson <an...@gmail.com>.
http://tinyurl.com/yonhyv

This will show you how to get the maven-faces-plugin setup to mirror
the setup used by trinidad so that you can get the same code
generation working.

-Andrew

On Fri, Apr 18, 2008 at 7:29 AM, Matthias Wessendorf <ma...@apache.org> wrote:
> Hi,
>
>
>  On Fri, Apr 18, 2008 at 3:07 PM, Daniel Niklas
>  <da...@continentale.de> wrote:
>  >
>  >  Hi,
>  >
>  >  i want to write my own trinidad component. I've written already the
>  >  component for standard-jsf. Know i want to enable trinidad features for this
>  >  component, like ppr.
>  >
>  >  What must i do for that? Where to start? Any further suggestions?
>  >  What's about the tag-documentation. Can i use trinidad maven-stuff as well?
>  >  Do you think, the trinidad-sandbox helps here?
>
>  I think that the best place (currently) is taking the sandbox as a template.
>  However, when you are extending trinidadinternal clazzes there might be
>  a backward compatibility issue in the future, since these files aren't public
>  API.
>
>  -M
>
>
>
>  >
>  >  Thans and best regars
>  >  Daniel
>  >  --
>  >  View this message in context: http://www.nabble.com/-Trinidad--How-to-write-own-trinidad-jsf-components-tp16763407p16763407.html
>  >  Sent from the MyFaces - Users mailing list archive at Nabble.com.
>  >
>  >
>
>
>
>  --
>  Matthias Wessendorf
>
>  further stuff:
>  blog: http://matthiaswessendorf.wordpress.com/
>  sessions: http://www.slideshare.net/mwessendorf
>  mail: matzew-at-apache-dot-org
>

Re: [Trinidad] How to write own trinidad jsf-components

Posted by Matthias Wessendorf <ma...@apache.org>.
Hi,

On Fri, Apr 18, 2008 at 3:07 PM, Daniel Niklas
<da...@continentale.de> wrote:
>
>  Hi,
>
>  i want to write my own trinidad component. I've written already the
>  component for standard-jsf. Know i want to enable trinidad features for this
>  component, like ppr.
>
>  What must i do for that? Where to start? Any further suggestions?
>  What's about the tag-documentation. Can i use trinidad maven-stuff as well?
>  Do you think, the trinidad-sandbox helps here?

I think that the best place (currently) is taking the sandbox as a template.
However, when you are extending trinidadinternal clazzes there might be
a backward compatibility issue in the future, since these files aren't public
API.

-M

>
>  Thans and best regars
>  Daniel
>  --
>  View this message in context: http://www.nabble.com/-Trinidad--How-to-write-own-trinidad-jsf-components-tp16763407p16763407.html
>  Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org