•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JSP section within the Web Development category of DaniWeb, a massive community of 397,786 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,383 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JSP advertiser: Lunarpages JSP Web Hosting
Views: 1986 | Replies: 0
![]() |
Intro
The Sun Microsystems’s Java Server Pages technology allows you to rapidly develop and easily maintain rich, dynamic web pages. As a part of the Java family, JSP enables development of web based applications that are platform independent. The web applications build using JSP technology works with a wide variety of web servers, application servers, browsers and development tools. The logic that generates the content is encapsulated in tags and JavaBeans components and tied together in scriptlets, all of which are executed on the server side. If the core logic is encapsulated in tags and Beans then other individuals, such as web masters and page designers, can edit and work with JSP pages without affecting the generation of the content. Thus the JSP technology separates the user interface from the content generation.
JSP page is simply an HTML web page, which contain additional bits of code that generates dynamic content of the page. JSP technology is a part of java family. It uses a java programming language based scripting language and JSP are compiled into java servelets the first time they are invoked. JSP pages may call JavaBeans, EJB components, RMI objects, DBC objects to perform processing on the server. Example JSP page may contain HTML that display static text and graphics, as well as a method call to JDBC object that access database, when the page is displayed in a user’s browser.
Features of JSP
Conclusion
Java server pages and active server pages are similar in many aspects. Both are designed to create the interactive web based applications. To a large extent, both JSP and ASP can create a web page that separates programming logic from the page design. Though there are many similar ways, there are some difference in their structure and design. The major difference that while JSP technology is designed to be platform and server independent, ASP is a Microsoft product that relies primarily on Microsoft technologies.
The Sun Microsystems’s Java Server Pages technology allows you to rapidly develop and easily maintain rich, dynamic web pages. As a part of the Java family, JSP enables development of web based applications that are platform independent. The web applications build using JSP technology works with a wide variety of web servers, application servers, browsers and development tools. The logic that generates the content is encapsulated in tags and JavaBeans components and tied together in scriptlets, all of which are executed on the server side. If the core logic is encapsulated in tags and Beans then other individuals, such as web masters and page designers, can edit and work with JSP pages without affecting the generation of the content. Thus the JSP technology separates the user interface from the content generation.
JSP page is simply an HTML web page, which contain additional bits of code that generates dynamic content of the page. JSP technology is a part of java family. It uses a java programming language based scripting language and JSP are compiled into java servelets the first time they are invoked. JSP pages may call JavaBeans, EJB components, RMI objects, DBC objects to perform processing on the server. Example JSP page may contain HTML that display static text and graphics, as well as a method call to JDBC object that access database, when the page is displayed in a user’s browser.
Features of JSP
- JSP technology follows the write once run anywhere rule which is the basic of the java language
- JSP uses pure java and takes the advantage of its object oriented nature
- JSP uses a combination of tags and scripting to create dynamic web pages
- The JSP page uses the components like EJB, JavaBeans which are reusable. This gives the JSP reusability capabilities.
- Applications made using JSP technology are easier to maintain
Conclusion
Java server pages and active server pages are similar in many aspects. Both are designed to create the interactive web based applications. To a large extent, both JSP and ASP can create a web page that separates programming logic from the page design. Though there are many similar ways, there are some difference in their structure and design. The major difference that while JSP technology is designed to be platform and server independent, ASP is a Microsoft product that relies primarily on Microsoft technologies.
Last edited by happygeek : Oct 29th, 2006 at 5:44 am. Reason: Formatting
increase youe site traffic
http://www.articleboards.com
Running free html asp php jsp xml xhtml j2ee mysql tutorials
http://www.freewebschools.com
Submit your design portfolio and increase your popularity
http://designers-portfolio.com
http://www.articleboards.com
Running free html asp php jsp xml xhtml j2ee mysql tutorials
http://www.freewebschools.com
Submit your design portfolio and increase your popularity
http://designers-portfolio.com
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb JSP Marketplace
Similar Threads
- Help for learnign JSP (JSP)
- about eclipse. Please help me (JSP)
- how to use jsp and tomcat (JSP)
- hello every one!! (JSP)
- jsp tutorial (JSP)
- jsp tutorial (Java)
- Adapting a Java Application to JSP/Servlets (Java)
- Java Server Pages (JSP)
Other Threads in the JSP Forum
- Previous Thread: problem in finding whether data is image or not?
- Next Thread: hi


Linear Mode