readme

来自「EJB3.0请一定要上载质量高而且本站没有的源码」· 代码 · 共 53 行

TXT
53
字号
--------------------------------------------Building, deploying and running the examples--------------------------------------------1) Make sure you have a JDK 1.5.x installed,   a GlassFish v1 b.48 (or greater) installed,   and ANT installed.   See: https://glassfish.dev.java.net/        http://java.sun.com        http://ant.apache.org/2) Set the JAVA_HOME and GLASSFISH_HOME environment   appropriately.3) Setup Glassfish according to the installation   instructions.4) Start embedded Derby database and the Glassfish   app server.   cd <GLASSFISH_HOME>/bin   ./asadmin.bat start-database   ./asadmin.bat start-domain domain15) Executing the following will build and deploy the   sample applications.   cd src/example/stateless   ant   cd src/examples/stateful   ant   cd src/examples/entity   ant   In each case, watch the GlassFish log to see that the applications   are deployed properly.6) Executing the following will run each of the sample clients to   exercise the samples applications.   cd src/examples/stateless   ant run   cd src/examples/stateful   ant run   cd src/examples/entity   ant runIf you need help, please email Micah Silverman at: ejb3@MPowerIT.com

⌨️ 快捷键说明

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