|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Article Discussion: Developing JavaServer Pages
In this excerpt from chapter 4 of Joel Murach's <EM>Java Servlets and JSP</EM>, you'll learn how to develop a web application that consists of HTML pages and JavaServer Pages (JSPs). As you will see, JSPs work fine as long as the amount of processing that's required for each page is limited. When you complete this chapter, you should be able to use JSPs to develop simple web applications of your own.
Read the full article here: Developing JavaServer Pages |
|
#2
|
|||
|
|||
|
good introduction. but there's that "Hello World!"
![]()
__________________
Wedding Gifts | Web Development | Order Fulfllment | Supply Chain | E-Business | Add to 100 SEO Friendly Directories fast do it yourself |
|
#3
|
|||
|
|||
|
Good article, just one comment: Using java code directly in your jsp is not considered best practice. When possible, try to put the logic in an ejb, then use the standard taglibrary to include the data in your page. If you don't have access to an ejb container just use the taglibs to write your logic. It will be much cleaner and easier to work with (specially for non-programmers like webdesigners).
Iwan |
![]() |
| Viewing: Dev Shed Forums > Other > Development Articles > Article Discussion: Developing JavaServer Pages |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|