-
JSP & Servlets
Does a user need to have JRE to view JSP pages and servlets?
[And are they a type of OOP programming?]
Ben.
-
No. JSP is executed on the HTTP server. It is used to dynamically create web pages. Those web pages can be viewed with a standard web browser. The computer with the browser on it doesn't necessarily need a JRE on it to view those web pages.
However, the design of what's ON those web pages may require that the browser support Applets, javascript, Flash, etc. But that's quite independent of whether the server is using Java Server Pages.
-
You need a java container to run jsp and servlet
Similar Threads
-
Replies: 1
Last Post: 12-29-2005, 04:14 AM
-
Replies: 0
Last Post: 04-19-2002, 07:45 AM
-
By Antonio Fdez. in forum Java
Replies: 3
Last Post: 10-17-2000, 06:58 AM
-
By Ewan Makepeace in forum Java
Replies: 4
Last Post: 04-08-2000, 02:18 PM
-
Replies: 1
Last Post: 03-15-2000, 04:41 PM
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