integrating JSF and Ajax

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sajithamol

    #1

    integrating JSF and Ajax

    How to integrate JSF with Ajax ?

    what is Ajax ? how it can substitute servlets ?
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by sajithamol
    How to integrate JSF with Ajax ?

    what is Ajax ? how it can substitute servlets ?
    Ajax does not substitute servlets (or anything for that matter). It simply allows you to fool the user into believing that they connected to the database using Javascript witout submiting the form.

    Comment

    • praveen2gupta
      New Member
      • May 2007
      • 200

      #3
      Both are having different purpose. You can not replace servlets with Ajax.

      Comment

      Working...