... 49 Compile 50 Compile the Session Bean 51 Compile the Servlet 51 Start the Platform and Tools 51 Unix 52 Windows 52 Assemble the Application 52 Create New J2EE Application 52 Create New Web Component 53 Bundle ... user name. Unix: /home/monicap/J2EE/j2sdkee1 .2. 1 /home/monicap/J2EE/jdk1 .2. 2 Windows: \home\monicap\J2EE\j2sdkee1 .2. 1 \home\monicap\J2EE\jdk1 .2. 2 Path and...
Ngày tải lên: 06/08/2014, 17:20
... the Servlet Unix #!/bin/sh cd /home/monicap/J2EE/ClientCode J2EE_HOME=/home/monicap/J2EE/j2sdkee1 .2. 1 CPATH=.:$J2EE_HOME/lib/j2ee.jar: /home/monicap/J2EE javac -d . -classpath "$CPATH" ... BonusServlet.java Windows cd \home\monicap\J2EE\ClientCode set J2EE_HOME=\home\monicap\J2EE\j2sdkee1 .2 set CPATH=.;%J2EE_HOME%\lib\j2ee.jar; \home\monicap\J2EE javac -d . -classpath %CPATH%...
Ngày tải lên: 06/08/2014, 17:20
Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 3 ppsx
... that happens, click OK. LESSON 1 A SIMPLE SESSION BEAN 26 SEPTEMBER 27 , 20 00 Bonus Calculation Soc Sec: 777777777 Multiplier: 25 Bonus Amount 25 00.0 Updating Component Code The Tools menu has two ... Application updates the application files with your new code and redeployes the application without running the verifier. LESSON 2 A SIMPLE ENTITY BEAN SEPTEMBER 27 , 20 00 29 Bonu...
Ngày tải lên: 06/08/2014, 17:20
Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 4 ppt
... deploy. LESSON 2 A SIMPLE ENTITY BEAN SEPTEMBER 27 , 20 00 35 Compile the Servlet Unix: cd /home/monicap/J2EE/ClientCode J2EE_HOME=/home/monicap/J2EE/j2sdkee1 .2. 1 CPATH=.:$J2EE_HOME/lib/j2ee.jar:/home/monicap/J2EE javac ... commands: j2ee -verbose deploytool cloudscape -start If that does not work, type this from the J2EE directory: Unix j2sdkee1 .2. 1/bin/j2ee -verbose j2sdkee1 .2. 1/...
Ngày tải lên: 06/08/2014, 17:20
Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 5 pdf
... COOPERATING ENTERPRISE BEANS 52 SEPTEMBER 27 , 20 00 Unix j2sdkee1 .2. 1/bin/j2ee -verbose j2sdkee1 .2. 1/bin/deploytool j2sdkee1 .2. 1/bin/cloudscape -start Windows j2sdkee1 .2. 1\bin\j2ee -verbose j2sdkee1 .2. 1\bin\deploytool j2sdkee1 .2. 1\bin\cloudscape ... COOPERATING ENTERPRISE BEANS SEPTEMBER 27 , 20 00 51 Compile the Session Bean Unix #!/bin/sh cd /home/monicap/J2EE J2EE_...
Ngày tải lên: 06/08/2014, 17:20
Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 6 ppsx
... in Figure 16. When that happens, click OK. LESSON 3 COOPERATING ENTERPRISE BEANS 60 SEPTEMBER 27 , 20 00 Figure 15 Deploy Application Run the J2EE Application The web server runs on port 8000 by default. ... Bonus.jsp processes your data and returns an HTML page with the bonus calculation on it. LESSON 3 COOPERATING ENTERPRISE BEANS SEPTEMBER 27 , 20 00 59 • From the Tools menu,...
Ngày tải lên: 06/08/2014, 17:20
Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 7 pps
... the jbonus id): LESSON 4 JAVASERVER PAGES TECHNOLOGY 72 SEPTEMBER 27 , 20 00 LESSON 5 ADDING JAVABEANS TECHNOLOGY TO THE MIX 76 SEPTEMBER 27 , 20 00 Figure 19 Duplicate Key Error Create bonus.jsp The ... WAR File (page 85) • Create New WAR FIle (page 85) • Verify and Deploy the J2EE Application (page 86) • Run the J2EE Application (page 87) • More Information (page 87) LESSON 5 AD...
Ngày tải lên: 06/08/2014, 17:20
Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 8 ppt
... J2EE directory: Unix j2sdkee1 .2. 1/bin/j2ee -verbose j2sdkee1 .2. 1/bin/deploytool j2sdkee1 .2. 1/bin/cloudscape -start Windows j2sdkee1 .2. 1\bin\j2ee -verbose j2sdkee1 .2. 1\bin\deploytool j2sdkee1 .2. 1\bin\cloudscape ... -verbose j2sdkee1 .2. 1\bin\deploytool j2sdkee1 .2. 1\bin\cloudscape -start LESSON 5 ADDING JAVABEANS TECHNOLOGY TO THE MIX 88 SEPTEMBER 27 , 20 00 LESSON 6 EXTENSIB...
Ngày tải lên: 06/08/2014, 17:20
Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 9 potx
... the Application (page 1 12) • More Information (page 113) LESSON 6 EXTENSIBLE MARKUP LANGUAGE (XML) SEPTEMBER 27 , 20 00 95 The APIs The j2ee.jar file that comes with your J2EE installation provides ... DOM, and J2EE XML APIs. You can use whichever API best suits your needs because as shown in Figure 22 , XML text is independent of the platform and language of its creation Figure 22 P...
Ngày tải lên: 06/08/2014, 17:20
Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 10 ppt
... Place this script in ~\J2EE # To run: cd ~\J2EE\cloudTable.sh # # Change this next line to point to *your* # j2sdkee1 .2. 1 installation # J2EE_HOME=/home/monicap/J2EE/j2sdkee1 .2 LESSON 7 JDBC TECHNOLOGY ... ~\J2EE rem To run: cd ~\J2EE\cloudTable.sh rem rem Change this next line to point to *your* rem j2sdkee1 .2. 1 installation rem set J2EE_HOME=\home\monicap\J2EE\j2sdkee1 .2. 1 rem rem E...
Ngày tải lên: 06/08/2014, 17:20