|
-
Mixing JSPs and HTML (I)
What is your advice about developing web applications with JSPs?
Should ALL pages be JSPs? or would a mixture of JSPs and HTML not get (some)one
into trouble?
-
Re: Mixing JSPs and HTML (I)
In article <399a96d2$1@news.devx.com>,
Carl Crosswhite <Carlxw@ix.netcom.com> wrote:
>Should ALL pages be JSPs? or would a mixture of JSPs and HTML not get
>(some)one into trouble?
There is no problem mixing JSP, HTML and servlets into the same
application, so you can use whatever makes the most sense for
each page.
A plain HTML page will typically be served very slightly faster than
the same page as a JSP. On the other hand, if every page on your site
has some common navigation, you may want to make every page a JSP so
that you can use a jsp:include, and keep the navigation contained in a
single file. This makes changing and maintaining a site very easy.
- Larne
Similar Threads
-
Replies: 1
Last Post: 09-22-2000, 09:15 AM
-
By Carl Crosswhite in forum authorevents.pekowsky
Replies: 1
Last Post: 08-16-2000, 11:32 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks