You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Döring Markus <Ma...@tcc-products.de> on 2006/09/26 12:08:21 UTC

Tomcat, MyFaces and JSP 2.1

Hello,
I'm currently developing an web-application with JSP 2.0, MyFaces 1.1.4, Trinidad M1
All this is running on JBoss 4.0.3 SP1 and Tomcat 5.5

I have to include some functions included in JSP 2.1 and searched the web for it, but didn't find much information.
Is it possible to use MyFaces and JSP 2.1 together?
Is there any tutorial how to setup tomcat with JSP 2.1?
Only found the GlassFish implementation yet, are there other JSP 2.1 implementations available? If not can I use only the JSP 2.1 implementation of GlassFish without changing the other parts of the JEE implementation?

Any help is welcome.

Greetings Markus

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Tomcat, MyFaces and JSP 2.1

Posted by Mark Thomas <ma...@apache.org>.
Döring Markus wrote:
> Is it possible to use MyFaces and JSP 2.1 together?

No idea. Ask the MyFaces folks. Don't see why not though...

> Is there any tutorial how to setup tomcat with JSP 2.1?

Use Tomcat 6.x (still in development). First release expected around
the time the final spec is released. For now you need to build from
source.

> Only found the GlassFish implementation yet, are there other JSP 2.1 implementations available? If not can I use only the JSP 2.1 implementation of GlassFish without changing the other parts of the JEE implementation?

Maybe. Haven't tried it or even looked into it.

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: Tomcat, MyFaces and JSP 2.1

Posted by Tracy Nelson <tn...@factsmgt.com>.
| From: Döring Markus [mailto:Markus.Doering@tcc-products.de]
| Subject: Tomcat, MyFaces and JSP 2.1
| 
| If not can I use only the JSP 2.1
| implementation of GlassFish without changing the other parts of the JEE
| implementation?

You mean just use GlassFish as the web container, and continue to use JBoss as your JEE container?  I wouldn't think so, unless you're going to create separate WAR files for the web interface and the rest of the application.  Hmmm, and how would you tell GF to invoke EJBs on JBoss -- I don't think JEE containers are designed to be able to do that (why call another EJB container when *you're* an EJB container?).

OTOH, if you mean can you swap GlassFish for JBoss, it shouldn't be that hard, depending on what sort of JBoss-specific coding you have (maybe config parameters in your DD).  Harder of course if you're depending on JBoss-specific facilities (e.g., hot re-deploy).  But if you're sticking pretty closely to the JEE spec, then you should be able to just drop your WAR file and run with it.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org