Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 1 pps

Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 1 pps

Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 1 pps

... 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 ClassPath Settings The download has the J2EE application ... use. Unix: /home/monicap/J2EE/j2sdkee1 .2. 1/ lib/j2ee.jar Windows: \home\monicap\J2EE\j2sdkee1 .2. 1\ lib\j2ee.jar J2EE Application Components J2EE applications p...
Ngày tải lên : 06/08/2014, 17:20
  • 14
  • 321
  • 0
Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 2 doc

Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 2 doc

... running. If that does not work, type the following from the J2EE directory: Unix: j2sdkee1 .2. 1/ bin/j2ee -verbose Windows: j2sdkee1 .2. 1\ bin\j2ee -verbose The verbose option prints informational messages ... \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% BonusServlet.java...
Ngày tải lên : 06/08/2014, 17:20
  • 14
  • 345
  • 0
Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 3 ppsx

Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 3 ppsx

... failed tests. BonusRoot WEB-INF classes bonus.html public_html BonusServlet.class j2sdkee1 .2 LESSON 1 A SIMPLE SESSION BEAN SEPTEMBER 27 , 20 00 21 Figure 8 Add bonus.html • Click Finish. WAR File General Properties ... CalcHome.class); LESSON 1 A SIMPLE SESSION BEAN SEPTEMBER 27 , 20 00 23 • Press the Return key. During deployment the BonusRoot directory is created under the pu...
Ngày tải lên : 06/08/2014, 17:20
  • 12
  • 338
  • 0
Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 4 ppt

Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 4 ppt

... 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/ 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 -start Assemble and Deploy The steps in this section are: LESS...
Ngày tải lên : 06/08/2014, 17:20
  • 13
  • 289
  • 0
Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 5 pdf

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...
Ngày tải lên : 06/08/2014, 17:20
  • 12
  • 297
  • 0
Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 6 ppsx

Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 6 ppsx

... J2EE Application (page 68) • Run the J2EE Application (page 70) • More Information (page 71) LESSON 4 JAVASERVER PAGES TECHNOLOGY 66 SEPTEMBER 27 , 20 00 JSP-Specific Tags The JavaServer Pages 1. 1 ... completely shaded as shown 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 Applicati...
Ngày tải lên : 06/08/2014, 17:20
  • 12
  • 293
  • 0
Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 7 pps

Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 7 pps

... 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 code ... TECHNOLOGY TO THE MIX 74 SEPTEMBER 27 , 20 00 About the Example In Lesson 4 JavaServer Pages Technology (page 61) , the application user interface consisted of an HTML page with a...
Ngày tải lên : 06/08/2014, 17:20
  • 12
  • 307
  • 0
Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 8 ppt

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 LES...
Ngày tải lên : 06/08/2014, 17:20
  • 12
  • 366
  • 0
Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 9 potx

Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 9 potx

... the Database Table (page 10 7) • Remove the JAR File (page 10 9) • Verify and Deploy the Application (page 11 1) • Run the Application (page 1 12 ) • More Information (page 11 3) LESSON 6 EXTENSIBLE ... (XML) SEPTEMBER 27 , 20 00 95 The APIs The j2ee.jar file that comes with your J2EE installation provides APIs for parsing and manipulating XML data. The JAR file currently provides SA...
Ngày tải lên : 06/08/2014, 17:20
  • 11
  • 313
  • 0
Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 10 ppt

Writing Enterprise Applications with Java™ 2 SDK, Enterprise Edition phần 10 ppt

... ~\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 Everything below ... 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 LES...
Ngày tải lên : 06/08/2014, 17:20
  • 11
  • 307
  • 0

Xem thêm

Từ khóa: