new tutorials New Listings popular tutorials Most Popular Listings top viewed tutorials Top Ranked Link To Us Search tutorials sitemap Sitemap
Design and Programming Tutorials
Home Add a Link Modify a Link Login Register Advertise About Us


Categories
3D Studio Max
ASP
ASP.NET
C
C#
C++ & MFC
CGI & Perl
CSS
Dreamweaver
Fireworks
Flash
General
HTML & XHTML
Illustrator
Java
JavaScript and DHTML
Libraries
LINQ
Photoshop
PHP
Promotion & SEO
Silverlight
VB & VBScript
VB.NET
VS & VS.NET
WCF
WPF
XML & XSL

Partner Links
DVD Software

Most Popular This Week
Effective Java Programming Language Guide7
JDBC: Practical Guide for Java Programmers7
Developing Games in Java5
Eclipse Modeling Framework5
Bitter EJB4

Home : Java : Books
Click "Subscribe" if you want to be notified of new or updated links in this category.Subscribe
Books Listings
Total:  82Displaying: 1 - 10Pages: 123456789

Java: An Introduction to Computer Science and Programming, Third Edition Website Refer Review It
Best-selling author, Walter Savitch, uses a conversational style to teach programmers problem solving and programming techniques with Java. Readers are introduced to object-oriented programming and important computer science concepts such as testing and debugging techniques, program style, inheritance, and exception handling. It includes thorough coverage of the Swing libraries and event driven programming. The Java coverage is a concise, accessible introduction that covers key language features. Thorough early coverage of objects is included, with an emphasis on applications over applets. The author includes a highly flexible format that allows readers to adapt coverage of topics to their preferred order. Although the book does cover such more advanced topics as inheritance, exception handling, and the Swing libraries, it starts from the beginning, and it teaches traditional, more basic techniques, such as algorithm design. The volume provides concise coverage of computers and Java objects, primitive types, strings, and interactive I/O, flow of control, defining classes and methods, arrays, inheritance, exception handling, streams and file I/O, recursion, window interfaces using swing objects, and applets and HTML. For Programmers.

Price: 85 - Updated: 12/31/2003

JSP 2.0: The Complete Reference, Second Edition Website Refer Review It
Introduces the syntax and semantics of JavaServer Pages (JSP) and how to use it as a server-side scripting environment. The author discusses HTTP request dispatching, session and thread management, application event listeners, and filters, then overviews the key features of the JSP expression language and standard tag library. The final section describes how JSP works with JDBC, XML, and other major components of the Java enterprise environment.Book News, Inc.®, Portland, OR Write, adapt, deploy, and debug powerful and robust applications with help from this comprehensive resource. Learn how JSPs integrate with Enterprise JavaBeans and JDBC, and how they communicate with other Web components, including Perl, CGI, servlets, and applets. Well-suited for both experienced JSP developers and those new to JSP technology, this book is an ideal reference.

Price: 34.99 - Updated: 12/31/2003

Java 2 Primer Plus Website Refer Review It
Java Primer Plus guides the reader through the Java programming language from the basic concepts (basic syntax, variable, literals, operators, loops, conditional statements, etc.) through advanced topics (RMI, JDBC, Network socket programming, etc.). It provides a deep explanation of Java programming concepts and technologies using classroom tested and proven techniques. What makes this book unique is that it spends the last part showing the reader how to integrate Java technologies into everyday Web related practices and with other technologies. The dual purpose of the book is: 1. To provide a complete introduction to the Java programming language that balances theory with practicality: it will allow readers to (1) become Java certified programmers and (2) become productive in their Java development. 2. To give concrete experience with integrating Java programming technologies.

Price: 31.49 - Updated: 12/31/2003

Bluetooth For Java Website Refer Review It
Bluetooth is a technology for wireless communication. It is similar in functionality to the way laptops connect to the Internet from home/office, but is typically used for short burst communications instead of a continuous connection. Because of this difference, Bluetooth is more typically found supported in wireless phones and personal devices. `Bluetooth for Java` is not an overview of Bluetooth. In the book, Bruce Hopkins and Ranjith Antony describe how to develop wireless Java applications using Bluetooth for a variety of platforms. This includes an API overview of the Java library, development of Bluetooth-based services, highlights of security concerns, and walkthroughs for development with some of the different tools available. Programs will not be just J2ME (micro devices) based, but will also be for J2SE (client/desktop). AUTHOR BIO Bruce Hopkins is an early adopter of Java technology, and has used it in a wide variety of applications, ranging from embedded systems to enterpise applications. He currently works as a technical architect at Redwood Solutions, an IT services firm in Livonia, Michigan.

Price: 34.99 - Updated: 12/31/2003

Using and Understanding Java Data Objects Website Refer Review It
`Using and Understanding Java Data Objects` is the programmer`s guide to JDO. Adopted by the Java Community Process, Java Data Objects (JDO) specifies a universal and transparent persistence service for Java objects. JDO reduces the amount of code that application developers write to store and retrieve persistent state. JDO frees application designers and programmers from the details of persistence. As a result, designs can be more object-oriented, programmers can be more productive, and applications can be more robust and flexible. This book provides you with the insight to evaluate and use JDO. It begins by explaining the concepts and terminology of JDO. It describes in detail the JDO interfaces and classes that you will use to build an application. Throughout, the book probes in depth. It identifies the specification`s blemishes so you can avoid relying on behavior that is not defined. It offers coding strategies to solve common problems. It proposes working designs for common application architectures, such as client/server Swing applications, web applications, and five flavors of Enterprise JavaBeans. The last four chapters provide a tutorial on the JDO Learning Tools, a suite of open source programs that explore JDO and exemplify its use. Using the JDO Learning Tools, you can take a JDO implementation for a test drive and examine the architecture and code of several sample applications.

Price: 31.49 - Updated: 12/31/2003

The Art of Java Website Refer Review It
There is something for every programmer in this book, which presents a number of practical, high-powered applications of Java. Included are pure code subsystems such as the expression parser, which readers will adapt for use in their own programs, financial calculations and statistics programs that feature ready-for-use applets/servlets, interpreter or the AI-based search engine, and much more.

Price: 27.99 - Updated: 12/31/2003

JDBC: Practical Guide for Java Programmers Website Refer Review It
Ideal for any Java programmer trying to master JDBC database programming in a hurry, the remarkably concise and useful JDBC: Practical Guide for Java Programmers offers an example-based quick tour of essential APIs and techniques that you can use every day at your desk. Weighing in at just over 100 pages, this text bucks the trend in today`s computing titles in terms of size and focus. Instead of trying to cover everything about Java, this text zeros in on essential JDBC concepts and APIs. An experienced teacher, the author presents his own `framework` for connecting to databases in Java. Short, essential examples and compact explanation are the rule here. From the basics of querying and updating databases to more advanced techniques like using prepared statements, updated result sets, and batch updates, the author`s choice of examples is dead-on. Even experienced Java programmers can use this text as a reference to crucial advanced techniques. Standout material here includes using the Swing JTable table control to present multiple records, and a quick tour of servlet APIs. The book closes with a `case study` for an online video store combining the techniques presented early on. With an extremely compact format and a no-frills approach to essential JDBC APIs and techniques, this text will serve as a reference and tutorial that can get you started with JDBC perhaps more quickly than any other available title. It`s particularly well suited to those programmers who want to learn by example. Though small in size, it manages to cover several advanced features of JDBC that would require a lot of digging in a traditional Java tutorial. --Richard Dragan

Price: 15.95 - Updated: 12/31/2003

NetBeans: The Definitive Guide Website Refer Review It
NetBeans: The Definitive Guide

Price: 31.47 - Updated: 12/31/2003

J2EE: The complete Reference Website Refer Review It
Introduces the Java 2 enterprise edition (J2EE) architecture and framework, database concepts, related Java technologies, interconnectivity, and web services technology. Keogh, who teaches Java application development at Columbia University, describes Java database connection (JDBC) objects, HTML, XML, Java servlets, Java ServerPages, Enterprise JavaBeans, the Java mail API, the Java message service, the simple object access protocol (SOAP), the UDDI, and the Java API for XML registries.Book News, Inc.®, Portland, OR Get comprehensive coverage of J2EE in this all-inclusive resource. Organized by component type, this is the most complete guide on the market and addresses J2EE`s massive collection of APIs. Fully up-to-date and ontaining J2EE best practices -- plus coverage of Java databases, Java interconnectivity, and Web services, this is ideal for every developer working with J2EE.

Price: 34.99 - Updated: 12/31/2003

Java Thread Programming Website Refer Review It
Java Thread Programming shows you how to take full advantage of Java`s thread facilities: when to use threads to increase your program`s efficiency, how to use them effectively, and how to avoid common mistakes. There is thorough coverage of the Thread API, ThreadGroup classes, the Runnable interface, and the synchronized operator. Extensive, complete, code examples show programmers the details of creating and managing threads in real-world applications.

Price: 24.49 - Updated: 12/31/2003
Featured Sponsors

Sponsored Listings




Tutorial Maniacs - C#, PHP, ASP, .NET, Photoshop, Flash, Fireworks, & other design and programming tutorials...
The most comprehensive collection of QUALITY hand picked design and programming tutorials and articles...(C) 2003