generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPROJECT_LANG_1.jsp
31 lines (25 loc) · 1.87 KB
/
PROJECT_LANG_1.jsp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// Start of script
/* Project language file 1
* For: seanpm2001/Learn-Java-Server-Pages
* About:
* I decided to make Java Server Pages the main project language file for this project (Seanpm2001/Learn-Java-Server-Pages) as Java Server Pages is the language this project is dedicated to, because this project is about learning the Java Server Pages programming language. It only makes sense to Java Server Pages the official language for this project. It is getting its own project language file, starting here.
*/
<%
<!-- Java XML portion !-->
<p>Project language file 1</p>
<p>For: seanpm2001/Learn-Java-Server-Pages</p>
<p>About:</p>
<p>I decided to make Java Server Pages the main project language file for this project (Seanpm2001/Learn-Java-Server-Pages) as Java Server Pages is the language this project is dedicated to, because this project is about learning the Java Server Pages programming language. It only makes sense to Java Server Pages the official language for this project. It is getting its own project language file, starting here.</p>
<!-- mixing Java with Java !-->
%>
// Java Pages portion
out.print("Project language file 1\n");
out.print("For: seanpm2001/Learn-Java-Server-Pages\n");
out.print("About:\n");
out.print("I decided to make Java Server Pages the main project language file for this project (Seanpm2001/Learn-Java-Server-Pages) as Java Server Pages is the language this project is dedicated to, because this project is about learning the Java Server Pages programming language. It only makes sense to Java Server Pages the official language for this project. It is getting its own project language file, starting here\n");
/* File info
* File type: Java Server Pages source file (*.jsp *.jpsf *.jspx)
* File version: 1 (2022, Tuesday, November 29th at 9:31 pm PST)
* Line count (including blank lines and compiler line): 32
*/
// End of script