hello.jsp

来自「Jodd是一个开源的公用Java基础类库」· JSP 代码 · 共 35 行

JSP
35
字号
<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 + =
减小字号Ctrl + -
显示快捷键?