On 3/23/06, David Sean Taylor <[EMAIL PROTECTED]> wrote:
>
> What do you think about a new feature where Jetspeed can execute secured
> ajax actions in portlet applications. The actions would just be POJOs
> like in the Jetspeed AJAX API, and we could secure the actions in the
> security policy
>

Yes, that sounds like a dandy idea.  But it might be nice if the
actions were actually implementations of some simple interface whose
'doAction' method or whatever had access to the request and response.

For my particular use case, I'm not just triggering server side
business logic, I'm also writing XML to the response.  And actually,
if you could control the response headers and write to the response,
that would also solve the download of arbitrary binary data problem.

Of course it would be sweet if there were something in the
portal/portlet spec that we could leverage here (and not be so
proprietary), but I just don't think there is anything that fits the
bill...

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to