I've tried it with EL functions (that is you can declare EL functions in the taglib) and it seems to work fine. I've created a a few that would make it easier to separate out the Faces code as much as possible.
One of the main reasons for doing it this way is the fact that the TreeModel I'm using is Oracle ADF dependent. This would mean that I need to put the ADF Jar in the ear (as opposed to WEB-INF/lib) in order for it to be accessible from my ejb jar (and of course update the manifest file). Either that or create separate beans in the WEB-INF/classes directory (that creates the TreeMode from the data from EJB), which means I have to create another bean in the web portion... One of the main (among many I might add) attractions of Seam is reduce the amount of coding spread. I think Seam is wonderful, and I believe it'd be worthwhile to go that last mile and try to remove the EJB-JSF/Web dependency (or as much as is practical). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936449#3936449 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936449 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
