CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #8
    Join Date
    Aug 2002
    Location
    Brazil
    Posts
    730

    Re: what is used at Server side?

    Quote Originally Posted by dmeikle
    CPUWizard on the other hand, merely stated the correct - in ajax, you use javascript to talk to the server, and the server side language is purely dependant on the server/vendor configuration. It could be coldfusion, java, asp, dot net, php.
    I'm sorry but i don't think I misunderstood. When CPUWizard says:

    ...integrate client and server side code so the developer needs to only think about the server side.
    He is referring to those Ajax frameworks that use some kind of serialization/translation so that the developer don't use any javascript. In those frameworks one can control client's DOM from server side. And what i wanted to state is that this is not the only way it is done. Ajax can also be used for dynamic reload-less content presentation and also dynamic interfaces that DOES require developers to know javascript, wich is the case of my ajax lib where you are required to know javascript to access client's DOM.

    I hope i was clear.
    Last edited by bubu; February 7th, 2007 at 11:40 AM.
    All consequences are eternal in some way.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured