Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Gerritt Bakker   on Feb 28 In Java Category.

  
Question Answered By: Pam Harrison   on Feb 28

Why do you have a jsp  that provides no presentation to the user? Put that code
into a separate class or something. Jsp is meant as a presentation layer only,
all your business logic (such as that dealing with databases) should be separate
from the presentation layer.

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on problem with jsp Or get search suggestion and latest updates.


Tagged: