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
What is oop in java?
What is the Scope of Static Variable?
What does super keyword do?
What is meant by inheritance and what are its advantages?
What does regex mean?
What is one third plus one third as a fraction?
What are facelets templates?
What does sprintf return?
Is map sorted in java?
What is map java?
What is Gang of four design patterns
How to find the given number is a prime number or not by getting input from the user
What is unmodifiable list in java?
Is empty in java?
How does arrays sort work in java?