Developing Java Software

Developing Java Software
Author: Russel Winder
Publisher:
Total Pages: 1040
Release: 2000-05-25
Genre: Computers
ISBN:

Beginning with basic ideas, Winder progresses to the process of creating useful object-oriented applications. Along the way, all the core features of Java are covered, including the use of exceptions and multi-threading.

Real-World Software Development

Real-World Software Development
Author: Raoul-Gabriel Urma
Publisher: "O'Reilly Media, Inc."
Total Pages: 214
Release: 2019-12-02
Genre: Computers
ISBN: 1491967129

Explore the latest Java-based software development techniques and methodologies through the project-based approach in this practical guide. Unlike books that use abstract examples and lots of theory, Real-World Software Development shows you how to develop several relevant projects while learning best practices along the way. With this engaging approach, junior developers capable of writing basic Java code will learn about state-of-the-art software development practices for building modern, robust and maintainable Java software. You’ll work with many different software development topics that are often excluded from software develop how-to references. Featuring real-world examples, this book teaches you techniques and methodologies for functional programming, automated testing, security, architecture, and distributed systems.

Component Development for the Java Platform

Component Development for the Java Platform
Author: Stuart Dabbs Halloway
Publisher: Addison-Wesley Professional
Total Pages: 360
Release: 2002
Genre: Computers
ISBN: 9780201753066

Fra bagsiden: As a platform, Java defines the services needed to connect binary components at runtime safely and reliably. To truly take advantage of alle Java has to offer, you must consider not just development, but also deployment, and not just objects, but also components. The book delves into the component-oriented features of the Java platform, thoroughly discussing class loading, refelction, serialization, native interoperation and code generation.

Modern Software Development Using Java

Modern Software Development Using Java
Author: Paul T. Tymann
Publisher: Course Technology
Total Pages: 968
Release: 2008
Genre: Computers
ISBN:

Now updated for the latest release of Java, the Second Edition of Modern Software Development Using Java continues to blaze a new path for today's CS2 students. Tymann and Schneider's contemporary approach focuses on what students need to learn in the CS2 course in order to appreciate what is truly important today in the areas of software design and development. This text covers such current software development ideas as object-oriented design, UML, data structure libraries, net-centric programming, threads, and GUIs, all presented in a way that is fully accessible and motivating. The new edition has been fully revised to take advantage of the new features in Java 5.0, and all material is Java 6.0 compliant.

Developing Java Software

Developing Java Software
Author: Russel Winder
Publisher:
Total Pages: 854
Release: 1998
Genre: Computers
ISBN:

This book takes the reader from the basic principles of object-oriented design and programming using Java, through to class library construction and application development. It teaches fundamental programming concepts, object-oriented principles and how to exploit class-based abstraction. This is supported by a detailed description of how programs are designed and is illustrated by substantial examples. With the core concepts in place the book then provides a Java programming language reference detailing each language feature from types and variables through to classes, exceptions and threads. A key part of the reference is the provision of many small example programs, allowing the reader to see how the language features are used.

Program Development in Java

Program Development in Java
Author: Barbara Liskov
Publisher: Addison-Wesley Professional
Total Pages: 472
Release: 2001
Genre: Computers
ISBN:

Liskov (engineering, Massachusetts Institute of Technology) and Guttag (computer science and engineering, also at MIT) present a component- based methodology for software program development. The book focuses on modular program construction: how to get the modules right and how to organize a program as a collection of modules. It explains the key types of abstractions, demonstrates how to develop specifications that define these abstractions, and illustrates how to implement them using numerous examples. An introduction to key Java concepts is included. Annotation copyrighted by Book News, Inc., Portland, OR.

Developing Applications with Java and UML

Developing Applications with Java and UML
Author: Paul R. Reed
Publisher: Addison-Wesley Professional
Total Pages: 494
Release: 2002
Genre: Computers
ISBN: 9780201702521

The author of Developing Applications with Visual Basic and UML (Addison-Wesley, 2000), a consultant on object-oriented distributed systems, presents a large-scale application to explain the lifecycle of building robust Java applications with the Unified Modeling Language using Rational's Software's Unified Plan. Reed also makes a short detour into his Synergy Process. Appends material on the Unified Plan and the BEA WebLogic application server. Assumes programmers' knowledge of Java and a willingness to evolve past a cavalier attitude toward project planning.

Object-oriented Software Development Using Java

Object-oriented Software Development Using Java
Author: Xiaoping Jia
Publisher: Addison-Wesley
Total Pages: 704
Release: 2003
Genre: Computers
ISBN:

Jia (software engineering, DePaul University) helps readers develop skills in designing software, and especially in writing object- oriented programs using Java. The text provides broad coverage of object-oriented technology, including object-oriented modeling using the Unified Modeling Language (UML), object-oriented design using design patterns, and object-oriented programming using Java. This second edition offers expanded coverage of design patterns, enhanced material on UML, and a new introduction to the iterative software development process made popular by extreme programming. Learning features include chapter summaries, exercises, and projects.

Technical Java

Technical Java
Author: Grant Palmer
Publisher: Prentice Hall Professional
Total Pages: 500
Release: 2003
Genre: Computers
ISBN: 9780131018150

Annotation This is a technical programming book written by a real scientific programmer filled with practical, real-life technical programming examples that teach how to use Java to develop scientific and engineering programs. The book is for scientists and engineers, those studying to become scientists and engineers, or anyone who might want to use Java to develop technical applications. "Technical Java" gives the reader all the information she needs to use Java to create powerful, versatile, and flexible scientific and engineering applications. The book is full of practical example problems and valuable tips. The book is for people learning Java as their first programming language or for those transitioning to Java from FORTRAN or C. There are two handy chapters at the beginning of the book that explain the differences and similarities between FORTRAN, C, and Java.