The goal was to make it behave exactly as before so the existing layout
documentation is still applicable. All you have to do is upgrade Stripes to
1.5.4. There have been a few little issues with 1.5.4, but most people won't
have a problem. When 1.5.5 is released in the near future, most of the
incompatibilities with 1.5.3 will be fixed.

The only thing I know of that you won't be able to do is something like
<c:if test="${'1' == someLayoutComponent}">...</c:if> where you try to treat
the layout component contents as a String in an EL expression. They were
actually Strings before, but now they're instances of
LayoutComponentRenderer.

-Ben

On Tue, Dec 28, 2010 at 8:55 AM, Janne Jalkanen <janne.jalka...@ecyrd.com>wrote:

>
> OK guys, you got me excited. Is this documented somewhere and do I have to
> do anything to get it turned on? :-D
>
> /Janne
>
> On 23 Dec 2010, at 18:14, Ben Gunter wrote:
>
> Thank you so much for the positive feedback. I worked really hard to get
> that done, and it's nice to know people are benefiting from it. The switch
> to streaming hasn't been without its hiccups, but I think the benefits far
> outweigh the problems that have been encountered.
>
> -Ben
>
> On Wed, Dec 22, 2010 at 9:24 AM, Daniil Sosonkin <dan...@orbisfn.com>wrote:
>
>> To Stripes Developers,
>>
>> I'd like to take a moment to leave my warmest regards to the Stripes' new
>> streaming layout tags. The rewrite is truly something that had to be done
>> from the beginning. It makes web app behave like no other. I had no
>> complaints about Stripes before, but since the release of 1.5.3 its been
>> simple wonder running the framework. Our site is relatively small. We get
>> about 200 concurrent users. Nonetheless, performance gains are clearly
>> visible. Just some bullet points below:
>>
>>    * Faster perceived response time
>>    * Memory usage has been stabilized without jumping up and down
>>    * Reduced CPU usage (unexpected)
>>
>> The most important improvement is the perceived response time. I'm
>> tracking page load for every single JSP request all the time (my own pet
>> peeve) and there have been no changes there, but users get first bytes in
>> the response faster. I guess buffering is not always desired. Don't know if
>> anyone has felt the changes, but I've seen those only after installing new
>> Stripes. And a side effect of that is clearly visible to our international
>> clients in Asia. The content delivery is more instant.
>>
>> My thanks go out to all who contributed to this change. Its great to see
>> Stripes improve so much and looking forward to the bright future as well.
>>
>> Cheers,
>> Daniil
>>
>>
>
> ------------------------------------------------------------------------------
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment,
> and,
> should the need arise, upgrade to a full multi-node Oracle RAC database
> without downtime or disruption
>
> http://p.sf.net/sfu/oracle-sfdevnl_______________________________________________
> Stripes-users mailing list
> Stripes-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
>
>
>
> ------------------------------------------------------------------------------
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment,
> and,
> should the need arise, upgrade to a full multi-node Oracle RAC database
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
>
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to