You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org> on 2007/04/15 00:59:15 UTC

[jira] Created: (WICKET-471) Static pages examples

Static pages examples
---------------------

                 Key: WICKET-471
                 URL: https://issues.apache.org/jira/browse/WICKET-471
             Project: Wicket
          Issue Type: New Feature
          Components: wicket-examples
            Reporter: Jean-Baptiste Quenot
         Assigned To: Jean-Baptiste Quenot
             Fix For: 1.3


These examples show how to serve files (or more generally data streams) by reusing the powerful Wicket concepts like IResourceStream, IRequestTarget and IRequestTargetUrlCodingStrategy.

Static pages are stateless pages that do not make use of Wicket Components, in fact those pages can be also considered dynamic if you take the example of an XSLT transform.

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


[jira] Updated: (WICKET-471) Static pages examples

Posted by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Quenot updated WICKET-471:
----------------------------------------

    Fix Version/s:     (was: trunk)
                   1.3.0-beta1

> Static pages examples
> ---------------------
>
>                 Key: WICKET-471
>                 URL: https://issues.apache.org/jira/browse/WICKET-471
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-examples
>            Reporter: Jean-Baptiste Quenot
>            Assignee: Jean-Baptiste Quenot
>             Fix For: 1.3.0-beta1
>
>
> These examples show how to serve files (or more generally data streams) by reusing the powerful Wicket concepts like IResourceStream, IRequestTarget and IRequestTargetUrlCodingStrategy.
> Static pages are stateless pages that do not make use of Wicket Components, in fact those pages can be also considered dynamic if you take the example of an XSLT transform.

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


[jira] Resolved: (WICKET-471) Static pages examples

Posted by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Quenot resolved WICKET-471.
-----------------------------------------

    Resolution: Fixed

> Static pages examples
> ---------------------
>
>                 Key: WICKET-471
>                 URL: https://issues.apache.org/jira/browse/WICKET-471
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-examples
>            Reporter: Jean-Baptiste Quenot
>         Assigned To: Jean-Baptiste Quenot
>             Fix For: 1.3
>
>
> These examples show how to serve files (or more generally data streams) by reusing the powerful Wicket concepts like IResourceStream, IRequestTarget and IRequestTargetUrlCodingStrategy.
> Static pages are stateless pages that do not make use of Wicket Components, in fact those pages can be also considered dynamic if you take the example of an XSLT transform.

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