index.jsp

来自「jakarta-taglibs」· JSP 代码 · 共 35 行

JSP
35
字号
<html>
<head>
<title>JMS JSP Taglib</title>
 <link type="text/css" href="examples.css" rel="stylesheet"> 
</head>
<body>
<h1>JMS Taglib</h1>

<p>Welcome to the JMS tag library which makes it easy to use JMS from within JSP.
Here are some examples
</p>

<h2>Tools</h2>

<ul>
  <li><a href="sendTool.jsp">send tool</a> allows messages to be sent to a destination</li>
  <li><a href="receiveTool.jsp">receive tool</a> allows text messages to be received from a destination</li>
</ul>

<h2>Tests</h2>

<ul>
  <li><a href="test/sendMessage.jsp">send Message</a></li>
  <li><a href="test/sendMap.jsp">send MapMessage</a></li>
  <li><a href="test/sendMap2.jsp">send MapMessage #2</a> - uses a Map to specify the MapMessage entries.</li>
  <li><a href="test/sendObject.jsp">send ObjectMessage</a></li>
  <li><a href="test/sendText.jsp">send TextMessage</a></li>
  <li><a href="test/sendText2.jsp">send TextMessage #2</a> - which uses tag body content rather than attributes</li>
</ul>


<hr align="center" width="60%" />
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?