Create web application with ajax from the begining or add ajax later?
Posted
by klew
on Stack Overflow
See other posts from Stack Overflow
or by klew
Published on 2009-02-13T14:25:31Z
Indexed on
2010/03/15
15:19 UTC
Read the original article
Hit count: 221
I'm working on my first Ruby on Rails aplication and it's quite big (at least for me ;) - database has about 25 tables). I'm still learning Ruby and Rails and I never wrote anything in Javascript nor Ajax. Should I add Ajax to my application from the begining? Or maybe it will be better to add it latter?
Or in the other words: is it (relatively) easy to add ajax to existing web application?
© Stack Overflow or respective owner