GeekInterview.com
Results 1 to 3 of 3

Real time examples for EJB, JSP servlets

This is a discussion on Real time examples for EJB, JSP servlets within the Web Development forums, part of the category; Tell me some good real time examples for EJB, JSP servlets, in which occasions they are used? NOTE : [This question was asked by sivanesh.a]...

  1. #1
    JobHelper is offline Expert Member Array
    Join Date
    Oct 2006
    Answers
    689

    Real time examples for EJB, JSP servlets

    Tell me some good real time examples for EJB, JSP servlets, in which occasions they are used?

    NOTE : [This question was asked by sivanesh.a]


  2. #2
    vmshenoy is offline Expert Member Array
    Join Date
    Oct 2005
    Answers
    394

    Re: Real time examples for EJB, JSP servlets

    hi


    JSP are really useful to create dynamic pages.Infact v can say that JSP is used to creat dynamic content on web.JSPs are server side applications.They accept a request and generate a response.
    Dyanmic pages means which give response according to request.eg consider an

    airline's website,suppose Mr a goes to this website and enters his destination, say mumbai,then hhe will get list of flights.
    Now suppose other man ,say Mr B goes to same airline's website and enters another destination, say chennai,then he will get separate list of flights.So this is coz of dynamic pages.They responded based on request.


    Servlets does same thing,but JSPs are easier.
    hop this satisfies ur query
    bye

    :)
    NEVER SAY DIE.

  3. #3
    ravikiran201 is offline Junior Member Array
    Join Date
    Jul 2007
    Answers
    3

    Re: Real time examples for EJB, JSP servlets

    The website of sun , Jguru ,apache , and many more more sites are devleoped including these technologies


    •    Sponsored Ads