📄 hello.jsp
字号:
<html>
<head>
<title>Jodd Serverside</title>
</head>
<body bgcolor="#FFFFFF">
<h1>MVC2 framework</h1>
<a href="../index.html">back</a><br><br>
Jodd includes small, but fully-functional MVC2 framework.<br>
Some major benefits:
<ul>
<li>Very easy to learn and use</li>
<li>Performant</li>
<li>Map methods to actions</li>
<li>Configuration file is much simpler</li>
<li>Configuration file may import more configuration files</li>
<li><a href="act.do?action=reload">Reload configuration</a> without restarting server</li>
<li>Action parameters and action data</li>
<li>Action filters</li>
</ul>
<br>
<a href="hello1.jsp"><b>example set #1</b></a><br>
<a href="hello2.jsp"><b>example set #2</b></a><br>
<a href="hello3.jsp"><b>example set #3</b></a><br><br>
note: these examples are not yet very descriptive, and should be examined in details.
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -