incredibly nice

2010/2/22 Joachim F. Kainz <j...@jolira.com>

>  Fellow Wicket Users,
>
> The question if Wicket is suitable for large enterprises has just become
> easier to answer: The largest enterprise in the world is now using Wicket
> for its mobile site. Check out mobile.walmart.com (or just point your
> mobile phone to www.walmart.com and get redirected automatically).
>
> The reason why my client decided to go with Wicket makes it easy to support
> multiple different types of devices. The walmart mobile application supports
> different HTML for three categories of devices (L1: iPhones & challengers,
> L2: BlackBerries, L3: Plain Old Devices). These three experiences are
> supported by the same Java code on the server side.
>

I'd be very curious how that was achieved? Do you keep three sets of
templates and decide at runtime based on the user-agent information which
template to render against?

I'm currently in a project where this device independence is achieved by a
'post-processor' which picks up the rendered markup and re-renders it for
each device category.

Just curious which approach was chosen for wallmart and your experiences
with it.


mf


>
> We added a few components to Wicket, mostly because in the retail arena
> being stateless is very important. Our components are available at
> http://code.google.com/p/jolira-tools/.
>
> Wicket is an awesome product and I would like to thank the Wicket team for
> all there work. One day I hope to get the largest enterprise in the world to
> donate an appropriate amount of money for future development! [image: :)]
>
> Best regards,
>
> Joachim
>
> http://www.jolira.com
>
>
>
>

Reply via email to