[jboss-dev-forums] [Design of JBoss jBPM] - Re: next steps for the console webapp
tom.baeyens@jboss.com
do-not-reply at jboss.com
Fri Jul 28 04:37:15 EDT 2006
"svetzal" wrote :
| My hope over the past several months has been to gain insight into writing complex JSF components, and thus far I'm not particularly keen. There are a lot of rough edges throughout MyFaces and JSF.
|
sure a task list and a task form JSF component should be possible, no ?
"svetzal" wrote :
| The alternative is tying ourselves to a specific implementation (MyFaces) and using their existing infrastructure(s) for things like external resource binding.
| How does everyone feel about an explicit tie to MyFaces?
i don't see why an explicit ty to myfaces would be required. also i don't get what you mean with external resource binding.
could it be that these problems can be solved with a thread local ? simple version of the idea is to create a http-filter that sets up the environment which is able to fetch the external resources and store this environment in a thread local somewhere. then inside of your JSF components, you can access the external resources through the environment. it should be very similar to how we do it now in the console. i think.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961510#3961510
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961510
More information about the jboss-dev-forums
mailing list