|
|
|
 |
| Ebooks Present in Java Category |
|
Java for RPG Programmers, 2nd Edition 2002-04
Java is here to stay. As the roles of Java in business and e-business applications continue to grow, all iSeries and AS/400 IT professionals have a choice to make. Learn Java, or get left behind. If you are a programmer who wants to stay on the cutting edge of your career, you will have to learn Java, and you will have to use Java. If you are a development manager, you will need to understand Java and its promise. If you are an architect, it is even more important to know Java and know when and where to use it. Or not use it. IBM is not abandoning RPG, but more and more Java is finding a role in leading-edge applications. For an RPG programmer, learning Java can be daunting, but with the right help, it’s a skill that can be mastered. This book offers that help. It gently yet comprehensively walks you through the Java language and core Java-supplied functionality. Best of all, you will learn Java by comparing it to RPG! You learned RPG. Leverage that investment and learn Java!
Java Pitfalls: Time-Saving Solutions and Workarounds to Improve Programs
A lifesaver for any Java programmer-proven workarounds and time-saving solutions Although using the Java language provides a substantial boost to a programmer’s productivity, it still has its share of subtleties andweaknesses. This book is designed to save you time and frustration by carefully guiding you through this potential minefield. A team of Java experts, led by programming guru Michael Daconta, offers a collection of proven solutions to 50 difficult, real-world problems chosen from their own extensive experiences. You’ll find workarounds for problems caused by shortcomings in both the Java language itself and in its APIs and utilities, including java.util, java.io, java.awt, and javax.swing. The authors also share techniques for improving the performance of your Java applications
.
Implementing Distributed Systems with Java and CORBA
The book addresses readers that are interested in the design and development of distributed software systems relying on the Common Object Request Broker Architecture (CORBA). CORBA is an industry standard that has considerably changed the way that modern information systems are developed. It enables the platform-independent and programming-language-independent implementation of distributed object-oriented systems and supports the migration of legacy systems into modern architectures as well. The book is intended in particular for students of computer science and management information systems in their graduate studies as well as for practitioners and professional software developers that are looking for fast access to CORBA technology and want to profit from meaningful code examples.
Java Collections 2001-04 [ebook and source code]
The Collections Framework is supplied with all versions of the Java 2 platform and provides programmers with incredibly efficient ways to manipulate data. However, given the large number of methods and classes in this library, using them correctly is hardly a cakewalk. Well-known columnist and bestselling author John Zukowski gives the Java professional exactly what he or she needs to know about this vital library in order to maximize productivity. This practical book contains comprehensive coverage of the important Collections Framework from the working programmer’s point of view, while staying away from academic abstractions.
Art of Java Web Development: Struts, Tapestry, Commons, Velocity, JUnit, Axis, Cocoon, InternetBeans, WebWork
Manning Publications (November 1, 2003) | ISBN: 1932394060 | 624 pages | PDF | 6 MB
A guide to the topics required for state of the art Web development, this book covers wide-ranging topics, including a variety of web development frameworks and best practices. Beginning with coverage of the history of the architecture of Web applications, highlighting the uses of the standard web API to create applications with increasingly sophisticated architectures, developers are led through a discussion on the development of industry accepted best practices for architecture. Described is the history and evolution towards this architecture and the reasons that it is superior to previous efforts. Also provided is an overview of the most popular Web application frameworks, covering their architecture and use. Numerous frameworks exist, but trying to evaluate them is difficult because their documentation stresses their advantages but hides their deficiencies. Here, the same application is built in six different frameworks, providing a way to perform an informed comparison. Also provided is an evaluation of the pros and cons of each framework to assist in making a decision or evaluating a framework on your own. Finally, best practices are covered, including sophisticated user interface techniques, intelligent caching and resource management, performance tuning, debugging, testing, and Web services.
About the Author
Neal Ford is the chief technology officer at the DSW Group, Ltd. He is an architect, designer, and developer of applications, instructional materials, magazine articles, and video presentations and the author of Developing with Delphi: Object-Oriented Techniques and JBuilder 3 Unleashed. He lives in Atlanta, Georgia
Java SOA Cookbook
Java SOA Cookbook offers practical solutions and advice to programmers charged with implementing a service-oriented architecture (SOA) in their organization. Instead of providing another conceptual, high-level view of SOA, this cookbook shows you how to make SOA work. It’s full of Java and XML code you can insert directly into your applications and recipes you can apply right away. The book focuses primarily on the use of free and open source Java Web Services technologies — including Java SE 6 and Java EE 5 tools — but you’ll find tips for using commercially available tools as well. Java SOA Cookbook will help you:Construct XML vocabularies and data models appropriate to SOA applications Build real-world web services using the latest Java standards, including JAX-WS 2.1 and JAX-RS 1.0 for RESTful web services Integrate applications from popular service providers using SOAP, POX, and Atom Create service orchestrations with complete coverage of the WS-BPEL (Business Process Execution Language) 2.0 standard Improve the reliability of SOAP-based services with specifications such as WS-Reliable Messaging Deal with governance, interoperability, and quality-of-service issues
The recipes in Java SOA Cookbook will equip you with the knowledge you need to approach SOA as an integration challenge, not an obstacle.
About the Author
Eben Hewitt is a Principal on the architecture team at a multi-billion dollar national retail company, where he has been focused on designing and building their Service Oriented Architecture. He has worked in IT for ten years, working on large-scale web and SOA integration projects, distributed software, and messaging systems. Hewitt is the author of four previous programming books, several industry articles, and is a contributor to the O’Reilly book 97 Things Every Software Architect Should Know, edited by Richard Monson-Haefel. He is a popular speaker at industry conferences and local user groups.
QuickTime for Java: A Developer’s Notebook
QuickTime Java (QJT) is a terrific multimedia toolkit, but it’s also terrifying to the uninitiated. Java developers who need to add audio, video, or interactive media creation and playback to their applications find that QTJ is powerful, but not easy to get into. In fact, when it comes to class-count, QuickTime Java is nearly as large as all of Java 1.1. Once you learn the entire scope of Apple’s QuickTime software, you really appreciate the problem. At its simplest, QuickTime allows Mac and Windows users to play audio and video on their computers
.
But QuickTime is many things: a file format, an environment for media authoring, and a suite of applications that includes browser plug-ins for viewing media within a web page, a PictureViewer for working with still pictures, QuickTime Streaming Server for delivering streaming media files on the Internet in real time, and QuickTime Broadcaster for delivering live events on the Internet. Among others. As if that weren’t daunting enough, the javadocs on QJT are wildly incomplete, and other books on the topic are long out of date and not well regarded, making progress with QTJ extremely difficult. So what can you do? Our new hands-on guide, QuickTime Java: A Developer’s Notebook, not only catches up with this technology, but de-mystifies it. This practical “all lab, no lecture” book is an informal, code-intensive workbook that offers the first real look at this important software. Like other titles in our Developer’s Notebook series, QuickTime Java: A Developer’s Notebook is for impatient early adopters who want get up to speed on what they can use right now. It’s deliberately light on theory, emphasizing example over explanation and practice over concept, so you can focus on learning by doing. QuickTime Java: A Developer’s Notebook gives you just the functionality you need from QTJ. Even if you come to realize that 95% of the API is irrelevant to you, this book will help you master the 5% that really counts.
About the Author
Chris Adamson the editor for O’Reilly’s Java websites, ONJava and java.net. He is the author of QuickTime for Java: A Developer’s Notebook and co-author of Swing Hacks. He is also a software consultant, in the form of Subsequently and Furthermore, Inc., specializing in Java, Mac OS X, and media development. He wrote his first Java applet in 1996 on a 16 MHz black-and-white PowerBook 160 with the little-seen Sun MacJDK 1.0. In a previous career, he was a Writer / Associate Producer at CNN Headline News. He has an MA in Telecommunication from Michigan State University, and a BA in English and BS in Symbolic Systems from Stanford University.
Eclipse Cookbook
You’ve probably heard the buzz about Eclipse, the powerful open source platform that gives Java developers a new way to approach development projects. It’s like a shiny new car–no longer content to just admire Eclipse, you’re now itching to get in and drive.
Eclipse is to Java developers what Visual Studio is to .NET developers–it’s an integrated development environment (IDE) that combines a code editor, compiler, debugger, text editor, graphical user interface (GUI) builder, and other components into a single, user-friendly application. It provides a solid foundation that enables Java developers to construct and run integrated software-development tools for web development, application design, modeling, performance, testing, and much more.
As with any extensive programming tool, however, there’s a lot to learn. And there s no better guy than well-known Java expert Steve Holzner to teach you. An award-winning and best-selling author who has been writing about Java topics since the language first appeared, Holzner delivers just the kind of targeted, practical, everyday knowledge you need to hone your mastery of Eclipse.
Perfect as a companion to an Eclipse programming tutorial (such as Holzner’s own Eclipse, O’Reilly, April 2004) or an ideal stand-alone for all those developers who either don’t want or don’t need the tutorial approach, the Eclipse Cookbook contains task-oriented recipes for more than 800 situations you may encounter while using this new Java platform–from deploying a web application automatically to reverse engineering compiled code, from re-naming all references to a class across multiple packages to initializing the SWT JNI libraries.
Each recipe in the ever-popular and utterly practical problem-solution-discussion format for O’Reilly cookbooks contains a clear and thorough description of the problem, a brief but complete discussion of a solution, and in-action examples illustrating that solution. The Eclipse Cookbook will satiate Java programmers at all levels who are ready to go beyond tutorials–far beyond writing plug-ins and extensions–and actually use the powerful and convenient Eclipse day to day.
About the Author
Steve Holzner is an award-winning author who has been writing about Java topics since Java first appeared. He’s a former PC Magazine contributing editor, and his many books have been translated into 18 languages around the world. His books sold more than 1.5 million copies, and many of his bestsellers have been on Java. Steve graduated from MIT and got his PhD at Cornell; he’s been a very popular member of the faculty at both MIT and Cornell, teaching thousands of students over the years and earning an average student evaluation over 4.9 out of 5.0. He also runs his own software company and teaches week-long classes to corporate programmers on Java around the country.
Pro Wicket (Expert’s Voice in Java)
Pro Wicket (Expert’s Voice in Java)
Wicket is an open source, component-oriented (POJOs-based), lightweight Java web application development framework that brings the Java Swing event-based programming model to web development. Wicket pages can be mocked up, previewed, and later revised using standard WYSIWYG HTML design tools.
Wicket provides stateful components, thereby improving productivity. It has an architecture and rich component suite that aims to bring back the object orientation and, more importantly, the fun that is missing from the Java web development space. With the impending 1.2 release, Wicket is set for wider adoption.
Pro Wicket gets you up and running quickly with this framework. Youll learn how to configure Wicket, then gradually gain exposure to the �Wicket way� of addressing web development requirements. Youll want to pick up a copy because it
* Is the first book to cover the Wicket framework with Spring integration and Ajax features
* Demonstrates all major wicket capabilities through simple examples
* Covers important aspects like Wicket-Spring integration and Ajax support
Java(TM) EE 5 Tutorial, The (3rd Edition)
Java(TM) EE 5 Tutorial, The (3rd Edition)
Product Description
The Java EE 5 Tutorial is an introduction to programming server-side Java applications. This book takes a task-oriented, example-driven approach to show you how to build applications for the Java EE 5 platform. This book also describes the features and functionalities available with NetBeans 5.5.
What’s new in this edition? The author team have updated the existing chapters to reflect the changes to JSP, EJB, Servlets, and more. Also, the authors have added new chapters on the Sun Java system Application Server 9 as a deployment environment for server-side technologies. The web-tier technology chapters cover the components used in developing the presentation layer of a Java EE 5 or stand-alone web application. The web services technology chapters cover the APIs used in developing standard web services. The Enterprise JavaBeans (EJB) technology chapters cover the components used in developing the business logic of a Java EE 5 application. The Persistence technology chapters cover the Java Persistence API, which is used for accessing databases from Java EE applications. The platform services chapters cover the system services used by all the Java EE 5 component technologies
|
|
|
 |
|
Subscribe via email address:

|