I took a look at the page ( http://wiki.java.net/bin/view/People/WritingCustomComponents) and inspected the MyFaces.tar file. It looks like there would be a LOT to do for someone not knowing the "innards" of MyFaces (in particular adding the "design time artifacts" as mentioned in the Wiki).
To me, this would seem like a logical thing for someone in the MyFaces community to do :)
It would really help out a lot of people, and help greatly expand the user base of MyFaces very quickly!
So, is anyone looking at doing this?
-------------- Original message from Craig McClanahan <[EMAIL PROTECTED]>: --------------
> On Thu, 31 Mar 2005 19:20:31 +0000, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]>wrote:
> >
> > Sorry if this quesiton has been asked before, but I didn't see the answer in
> > the huge MyFaces FAQ (..need to work on that FAQ!).
> >
> > So, can MyFaces be integrated to work with Java Studio Creator?
> >
> > I believe that MyFaces can co-exist with JSF RI as per the FAQ, but as far
> > as "integration" with JSC where you can drag and drop components, can that
> > be done?
> >
> > What i am looking for is a way to get a web page with tabbed panes. I
> > believe that MyFaces supports this right?
> >
>
> One of the Sun Java Studio Creator engineers, Edwin Goei, has
> collected information about the steps required to import third party
> component libraries into Creator. Start at:
>
> http://wiki.java.net/bin/view/People/WritingCustomComponents
>
> Basically, the components themselves have to conform to some simple
> rules, and the library must also supply some extra metadata that
> describes how they should be integrated into Creator, packaged into a
> JAR file with a specialized manifest. I haven't had time to check
> whether the MyFaces components conform to the rules, but it would be a
> worthwhile exercise to verify this (and provide the appropriate
> metadata and packaging options in the build).
>
> > Thanks!
>
> Craig McClanahan
> (Architect, Sun Java Studio Creator)

