Results 1 to 6 of 6
Thread: advantages of Jsp
- 10-18-2009, 04:47 PM #1
Member
- Join Date
- Oct 2009
- Posts
- 4
- Rep Power
- 0
- 10-18-2009, 06:05 PM #2
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 14
What do the textbooks say?
- 08-29-2014, 03:33 PM #3
Member
- Join Date
- Apr 2014
- Location
- http://www.roytuts.com
- Posts
- 51
- Rep Power
- 0
- 08-29-2014, 03:39 PM #4
Just a guy
- Join Date
- Jun 2013
- Location
- Netherlands
- Posts
- 5,114
- Rep Power
- 13
Re: advantages of Jsp
- You don't need to compile them
- You don't need to use endless println statements to output HTML content
- You can edit them in a regular HTML editor with syntax highlighting
- Designers not familiar with Java can read them too
(basically the advantages of any templating system)
Disadvantages:
- people don't take the responsibility to understand them and do such horrible things as completely replacing servlets with JSPs, adding huge quantities of Java code to them
- if you make a mistake it is generally not so easy to debug that; you generally need to first find a generated .java source file and look in there to find the correct line of code that is causing a problem"Syntactic sugar causes cancer of the semicolon." -- Alan Perlis
- 01-06-2016, 12:52 PM #5
Member
- Join Date
- Jan 2016
- Posts
- 4
- Rep Power
- 0
Re: advantages of Jsp
Hey,JavaServer Pages (JSP) is a technology that helps software developers create dynamically generated web pages based on HTML, XML, or other document types.
Here are few Advantages:
-Learning JSP doesn’t need strong knowledge of Java.
-JSP programming is easy to learn and easy to implement for Non-Java programmers.
-JSP programming has implicit objects.
-JSP environment provides implicit/global exception handling mechanism.
- 01-06-2016, 01:06 PM #6
Moderator
- Join Date
- Apr 2009
- Posts
- 13,541
- Rep Power
- 27
Similar Threads
-
How to use Idref Element and its advantages
By Java Tip in forum Java TipReplies: 0Last Post: 03-30-2008, 11:04 AM -
What are dependency injection and its advantages
By Java Tip in forum Java TipReplies: 0Last Post: 03-29-2008, 01:36 PM -
Advantages
By samson in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 04-02-2007, 04:30 PM
Bookmarks