jss

  • 网络系统和软件杂志(Journal of Systems and Software)

jssjss

jss

系统和软件杂志(Journal of Systems and Software)

Journal of Systems and Software (JSS) Software Quality Journal "ex b:G|0E#}SL Software: Practice and Experience (SPE) ...

1
In the previous section, you've seen that JSServlet invokes init. jss (shown in Listing 16) before executing the requested script. 在前一节中,曾提及在执行所请求的脚本之前,JSServlet会调用init.jss(如清单16所示)。
2
The BeanDemo. jss script (shown in Listing 23) imports the package containing the JavaBean with importPackage(Packages. jsee. demo). jss脚本(如清单23所示)用importPackage(Packages.jsee.demo)导入了包含此JavaBean的那个包。
3
As you can see in Listing 11, the *. jss pattern is mapped to the servlet. 从清单11可以看出,*.jss模式被映射给此servlet。
4
Let's say you request a script named ParamDemo. jss with the URL shown in Listing 19. 假设您使用清单19所示的URL请求一个名为ParamDemo.jss的脚本。
5
The MonitorScript. jss file contains three JavaScript functions that are executed on the server. jss文件包含3个在服务器上执行的JavaScript函数。
6
The init. jss script also provides functions for getting and setting beans. jss脚本还提供用于访问和设置bean的函数。
7
This means that JSServlet will handle all requests whose URLs end with the . jss extension. 这意味着JSServlet将会处理URL以.jss扩展名结束的所有请求。
8
This is a simple servlet that handles all requests whose URLs end with the . jss extension. 这是一个简单的servlet,它处理URL以.jss扩展名结束的所有请求。
9
A server-side JavaScript file named BackendScript. jss is used to process the submitted form data. 可以使用名为BackendScript.jss的服务器端JavaScript文件处理提交的表单数据。
10
More code will be added to init. jss and finalize. jss through this series. 本系列后面的文章将向init.jss和finalize.jss添加更多的代码。