| Author |
Java package statement for JSP?
|
Richard Broersma
Ranch Hand
Joined: Apr 28, 2009
Posts: 63
|
|
Since JSP files will eventually be translated to .java files which eventually will be compiled into java classes, it it possible to declare a JSP as part of a development package.
Basically, does JSP have an equivalent to the java "package" statement?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56554
|
|
|
No. And where the JSP ends up is dependent upon the container.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Richard Broersma
Ranch Hand
Joined: Apr 28, 2009
Posts: 63
|
|
|
Okay, that make sense. But now I'm confused about one aspect of the Cattle-Drive Assignment Servlets-4a. I'll open up a new thread for that question.
|
 |
 |
|
|
subject: Java package statement for JSP?
|
|
|