I think we should have a separate module like tuscany-sca-jee-api if we are
ready to do so.
Thanks,
Raymond
--------------------------------------------------
From: "ant elder" <[EMAIL PROTECTED]>
Sent: Thursday, May 08, 2008 8:08 AM
To: "tuscany-dev" <tuscany-dev@ws.apache.org>
Subject: Move the JSP tag lib to the tuscany-sca-api module?
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