Wonder Club world wonders pyramid logo
×

Iseries & As/400 Visualage for Java Book

Iseries & As/400 Visualage for Java
Be the First to Review this Item at Wonderclub
X
Iseries & As/400 Visualage for Java, There's a lot to learn about IBM's VisualAge for Java (VAJ) integrated development environment, but few of the learning tools out there are created with an AS/400 audience in mind. In this book, author Jerry Ropelato remedies that problem by teaching VAJ , Iseries & As/400 Visualage for Java
out of 5 stars based on 0 reviews
5
0 %
4
0 %
3
0 %
2
0 %
1
0 %
Digital Copy
PDF format
1 available   for $99.99
Original Magazine
Physical Format

Sold Out

  • Iseries & As/400 Visualage for Java
  • Written by author Jerry Ropelato
  • Published by 29th Street Press, 2002/07/01
  • There's a lot to learn about IBM's VisualAge for Java (VAJ) integrated development environment, but few of the learning tools out there are created with an AS/400 audience in mind. In this book, author Jerry Ropelato remedies that problem by teaching VAJ
Buy Digital  USD$99.99

WonderClub View Cart Button

WonderClub Add to Inventory Button
WonderClub Add to Wishlist Button
WonderClub Add to Collection Button

Book Categories

Authors

Introduction xix
Unit 1 Getting Started with VisualAge for Java
Chapter 1 What Is VisualAge for Java? 1
Chapter Objectives 1
The Real World of VisualAge for Java 2
The VisualAge for Java Interface 2
Integrated Development Environment 3
Summary 5
Chapter 2 A Visual Tour of VisualAge for Java 7
Chapter Objectives 7
Chapter Project 7
Getting Started 8
Workbench 9
Navigating the Workbench 15
Comparing Source Code Editions 24
Replacing an Edition 25
Printing 25
Exiting VisualAge for Java 26
Summary 26
Chapter 3 Setting Your Preferences 27
Chapter Objectives 27
Chapter Project 27
Window Options 28
Workbench Options 28
Bookmarks 35
Other Options 38
Summary 38
Chapter 4 Building Your First Applet 39
Chapter Objectives 39
Chapter Project 39
Applets 40
Creating Projects 41
Creating Packages 43
Creating Applets 44
Visual Composition Editor 48
Building Your Applet Visually 54
Reviewing Generated Java Source Code 59
Visually Connecting Beans Together 61
Summary 66
Chapter 5 Building a "View" Bean: Loan Payment 67
Chapter Objectives 67
Chapter Project 67
LoanView Bean Setup 68
Field Creation 70
Connections 74
Showing Focus: Java's DDS Position Cursor 75
Morphing to AS/400 Edit Codes/Edit Words 78
Layout Managers 85
Create a New JPanel with Two JButtons 87
Review Generated Java Source Code 92
Summary 93
Chapter 6 Building a "Logic" Bean: Loan Payment 95
Chapter Objectives 95
Chapter Project 95
LoanLogic Bean Setup 96
The BeanInfo Page 97
New Property Feature 99
New Method Feature 104
Connecting the Logic and View Beans 105
Passing Events to the Logic Bean 113
Loan Payment Calculation 113
Summary 115
Chapter 7 Using Debug 117
Chapter Objectives 117
Chapter Project 117
General Debugging 118
The Integrated Debugger 118
Scrapbook 129
Other Debug Features 134
Additional VisualAge for Java Debuggers 135
Summary 135
Unit 2 Accessing AS/400 Objects from Java
Chapter 8 Executing AS/400 Commands from Java 137
Chapter Objectives 137
Chapter Project 137
Unit Two Setup 138
Creating an Application Class 139
AS/400 Beans 141
Connecting AS/400 Beans 144
AS/400 Sign-on Screen 146
Runtime Execution of AS/400 Commands 147
Parameter-from-Property Connection 150
Review AS/400 Classes and Methods 152
Summary 153
Chapter 9 Accessing AS/400 Object Lists from Java 155
Chapter Objectives 155
Chapter Project 155
AS/400 Object List Beans 156
Connecting to the ET400List Bean 161
Show Focus 165
Order of Connections 167
Summary 167
Chapter 10 Retrieving OS/400 System Values from Java 169
Chapter Objectives 169
Chapter Project 169
AS/400 System Value Beans 170
AS/400 Panes 171
Using the AS/400 Explorer Pane 172
Connecting the AS/400 Beans 172
Retrieving AS/400 System Values 180
Review AS/400 Methods 182
Summary 182
Chapter 11 Accessing the IFS from Java 183
Chapter Objectives 183
Chapter Project 183
The Integrated File System 184
AS/400 IFS Beans 184
Using the AS/400 Details Pane 186
Connecting the AS/400 Beans 187
Accessing the IFS 193
Summary 195
Chapter 12 Accessing a Local Data Area from Java 197
Chapter Objectives 197
Chapter Project 197
The AS/400 Local Data Area 198
Connecting the AS/400 Beans 202
Accessing the AS/400 Local Data Area 212
Summary 215
Unit 3 Working with AS/400 Databases from Java
Chapter 13 Using Record-Level Access 217
Chapter Objectives 217
Chapter Project 217
Record-Level Access 219
Using the Record List Form Pane 221
Using the Error Dialog Adapter 223
Connecting the AS/400 Beans 224
Review AS/400 Classes and Methods 233
Using Record-Level Access 233
Summary 236
Chapter 14 Using SQL/JDBC 237
Chapter Objectives 237
Chapter Project 237
Java Database Connectivity 238
Using the SQL Result Set Table Pane 240
Using the Error Dialog Adapter 243
Connecting the AS/400 Beans 244
Review AS/400 Classes and Methods 253
Using SQL/JDBC 257
JDBC Performance 259
Summary 259
Unit 4 Building AS/400 Graphical Applications
Chapter 15 Building a Java AS/400 Prompt and Display 261
Chapter Objectives 261
Chapter Project 261
Data File Utility JavaBeans 262
Prompt and Display Example 263
Connecting the AS/400 Beans 270
Error Handling 279
Clearing Error Messages with a Mouse Event 285
More Error Handling: Last Record and Invalid Part Number 287
Shaping Connections 290
Window Connections 291
Using Prompt and Display 292
Summary 293
Chapter 16 Building Java Menus 295
Chapter Objectives 295
Chapter Project 295
Menu-Related JavaBeans 296
Calling Other Applications 301
Look and Feel 304
Edit Menu Functions 313
Pop-Up Menus 318
About Box 323
Splash Screen 324
Summary 325
Chapter 17 Building Simple Java Subfile Equivalents 327
Chapter Objectives 327
Chapter Project 327
JTable and JFormattedTable 328
List Manager 328
Subfile Example 328
Connecting the AS/400 Beans 332
Table Columns 336
Summary 340
Chapter 18 Building Java GUI Database Maintenance Applications 341
Chapter Objectives 341
Chapter Project 341
Maintenance Example 342
Customized JButtons, Icons, and Animation 343
Connecting the AS/400 Beans 350
Printing an Application Snapshot 354
Method Creation: Manual Entry 356
Navigational Button Connections 363
Maintenance Button Connections 367
Initialize Connection 372
Window Connections 373
Mouse Events Connection 375
Using the Maintenance Application 378
Deletion Confirmation with JOptionPane 379
Summary 385
Chapter 19 Building Java Maintenance Applications: Subfile Load-All 387
Chapter Objectives 387
Chapter Project 387
Part Order Maintenance Example 388
Connecting the AS/400 Beans 393
Defining a KLIST Equivalent 397
More Connections 401
Summary 409
Chapter 20 Building Java Maintenance Applications: Subfile Page-at-a-Time 411
Chapter Objectives 411
Chapter Project 411
Parts Maintenance Example 412
Packet Size: Subfile Size 418
Connecting the AS/400 Beans 420
Manual Entry of Source Code 423
Page Up and Page Down 426
Navigational and Retrieve Button Connections 428
Mouse Events Connection 432
Maintenance Buttons 436
Summary 442
Unit 5 ET/400, Work, and Execution Environments
Chapter 21 Creating Java-to-RPG Program Calls Using Enterprise Toolkit for AS/400 443
Chapter Objectives 443
Chapter Project 443
Create Program Call SmartGuide 444
Version Control 448
Prtinvr Class 450
Connecting the AS/400 Beans 452
Summary 457
Chapter 22 Converting Display Files to Java Using Enterprise Toolkit for AS/400 459
Chapter Objectives 459
Display File Conversion 460
Java Generation Rules 463
Summary 464
Chapter 23 Team Development with VisualAge for Java 465
Chapter Objectives 465
Chapter Project 465
Team Development 466
Creating the Team 466
Changing an Owner 470
Management Query 471
Workspace and Repository Cleanup 472
Summary 473
Chapter 24 Deployment of Java Applications 475
Chapter Objectives 475
Chapter Project 475
Exporting a Java Class to a Client Directory 476
Client Environment Setup 482
Exporting a Java Class to a JAR File


Login

  |  

Complaints

  |  

Blog

  |  

Games

  |  

Digital Media

  |  

Souls

  |  

Obituary

  |  

Contact Us

  |  

FAQ

CAN'T FIND WHAT YOU'RE LOOKING FOR? CLICK HERE!!!

X
WonderClub Home

This item is in your Wish List

Iseries & As/400 Visualage for Java, There's a lot to learn about IBM's VisualAge for Java (VAJ) integrated development environment, but few of the learning tools out there are created with an AS/400 audience in mind. In this book, author Jerry Ropelato remedies that problem by teaching VAJ , Iseries & As/400 Visualage for Java

X
WonderClub Home

This item is in your Collection

Iseries & As/400 Visualage for Java, There's a lot to learn about IBM's VisualAge for Java (VAJ) integrated development environment, but few of the learning tools out there are created with an AS/400 audience in mind. In this book, author Jerry Ropelato remedies that problem by teaching VAJ , Iseries & As/400 Visualage for Java

Iseries & As/400 Visualage for Java

X
WonderClub Home

This Item is in Your Inventory

Iseries & As/400 Visualage for Java, There's a lot to learn about IBM's VisualAge for Java (VAJ) integrated development environment, but few of the learning tools out there are created with an AS/400 audience in mind. In this book, author Jerry Ropelato remedies that problem by teaching VAJ , Iseries & As/400 Visualage for Java

Iseries & As/400 Visualage for Java

WonderClub Home

You must be logged in to review the products

E-mail address:

Password: