JSF Question

F

frankmfs

If I have an existing JSP web-app that I want to start to integrate JSF
into can I? Can I use JSF on selected pages and just the existing JSP
on others?

Just want to confirm.
 
D

Danno

frankmfs said:
If I have an existing JSP web-app that I want to start to integrate JSF
into can I? Can I use JSF on selected pages and just the existing JSP
on others?

Just want to confirm.

Tough to answer, there is so much to it.

JSF pages must interact with the FacesServlet. If it doesn't you can
use your plain JSP pages*. You can migrate your JSP to JSF page by
page that way.

*JSF actually can use JSP pages or XHTML pages or any other type of
page really. For the sake of answering your question, just ignore this
footnote. ;)
 
G

Gabriel Claramunt

(Sorry it's a little old)
You can perfectly mix JSP and JSF, specially if the functionality is
unrelated
(like add new pages using JSF to an application)
I even included JSF segments in an big JSP, but you need to be careful.
Good luck
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,266
Messages
2,571,075
Members
48,772
Latest member
Backspace Studios

Latest Threads

Top