On Wed, Feb 11, 2009 at 4:56 PM, Luciano Resende <[email protected]>wrote:
> Lightweight HTML/Ajax applications could be run standalone as well as > packaged as war to be deployed in a web container When the application > is running in a a web container, we possibly need some tweaks in the > implementation.widget to handle some of resources being served by the > web container http stack, instead of using binding.http. > > Note that, although this app is being packaged as a WAR, it is not > really a Java EE application, thus not using JSP or JSP Tags which is > required by implementation.web in order to get wired to SCA > references. > > Could you say a bit more about what you mean "although this app is being packaged as a WAR, it is not really a Java EE application"? Implementation.web doesn't require JSP thats just one way the references may be used. It might make more sense to try to merge the functionality provided by both implementation types to make things a bit more consistent, really depends on what you're wanting to do. ...ant
