Funny!

I just wanted to point out that mobile.walmart.com supports three
categories of devices using the same Java code (only the html is (very)
different.) Try doing that with JSP.

If anybody wants to try this out, use the User Agent Switcher in Firefox
and the following configuration:

<useragentswitcher>

        <folder description="L1">
        <useragent description="iPhone 3.0"
                useragent="Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac 
OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 
Safari/528.16"
                appcodename="Mozilla" appname="Netscape"
                appversion="5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; 
en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 
Safari/528.16"
                platform="iPhone" vendor="Apple Computer, Inc." vendorsub="" />
        </folder>
        <folder description="L2">
        <useragent description="BlackBerry 7520"
                useragent="BlackBerry7520/4.0.0 Profile/MIDP-2.0 
Configuration/CLDC-1.1 UP.Browser/5.0.3.3 UP.Link/5.1.2.12 (Google WAP 
Proxy/1.0)"
                appcodename="" appname="" appversion="" platform="" vendor=""
                vendorsub="" />
        <useragent description="Blackberry"
                useragent="BlackBerry8130/4.3.0 Profile/MIDP-2.0 
Configuration/CLDC-1.1 VendorID/105"
                appcodename="" appname="" appversion="" platform="" vendor=""
                vendorsub="" />
        </folder>
        <folder description="L2*">
        <useragent description="NokiaN82"
                useragent="Mozilla/5.0(SymbianOS/9.2; U; Series60/3.1 
NokiaN82/10.0.035; Profile/MIDP-2.0 
Configuration/CLDC-1.1;)AppleWebKit/413(KHTML,like Gecko)Safari/413"
                appcodename="" appname="" appversion="" platform="" vendor=""
                vendorsub="" />
        </folder>
        <folder description="L3">
                <useragent description="L3"
                useragent="OPWV-SDK/62 UP.Browser/6.2.2.1.208 (GUI) MMP/2.0"
                appcodename="" appname="" appversion="" platform="" vendor=""
                vendorsub="" />
        </folder>
</useragentswitcher>


On Tue, 2010-02-23 at 12:32 +0100, Daniele Dellafiore wrote:

> On Mon, Feb 22, 2010 at 9:50 PM, Riyad Kalla <[email protected]> wrote:
> 
> > Joachim,
> >
> > Very very cool info. A few days ago folks were talking about slides for
> > "convincing management of Wicket" and trying to create some common slides
> > for folks to utilize -- information like *this* (Walmart, Wells Fargo) is a
> > gold-mine for those business cases for Wicket.
> >
> >
> In fact I have immediately changed my presentation about Wicket with this
> new one http://docs.google.com/present/view?id=dhccq8r9_77c6dhxjdh ;)
> 

Reply via email to