You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Luciano Resende <lu...@gmail.com> on 2009/02/11 17:56:47 UTC

Implementation.widget in web container environment, was Fwd: [jira] Closed: (TUSCANY-2838) Implementation.widget works in webcontainer environment

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.

Note that we had some discussion in the past on a similar subject.

[1] http://markmail.org/thread/ujmnskm5ba7gakwo


---------- Forwarded message ----------
From: ant elder (JIRA) <de...@tuscany.apache.org>
Date: Wed, Feb 11, 2009 at 12:44 AM
Subject: [jira] Closed: (TUSCANY-2838) Implementation.widget works in
webcontainer environment
To: dev@tuscany.apache.org



    [ https://issues.apache.org/jira/browse/TUSCANY-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

ant elder closed TUSCANY-2838.
------------------------------

   Resolution: Won't Fix

Could you give more details about what you want to do? I would
question why anyone would want to use implementation.widget in a web
container environment, AIUI implementation.widget is a way to get the
Tuscany standalone runtime able to run web style applications but the
approach taken doesn't really fit in with the JEE web applications or
with the SCA implementation.web. Could we have a bit of discussion on
the dev list about this before going ahead?

> Implementation.widget works in webcontainer environment
> -------------------------------------------------------
>
>                 Key: TUSCANY-2838
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2838
>             Project: Tuscany
>          Issue Type: Test
>          Components: Java SCA Web App Integration
>    Affects Versions: Java-SCA-1.4
>            Reporter: Yang Lei
>            Assignee: Luciano Resende
>
> I would like to know if we have test verifying implementation.widget working in a webcontainer environment. Thank you

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.




-- 
Luciano Resende
Apache Tuscany, Apache PhotArk
http://people.apache.org/~lresende
http://lresende.blogspot.com/

Re: Implementation.widget in web container environment, was Fwd: [jira] Closed: (TUSCANY-2838) Implementation.widget works in webcontainer environment

Posted by ant elder <an...@gmail.com>.
On Wed, Feb 11, 2009 at 4:56 PM, Luciano Resende <lu...@gmail.com>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