You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Don Hill <ju...@gmail.com> on 2008/05/15 16:59:33 UTC

JSF 1.2 on Myfaces 1.2.2

Hi,

I am trying to get a JSF 1.2 app working on geronimo with myfaces 1.2.2, I
would like to be able to deploy the same app with modifications to both
implementations. Is this possible?

Thanks

RE: JSF 1.2 on Myfaces 1.2.2

Posted by "Kito D. Mann" <km...@virtua.com>.
Don,

 

This should work fine as long as you don't use any implementation-specific
APIs (com.sun.* or org.apache.myfaces.*). You may find some small
differences in behavior, though.

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kito D. Mann - Author, JavaServer Faces in Action
 <http://www.virtua.com/> http://www.virtua.com - JSF/Java EE consulting,
training, and mentoring
 <http://www.jsfcentral.com/> http://www.JSFCentral.com - JavaServer Faces
FAQ, news, and info
phone: +1 203-653-2989
fax: +1 203-653-2988

 

From: Don Hill [mailto:justj2ee@gmail.com] 
Sent: Thursday, May 15, 2008 11:00 AM
To: MyFaces Discussion
Subject: JSF 1.2 on Myfaces 1.2.2

 

Hi,
 
I am trying to get a JSF 1.2 app working on geronimo with myfaces 1.2.2, I
would like to be able to deploy the same app with modifications to both
implementations. Is this possible?

Thanks