The No.1 i-Technology Magazine in the World !
   
 

      ES no BS
       My son's music    ...and animations                 Upcoming training            My podcasts in Russian

Archives

««Oct 2008»»
SMTWTFS
    1
2
3
4
5
67891011
12131415161718
19202122232425
262728293031

RSS Feed








Hit Counter

Total: 1,106,180
since: 27 May 2005

Told Ya!

posted Friday, 25 April 2008

I know, it's not nice and I should behave as if it's not that important to me, but I can't. During the last two and a half years I've been writing, openly speaking, whistle-blowing, and whispering that AJAX is a wrong way to go for developing rich Internet application. But 99% of the software developers were singing hosannas to AJAX.

Forrester was selling this 7-page report for $379, while I've written dozens of pages for free. But who am I!  Forrester said that AJAX does your body good. The author of that report has published yet another article explaining when it makes sense to use  AJAX. But it seems that Forrester is turning 180 degrees now. 

Here' a new 8-page report that costs only $775 titled "Ajax Disappoints Power Users Looking For Web 2.0-Style Business Apps".

I wonder if people who purchased the first report are entitled for the money back even though they did not ask for it within three weeks from the date of purchase?

To Forrester recruiters: I am happy with my current employer.

tags:  

links: digg this    del.icio.us    technorati    




1. akkachotu left...
Friday, 25 April 2008 11:58 pm

We have to develop an application where we need to have good response times and other SLA's on the GUI/Client side. If we have to choose between AJAX and JSF (keeping Flex aside for sometime) the which one do you suggest ?


2. Yakov Fain left...
Saturday, 26 April 2008 7:37 am

Both use HTTP to deliver data, so I do not see a difference in the data communication layer. Visit http://www.jamesward.org/census/ and run some benchmarks yourself to benchmark performance. Both with JSF and AJAX you can't store reference data on the clients - page refreshes would kill the data. From the development cost perspective, I'd go with JSF - it's better to program with Java than with JavaScript.