You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by da...@att.net on 2005/03/31 21:20:31 UTC

Integrating MyFaces with Java Studio Creator...possible?

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?

Thanks!

Re: Integrating MyFaces with Java Studio Creator...possible?

Posted by Craig McClanahan <cr...@gmail.com>.
On Thu, 31 Mar 2005 19:20:31 +0000, darrin_p_s@att.net
<da...@att.net> 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)