We can write any Java Logics in our JSP. Then why we are
using servlets(Controller Layer) to interact with the DAO ?

Answer Posted / sujatha

ya u can write your java logics in scriptlet part of jsp or
u can use jsp action tags to implement the business logic.
but its not the good practice to implement the business
logic in jsp's.mainly the use of jsps is to seperate the
presentation logic and business.. so its better to use
jsps only for presentation purpose..u can write business
logic in action classes or in the servlets..

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is oop in java?

701


What is the Scope of Static Variable?

922


What does super keyword do?

755


What is meant by inheritance and what are its advantages?

801


What does regex mean?

739


What is one third plus one third as a fraction?

663


What are facelets templates?

775


What does sprintf return?

778


Is map sorted in java?

785


What is map java?

710


What is Gang of four design patterns

780


How to find the given number is a prime number or not by getting input from the user

726


What is unmodifiable list in java?

703


Is empty in java?

773


How does arrays sort work in java?

786