This isn't ground breaking news, and I'm sure there are hundreds of
sites every day switching between technologies (.NET <--> Java
<--> PHP <---> XYZ), but the
new Blizzard forums are now powered by apache-coyote/jsp instead of IIS/.NET like they used to be.
I'd
really like to know why the switch though. I mean, I can understand if
they have a Java layer they want to re-use (there is some connection
between the forums and the game, like authentication), then it makes
sense to go to JSP. Although, I seriously doubt that much of WoW is
written in Java.
What bothers me is that under .NET the forums
were slow, buggy and not very functional. I cringe at the thought that
they might have switched for better performance/functionality. JSP
doesn't come close to ASP.NET (unless you connecting to a Java layer or
want to ship to multiple platforms). It all comes down to
implementation, the first version was badly implemented, this new one
is solid. Grats to Blizzard for picking the right technology for their
team, what I want to know is, why did they pick .NET in the first place
and how bad was the implementation that they had to scratch it and
rewrite it (I'm assuming here)?!