[jboss-dev-forums] [Design of POJO Server] - Re: Mapping web resources over VDF
alesj
do-not-reply at jboss.com
Mon Jan 26 09:58:12 EST 2009
"remy.maucherat at jboss.com" wrote :
| "alesj" wrote :
| | At least I wouldn't limit myself to TLDs ... if that's possible.
| |
| All "standard" descriptors and annotations are already given by AS.
| context.xml files are then read through the VFS in JBossContextConfig.
| The only thing missing is really TLDs, parsed using TldLocationsCache
| and TagLibraryInfoImpl in Jasper, which is not pluggable right now.
|
| It is a two step process:
| 1) scan to associate the requested taglib uri with the location of its
| TLD
| 2) parse the actual TLD file
|
"remy.maucherat at jboss.com" wrote :
| "alesj" wrote :
| | afaik they are eager to get things working cleanly/nicely on the new VDF.
| |
| | Hence the mutable VFSDeploymentUnit.
| |
| That's what is used: WebApplication.getDeploymentUnit.getFile
|
| But redoing TLD processing is not trivial. I think in theory since they
| are standard EE metadata, then the parsing should be in
| JBossWebMetaData, and Jasper should not have to do any TLD scanning and
| parsing like it does right now.
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204722#4204722
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204722
More information about the jboss-dev-forums
mailing list