[JBoss Seam] - Re: JBoss Tools candidate release
by max.andersen@jboss.com
nickarls:
ICEFaces Nature ?! What should that do ?
If you talk about adding icefaces libraries then that will be solvable when bring back the "Add capabilities" feature (which also should help us work with ant/maven/ivy builds)
But the other part is that the seamgen and all other templates needs to be adjusted (and tested) for icefaces compability.....(there is some work in the seam-gen directory but not sure how easy that is to utilize for us)
Wanna contribute ?
btw. it is Eclipse and we don't depend on any richfaces.jar etc. in the project so you can just add the jars and have fun ;)
samdoyle:
You can use JBossTools/RHDS with Glassfish - you just need to use the Glassfish WTP adapter. the only that won't work is the Seam Wizard Project creation since Glassfish WTP adapter is not listed as compatible with jst.seam. Note: if you have an existing project you can use the seam related features like jsf, el code completion, seam views etc. without any issues.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104988#4104988
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104988
18 years, 8 months
[Installation, Configuration & DEPLOYMENT] - JSF, JSTL and migration to JBOSS4.2.2GA
by rlepretre
Hi,
I have upgraded several versions of JBOSS for my web application without any problem, but the last upgrade from JBOSS4.0.4 to JBOSS4.2.2GA obliged me to change some code, especially in the web configuration.
JBoss4.2 contains its own JSF implementation, and my JSF pages using JSTL tags (foreach ..) did not show my tables anymore. JSTL tags could not access the JSF beans.
To solve this problem I had to convert several beans from request to session, and the beans had to be used/initialised in a previous page. With this method, the JSTL tag could access the data, and the web display becomes as it was before.
I do not know if it is JBOSS implementation or the new JSF implementation, but it could be useful for anyone else using those three technologies together and wishing to upgrade to JBOSS4.2.2.
Franck
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104984#4104984
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104984
18 years, 8 months