You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "john tal (JIRA)" <ta...@jakarta.apache.org> on 2006/09/22 23:34:22 UTC

[jira] Created: (TAPESTRY-1097) Please make underlying platforms Request and Response object available by public accessor

Please make underlying platforms Request and Response object available by public accessor
-----------------------------------------------------------------------------------------

                 Key: TAPESTRY-1097
                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1097
             Project: Tapestry
          Issue Type: Improvement
         Environment: Servlet container
            Reporter: john tal


We are very interested in refitting our JSP MVC putting Tapestry into the View.  But we do NOT want to be forced to make our existing controller classes behind the UI know anything about Tapestry.   

The Tapestry classes (WebRequest and WebResponse) wrapping the HttpServletRequest and HttpServletSession need to include a public method like public Object getPlatformRequest or public HttpServletRequest getServletRequest.  We need obtain from WebRequest and WebResponse the actual servlet objects to pass them into our existing controller classes.

Without these changes we will not use Tapestry because we want limit how much Tapestry we have to use.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-1097) Please make underlying platforms Request and Response object available by public accessor

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
    [ http://issues.apache.org/jira/browse/TAPESTRY-1097?page=comments#action_12437091 ] 
            
Jesse Kuhnert commented on TAPESTRY-1097:
-----------------------------------------

http://tapestry.apache.org/tapestry4/tapestry/hivedocs/module/tapestry.globals.html

Oh...Well I guess Andy has done it already :) I'll do it again just to be complete. 

> Please make underlying platforms Request and Response object available by public accessor
> -----------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1097
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1097
>             Project: Tapestry
>          Issue Type: Improvement
>         Environment: Servlet container
>            Reporter: john tal
>         Assigned To: Jesse Kuhnert
>
> We are very interested in refitting our JSP MVC putting Tapestry into the View.  But we do NOT want to be forced to make our existing controller classes behind the UI know anything about Tapestry.   
> The Tapestry classes (WebRequest and WebResponse) wrapping the HttpServletRequest and HttpServletSession need to include a public method like public Object getPlatformRequest or public HttpServletRequest getServletRequest.  We need obtain from WebRequest and WebResponse the actual servlet objects to pass them into our existing controller classes.
> Without these changes we will not use Tapestry because we want limit how much Tapestry we have to use.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Resolved: (TAPESTRY-1097) Please make underlying platforms Request and Response object available by public accessor

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1097?page=all ]

Jesse Kuhnert resolved TAPESTRY-1097.
-------------------------------------

    Resolution: Invalid
      Assignee: Jesse Kuhnert

Why don't you just use the http request objects directly? Tapestry makes them available as injectable services. 


> Please make underlying platforms Request and Response object available by public accessor
> -----------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1097
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1097
>             Project: Tapestry
>          Issue Type: Improvement
>         Environment: Servlet container
>            Reporter: john tal
>         Assigned To: Jesse Kuhnert
>
> We are very interested in refitting our JSP MVC putting Tapestry into the View.  But we do NOT want to be forced to make our existing controller classes behind the UI know anything about Tapestry.   
> The Tapestry classes (WebRequest and WebResponse) wrapping the HttpServletRequest and HttpServletSession need to include a public method like public Object getPlatformRequest or public HttpServletRequest getServletRequest.  We need obtain from WebRequest and WebResponse the actual servlet objects to pass them into our existing controller classes.
> Without these changes we will not use Tapestry because we want limit how much Tapestry we have to use.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-1097) Please make underlying platforms Request and Response object available by public accessor

Posted by "Andreas Andreou (JIRA)" <ta...@jakarta.apache.org>.
    [ http://issues.apache.org/jira/browse/TAPESTRY-1097?page=comments#action_12437081 ] 
            
Andreas Andreou commented on TAPESTRY-1097:
-------------------------------------------

Like http://tapestry.apache.org/tapestry4/tapestry/hivedocs/module/tapestry.globals.html ?

> Please make underlying platforms Request and Response object available by public accessor
> -----------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1097
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1097
>             Project: Tapestry
>          Issue Type: Improvement
>         Environment: Servlet container
>            Reporter: john tal
>         Assigned To: Jesse Kuhnert
>
> We are very interested in refitting our JSP MVC putting Tapestry into the View.  But we do NOT want to be forced to make our existing controller classes behind the UI know anything about Tapestry.   
> The Tapestry classes (WebRequest and WebResponse) wrapping the HttpServletRequest and HttpServletSession need to include a public method like public Object getPlatformRequest or public HttpServletRequest getServletRequest.  We need obtain from WebRequest and WebResponse the actual servlet objects to pass them into our existing controller classes.
> Without these changes we will not use Tapestry because we want limit how much Tapestry we have to use.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-1097) Please make underlying platforms Request and Response object available by public accessor

Posted by "john tal (JIRA)" <ta...@jakarta.apache.org>.
    [ http://issues.apache.org/jira/browse/TAPESTRY-1097?page=comments#action_12437076 ] 
            
john tal commented on TAPESTRY-1097:
------------------------------------

Jesse, do you have a URL to the page in the wiki which has a code sample describing what you are talking about.  Injection in general is too vague.

> Please make underlying platforms Request and Response object available by public accessor
> -----------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1097
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1097
>             Project: Tapestry
>          Issue Type: Improvement
>         Environment: Servlet container
>            Reporter: john tal
>         Assigned To: Jesse Kuhnert
>
> We are very interested in refitting our JSP MVC putting Tapestry into the View.  But we do NOT want to be forced to make our existing controller classes behind the UI know anything about Tapestry.   
> The Tapestry classes (WebRequest and WebResponse) wrapping the HttpServletRequest and HttpServletSession need to include a public method like public Object getPlatformRequest or public HttpServletRequest getServletRequest.  We need obtain from WebRequest and WebResponse the actual servlet objects to pass them into our existing controller classes.
> Without these changes we will not use Tapestry because we want limit how much Tapestry we have to use.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org