JSP -Sevlets

Discussion in 'Design & Development' started by Vinci141, Dec 21, 2011.

  1. Vinci141

    Vinci141
    Expand Collapse
    Junior Member

    Joined:
    Dec 21, 2011
    Messages:
    94
    Likes Received:
    8
    hello friends !! ;)
    I have been working in jsp since last week and i found it easy to initiate if you know basics of Java as it mostly deals with html,UI part.On the other part ,Servlets should be started first as because it let us to deal with business logic of application/projects.Will continue here as i study more .but i understood to develop a static site in jsp
     
  2. Vinci141

    Vinci141
    Expand Collapse
    Junior Member

    Joined:
    Dec 21, 2011
    Messages:
    94
    Likes Received:
    8
    JSP and Servlets go hand in hand .
     
  3. evangilbort

    evangilbort
    Expand Collapse
    Registered Member

    Joined:
    Apr 24, 2013
    Messages:
    16
    Likes Received:
    0
    A JSP have access to the entire family of the java API's. It includeing the JDBC to access enterprise databases and it enables to create of dynamic, platform independent method for build web based application.
     
  4. chetanaegis

    chetanaegis
    Expand Collapse
    Junior Member

    Joined:
    Dec 7, 2012
    Messages:
    9
    Likes Received:
    0
    JavaServer Pages is a technology that helps software developers create dynamically generated web pages based on HTML, XML, or other document types. JSP can be used independently or as the view component of a server-side model-view-controller design, normally with Java Beans as the model and Java servlets as the controller. This is a type of Model 2 architecture.
     

Share This Page