⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 helloworld1.jsp

📁 Java Pattern Oriented Framework (Jt) 是为了实现Java快速开发的面向模式的框架。
💻 JSP
字号:
<html>
<!--

-->

<%@ page session="false"%>
<%@ page import="Jt.*" %>

<body bgcolor="white">



<!-- HelloWorld.jsp - Example of JSP support -->



<!- Create an instance of HelloWorld -->

<%
   JtFactory main = new JtFactory (); // Create the factory class



   // Create the instance of the Jt objects

   JtObject helloWorld = (JtObject) main.createObject ("Jt.examples.HelloWorld", "helloWorld");   


   Object jtReply = main.sendMessage (helloWorld, new JtMessage ("JtHELLO"));
%>

<!-- Send a message to the object and print the reply -->

<%= jtReply %>




</body>
</html>

⌨️ 快捷键说明

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