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.93 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-Jakarta-Server-Pages
* About:
* I decided to make Jakarta Server Pages the main project language file for this project (Seanpm2001/Learn-Jakarta-Server-Pages) as Jakarta Server Pages is the language this project is dedicated to, because this project is about learning the Jakarta Server Pages programming language. It only makes sense to Jakarta Server Pages the official language for this project. It is getting its own project language file, starting here.
*/
<%
<!-- Jakarta XML portion !-->
<p>Project language file 1</p>
<p>For: seanpm2001/Learn-Jakarta-Server-Pages</p>
<p>About:</p>
<p>I decided to make Jakarta Server Pages the main project language file for this project (Seanpm2001/Learn-Jakarta-Server-Pages) as Jakarta Server Pages is the language this project is dedicated to, because this project is about learning the Jakarta Server Pages programming language. It only makes sense to Jakarta Server Pages the official language for this project. It is getting its own project language file, starting here.</p>
<!-- mixing Jakarta with Java !-->
%>
// Jakarta Java portion
out.print("Project language file 1\n");
out.print("For: seanpm2001/Learn-Jakarta-Server-Pages\n");
out.print("About:\n");
out.print("I decided to make Jakarta Server Pages the main project language file for this project (Seanpm2001/Learn-Jakarta-Server-Pages) as Jakarta Server Pages is the language this project is dedicated to, because this project is about learning the Jakarta Server Pages programming language. It only makes sense to Jakarta Server Pages the official language for this project. It is getting its own project language file, starting here\n");
/* File info
* File type: Jakarta Server Pages source file (*.jsp *.jpsf *.jspx)
* File version: 1 (2022, Monday, November 28th at 10:12 pm PST)
* Line count (including blank lines and compiler line): 32
*/
// End of script