bubba11895 0 Report post Posted December 6, 2008 Hi i am intrested in making widgets for websites. and i was wondering if i can learn ajax with out js and xml knowledge? or do i have to learn js and xml or is there a better language for this type of web programming? Share this post Link to post Share on other sites
tominich 0 Report post Posted February 13, 2009 Hi i am intrested in making widgets for websites. and i was wondering if i can learn ajax with out js and xml knowledge? or do i have to learn js and xml or is there a better language for this type of web programming? Yes you can learn Ajax without having to learn xml or javascript (perhaps surprisingly!). I think the best way is to use Google Web Toolkit which allows you to write all your code in java (not javascript). It then compiles it to javascipt for you. It is far easier to write in java because you have very powerful IDEs to help you (eg Eclipse, IntelliJ Idea) See http://www.gwtproject.org/?csw=1 Share this post Link to post Share on other sites