English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

6 answers

all you need is Notepad to see those files BUT you can only see local jsp files code not the one live on the internet.

2006-08-09 15:49:16 · answer #1 · answered by Adil K 2 · 0 0

What is JSP?

Java Server Pages (JSP) is a technology developed in collaboration between Sun Microsystems and web server industry giants such as BEA, Netscape, IBM and others. JSP documents are server-side documents containing instructions which need to be processed before being transmitted to the client. These instructions could be as simple as displaying the current time, or they could perform complex data retrieval and manipulation. JSP documents, therefore, are not "readable" by a client browser until they have been executed on the server for transfer to the client, in a browser friendly format such as HTML or XML. JSP enables the rapid creation of dynamic web pages with reusable components. Since this technology is based on Java, it is platform-independent as well as server-independent.

2006-08-09 22:45:53 · answer #2 · answered by doolph2002 4 · 0 0

~~What are JavaServer Pages (JSP) files?
The Application Server supports a powerful approach to dynamic Web page content: JavaServer Pages (JSP) files. JSP files are application building blocks coded to the Sun Microsystems JSP specification.

JSP files enable the separation of the HTML coding from the business logic in Web pages, allowing HTML programmers and Java programmers to more easily collaborate in creating and maintaining pages.

The IBM extensions to the JSP specification include JSP tags that resemble HTML, making it easy for HTML authors to add the power of Java to Web pages without being experts in Java.

JSP files support a division of roles:

HTML authors - Develop JSPs that access databases and reusable Java components, such as servlets and JavaBeans

Java programmers - Create the reusable Java components and provide the HTML authors with the component names and attributes

Database administrators - Provide the HTML authors with the name of the database access and table information

An easy to use and easy to install file browser java server page. This JSP program allows remote web-based file access and manipulation. - http://www.vonloesch.de/jspbrowser.html

SERVLETS and JAVASERVER PAGESTM
by Marty Hall
A Sun Microsystems Press/Prentice Hall PTR Book
ISBN 0-13-089340-4

Free Online Version of First Edition - Training Courses: JSP, Servlets, Jakarta Struts, JSF, AJAX, & Java 5

http://pdf.coreservlets.com/~~

2006-08-09 22:53:58 · answer #3 · answered by Anonymous · 0 0

.jsp is a Java Server Pages file. Since this is not a binary file, you can view it with any text editor like Wordpad, Notepad, Textpad, etc. If you want more pretty colors, then you should use web development software like Homesite (it's old but it's free), Dreamweaver, or MS Frontpage (yuck).

2006-08-09 22:49:21 · answer #4 · answered by puckstorm 3 · 0 0

JSP files are Java Server Pages. You would need to decompile one, as they are Java code.

2006-08-09 22:45:02 · answer #5 · answered by jacinablackbox 4 · 0 0

what programs have you used so far?...many i know can open it which came with windows...btw we almost look like twins lol

2006-08-09 22:47:17 · answer #6 · answered by lifeskills13 2 · 0 0

fedest.com, questions and answers