Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 758f685

Browse files
PROJECT_LANG_1_V1.jspx
An archive of the first version of the first project language file for this project.
1 parent d7dff41 commit 758f685

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
// Start of script
2+
3+
/* Project language file 1
4+
* For: seanpm2001/Learn-Java-Server-Pages
5+
* About:
6+
* 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.
7+
*/
8+
9+
10+
<%
11+
<!-- Java XML portion !-->
12+
<p>Project language file 1</p>
13+
<p>For: seanpm2001/Learn-Java-Server-Pages</p>
14+
<p>About:</p>
15+
<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>
16+
<!-- mixing Java with Java !-->
17+
%>
18+
19+
// Java Pages portion
20+
out.print("Project language file 1\n");
21+
out.print("For: seanpm2001/Learn-Java-Server-Pages\n");
22+
out.print("About:\n");
23+
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");
24+
25+
/* File info
26+
* File type: Java Server Pages source file (*.jsp *.jpsf *.jspx)
27+
* File version: 1 (2022, Tuesday, November 29th at 9:31 pm PST)
28+
* Line count (including blank lines and compiler line): 32
29+
*/
30+
31+
// End of script

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /