http://riflethru.com/ is an eBay search application that I am working
on. It uses 1.4.61 on the front-end, about 35,000 lines of code across
the main and mobile clients. The back-end is running Apache/AxKit
turning XML into JSON, and the front-end also talks directly to eBay
using their Shopping API for live results.
The main point of the site is to be a faster eBay search experience.
It is running a working feature set and best described as being post
alpha, pre beta with some features still in the pipeline.
This post is effectively the first public announcement of the site as
it coincides with a WordPress installation and a first blog post at
http://riflethru.com/blog/. I am therefore soliciting feedback from a
GWT audience which I am sure spans a good cross-section of eBay users/
non-users and eBay lovers/despisers alike, all with a good eye for a
webapp.
I would also like to give IE a mention, as I am sure it touches many
people in many ways, just as it has been a part of my professional
life since its existence. Although the application runs consistently
across standards-compatible browsers, I did have to spend considerable
time bug fixing where IE had decided to be behave differently.
A key point about GWT is the cross-browser aspect and I obviously had
little choice but to nail each and every bug that it threw up. I was
faced with IE processes hanging without reason, and rendering that
was, well you probably already know. Nevertheless, I would have been
far worse off programming this without GWT and it ended up taking me
longer to dig out a Windows box than to fix each problem. While it now
runs in any supported browser, I do find that IE Javascript-intensive
processing is noticeable slower compared to other browsers, beaten
only by the iPhone with its inferior CPU. Take that, Bill and Steve.