readme
来自「Java的面向对象数据库系统的源代码」· 代码 · 共 28 行
TXT
28 行
Simple Servlet Sample-------------This sample demonstrates web development with Ozone running as an embeddedservice inside the JBoss application server. It is deliberatelyvery simple, basically a Hello World where the Hello message comes froma persistent object.This has been tested with JBoss 3.0.2 and you need to set a JBOSS_HOMEenvironment variable for the build script to work.Building It-----------Run "ozoneAnt" in the jbosst directory. This will deploy the sar (service archive)file to JBoss.To build the servlet sample that uses the service run ozoneAnt in the samples/servletdirectory. This will deploy the war generated.Running it----------Start JBoss (%JBOSS_HOME%\bin\run.bat).You can see the result in the web browser by using the url"http://localhost/ServletUsingEmbeddedOzone" which takes you to the index.html page.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?