I was wondering about moving the JSP taglib thats currently in the host-webapp module [1] to be in the sca-api module. The point being if you use an IDE that can validate JSPs then if the jar with the taglib is in the application classpath the IDE will validate the use of the taglib, so right now that means you need to add the tuscany-host-webapp jar which seems like it unnecessarily exposes tuscany internals to the app developer whereas if the taglib was in the sca-api than thats seems fine to have in the application classpath.
...ant
