Apple Using JSF for online rebate system
I received a tip from
href="http://matthiaswessendorf.wordpress.com/">Matthias Weflendorf
that Apple is using JSF for its online rebate site, which you can see at
<
href="https://rebate.apple.com/art-web/pages/newAccountCreationPage.faces">https://rebate.apple.com/art-web/pages/newAccountCreationPage.faces>.
A quick View Source shows the presence of our javax.faces.ViewState
hidden field. Inspection of the value of that field leads me to believe
they are using
href="https://javaserverfaces.dev.java.net/">Mojarra, but I am not
certain. If someone can confirm this, I’d be glad. I've added them to
the
href="http://wiki.java.net/bin/view/Projects/RealWorldJSFLinks">RealWorldJSFLinks
Wiki. Please feel free to add any other sites that you know are usin
JSF.
Technorati Tags: edburns
- Login or register to post comments
- Printer-friendly version
- edburns's blog
- 1373 reads






Comments
by behrangsa - 2008-09-17 22:29
But that doesn't change the fact that JSF is broken and half-baked and one has to patch it with Seam and Facelets to make it usable. The built-in components are also mostly half-baked and broken.by benedict_chng - 2008-09-17 20:56
This shows you how popular JSF is ... now ...by claudio - 2008-09-16 15:12
And they are using JBoss