You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by John Hjelmstad <fa...@google.com> on 2008/05/29 00:39:07 UTC

Re: [jira] Created: (SHINDIG-313) made GadgetRenderingTask subclassable

Hi Adam:

Can you tell me a little more about your desire to support html-inline?
Until now we've explicitly chosen not to support them since by definition
they aren't portable: an inlined gadget (that actually interacts with the
surrounding DOM rather than using gadgets.rpc-mitigated APIs) is explicitly
tied to a single container.

That works directly against a key promise of gadgets, to be Write Once Run
Anywhere For The Web (tm).

Even when using gadgets as an application extension mechanism for a specific
site, inlining places significant restrictions on the container.

Sorry to subject you to an inquisition :)

--John

On Wed, May 28, 2008 at 2:10 PM, Adam Wight (JIRA) <ji...@apache.org> wrote:
made GadgetRenderingTask subclassable
-------------------------------------

                Key: SHINDIG-313
                URL: https://issues.apache.org/jira/browse/SHINDIG-313
            Project: Shindig
         Issue Type: Improvement
         Components: Gadget Rendering Server (Java)
           Reporter: Adam Wight
           Priority: Minor


Making private members of GadgetRenderingTask "protected" allows us to reuse
this code to create new rendering servlets.  In particular, we have written
an "html-inline" servlet to substitute for the deprecated html-inline
Content type.  Inline rendering for trusted gadgets enables full interaction
with the DOM.

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