ISeries and AS/400 Java at Work

ISeries and AS/400 Java at Work
Author: Don Denoncourt
Publisher: MC Press
Total Pages: 0
Release: 2001-08-24
Genre: Application software
ISBN: 9781583470183

If you are a good Java programmer who wants to become an excellent Java application developer, this book and companion CD-ROM are for you. This book contains 64 chapters written by 18 leading Java experts on Java technologies. Originally compiled by Don Denoncourt as a personal resource to help him develop and code Java applications for his consulting business, iSeries and AS/400 JavaTM at Work contains all the essential information Denoncourt has gleaned from his years as the editor of AS/400 NetJava Expert, a on time contributor to Midrange Computing, and an award-winning seminar speaker. I consider this book to be my secondary storage device for Java technology, says Denoncourt. It is an extension of my Java capabilities, and it could be the same for you. This is not a book for the beginner Java programmer. Rather, it is the definitive second-tier education for Java programmers. Many know the language; those who succeed will know how to make the language work in a business environment. This book will show you how the experts are getting it done. Java is a pervasive technology today. iSeries and AS/400 shops are clamoring for Java expertise so that they can modernize their business applications and build their Web presence. Businesses need Java programmers who can use their skills to contribute real value as application developers. Successful Java programmers need more than basic Java programming skills; they need a strong grasp of business--real-world tools to develop robust applications. There has never been a better time to build your Java skills, and there has never been a better resource to help you do it than iSeries and AS/400 Java at Work

Java and the AS/400

Java and the AS/400
Author: Daniel Darnell
Publisher:
Total Pages: 260
Release: 1999
Genre: Computers
ISBN: 9781583040331

Not just another Java tutorial, this detailed guide takes you through everything you need to know about the AS/400's implementation of Java Book jacket.

AS/400

AS/400
Author: George Lin
Publisher: Prentice Hall
Total Pages: 648
Release: 1995
Genre: Computers
ISBN:

The Application System/400 (AS/400) is IBM's family of full-range, general purpose computers, which encompass a broad range of related models. This book is a complete guide to the AS/400 system, utilities, database structure, and programming.

Java Application Strategies for ISeries and AS/400

Java Application Strategies for ISeries and AS/400
Author: Don Denoncourt
Publisher: MC Press
Total Pages: 0
Release: 2001
Genre: Computers
ISBN: 9781583470251

Java Application Strategies for iSeries and AS/400--Second Edition provides a much-needed look at the realities of using Java to develop real-world OS/400 applications. Don Denoncourt draws on his years of experience as a business application programmer and on his acknowledged expertise in Java to lead RPG programming professionals through the potential pitfalls of object-oriented programming (OOP), teaching them effective strategies for Java application design and programming. Covering the gamut of Java application strategies, this book includes introductory information on Java and object-oriented programming, methods for integrating object-oriented techniques into your application design, a description of the utilities and tools available on iSeries and AS/400, methods to access DB2/400 with Java, ways to integrate Java with your legacy applications, and a tutorial on how to develop a Java GUI. New to this edition are sections on server-side Java and the Web--an up-to-date look at servlets, JavaServer Pages (JSPs), and programming server-side applications on the Web.

Enterprise Java Programming with IBM WebSphere

Enterprise Java Programming with IBM WebSphere
Author: Kyle Brown
Publisher: Addison-Wesley Professional
Total Pages: 1160
Release: 2003
Genre: Computers
ISBN: 9780321185792

& • Everything Java developers need to start building J2EE applications using WebSphere Tools for the WebSphere Application Server & & • Hands-on techniques and case studies: servlets, JSP, EJB, IBM VisualAge for Java, and more & & • Written by IBM insiders for IBM Press

Patterns of Enterprise Application Architecture

Patterns of Enterprise Application Architecture
Author: Martin Fowler
Publisher: Addison-Wesley
Total Pages: 558
Release: 2012-03-09
Genre: Computers
ISBN: 0133065219

The practice of enterprise application development has benefited from the emergence of many new enabling technologies. Multi-tiered object-oriented platforms, such as Java and .NET, have become commonplace. These new tools and technologies are capable of building powerful applications, but they are not easily implemented. Common failures in enterprise applications often occur because their developers do not understand the architectural lessons that experienced object developers have learned. Patterns of Enterprise Application Architecture is written in direct response to the stiff challenges that face enterprise application developers. The author, noted object-oriented designer Martin Fowler, noticed that despite changes in technology--from Smalltalk to CORBA to Java to .NET--the same basic design ideas can be adapted and applied to solve common problems. With the help of an expert group of contributors, Martin distills over forty recurring solutions into patterns. The result is an indispensable handbook of solutions that are applicable to any enterprise application platform. This book is actually two books in one. The first section is a short tutorial on developing enterprise applications, which you can read from start to finish to understand the scope of the book's lessons. The next section, the bulk of the book, is a detailed reference to the patterns themselves. Each pattern provides usage and implementation information, as well as detailed code examples in Java or C#. The entire book is also richly illustrated with UML diagrams to further explain the concepts. Armed with this book, you will have the knowledge necessary to make important architectural decisions about building an enterprise application and the proven patterns for use when building them. The topics covered include · Dividing an enterprise application into layers · The major approaches to organizing business logic · An in-depth treatment of mapping between objects and relational databases · Using Model-View-Controller to organize a Web presentation · Handling concurrency for data that spans multiple transactions · Designing distributed object interfaces

Software Architecture Design Patterns in Java

Software Architecture Design Patterns in Java
Author: Partha Kuchana
Publisher: CRC Press
Total Pages: 520
Release: 2004-04-27
Genre: Computers
ISBN: 0203496213

Software engineering and computer science students need a resource that explains how to apply design patterns at the enterprise level, allowing them to design and implement systems of high stability and quality. Software Architecture Design Patterns in Java is a detailed explanation of how to apply design patterns and develop software architectures. It provides in-depth examples in Java, and guides students by detailing when, why, and how to use specific patterns. This textbook presents 42 design patterns, including 23 GoF patterns. Categories include: Basic, Creational, Collectional, Structural, Behavioral, and Concurrency, with multiple examples for each. The discussion of each pattern includes an example implemented in Java. The source code for all examples is found on a companion Web site. The author explains the content so that it is easy to understand, and each pattern discussion includes Practice Questions to aid instructors. The textbook concludes with a case study that pulls several patterns together to demonstrate how patterns are not applied in isolation, but collaborate within domains to solve complicated problems.

Java 3D Programming

Java 3D Programming
Author: Daniel Selman
Publisher: Manning Publications
Total Pages: 404
Release: 2002
Genre: Computers
ISBN: 9781930110359

Java 3D Programming steps programmers through the important design and implementation phases of developing a successful Java 3D application. The book provides invaluable guidance on whether to use Java 3D, user interface design, geometry creation, scene manipulation and final optimizations. The book does not attempt to exhaustively cover the API or replicate the official documentation but rather serves as a roadmap to alert programmers of design issues and potential pitfalls. The author distills 12 months of using the Java 3D API for commercial projects, as well as innumerable discussions on the Java 3D email list into a book that all Java 3D developers will appreciate. Experienced Java 3D developers will applaud an authoritative resource containing the state-of-the-art in techniques and workarounds, while novice Java 3D programmers will gain a fast-track into Java 3D development, avoiding the confusion, frustration and time wasted learning Java 3D techniques and terminology. Java 3D Programming comes complete with a comprehensive set of programming examples to illustrate the techniques, features, workarounds and bug fixes contained in the main text. Readers of this book would include students and postgraduate researchers developing visualization applications for academia. Moderately experienced in Java, some experience of 3D graphics, little or no experience of Java 3D is needed. R+D s/w engineers at commercial institutions. Experienced Java developers, experienced with OpenGL or VRML, little or no experience with Java 3D.