Developing Java Beans

Visit Developing Java Beans

Java Beans is the next generation of Java technology that not only adds features the language lacked, but also lets Java programs interoperate with a number of development environments. The initial release includes a bridge for Microsoft's ActiveX/COM; future releases will include bridges for Netscape's LiveConnect and IBM's OpenDoc. Since it's a "component architecture" for Java, Beans can be used in graphical programming environments, like Borland's JBuilder, or IBM's VisualAge for Java. This means that someone can use a graphical tool to connect a lot of Beans together and make an application, without actually writing any Java code. The book covers: Events, event listeners, and adapters; Properties, indexed properties, bound properties, constrained properties, and vetoable property changes; Persistence, serialization, versioning, and object validation; Packaging Beans using JAR files; The BeanBox, a prototypical development tool.

  • Cost: $20.97
  • Pages: 298
  • Edition: paperback
  • ISBN: 1565922891

Developing Java Servlets

Visit Developing Java Servlets

Developing Java Servlets is a comprehensive, code-intensive book for professional Java developers. It explains the Java Servlet API architecture and client-server development concepts, and contains detailed, professional programming techniques for building sophisticated e-commerce and database servlet applications. This book explains HTTP, MIME, server-side includes, and other web-based client-server technologies that developers need to understand to build any servlet application. In addition, the book covers JDBC, RMI, CORBA, and other object technologies to the degree are needed to build sophisticated Java servlets. Covers topics including using the Java programming language to build secure Internet applications, incorporating Java code in HTML pages using JSP, incorporating XML into servlets, building servlets that access relational databases, and combining WML and WMLScript to develop wireless applications.

  • Cost: $27.99
  • Pages: 624
  • Edition: 2nd edition
  • ISBN: 0672321076

Enterprise Java Servlets

Visit Enterprise Java Servlets

Learn to design and build a base enterprise servlet. Create an architecture that makes your enterprise applications run faster and more reliably. Java servlets are rapidly replacing CGI as the tool of choice for creating interactive applications for the enterprise market. Using the Java programming language's servlet technology speeds up the application development process, freeing developers from the need to make platform specific modifications. Servlet technology is reliable, employs reusable components, and ensures high performance in the demanding enterprise and e-commerce markets. Enterprise Java Servlets anticipates common issues and provides new development methods, extensive sample code, and case studies. Topics include: HTML development in servlets; How templates assist in content management; Pool objects that streamline the use of objects and database connections in a Web environment; Integrating LDAP into a Java servlet application.

  • Cost: $39.99
  • Pages: 464
  • Edition: Book and CD-ROM edition
  • ISBN: 020170921X

Experiments in Java

Visit Experiments in Java

This lab manual is appropriate for any Introduction to Programming course that uses the Java programming language. Its hands on exercises are intended to help students improve their understanding of the fundamental structures in Java. The order of the topics in this manual reflects an objects-first approach with the goal of helping students understand the object-oriented paradigm. This manual is divided into three parts. The first part presents the core of the Java language. These six sessions provide experience with core features and principles of the Java programming language. They provide enough breadth and depth for readers to learn more of Java on their own or in later courses. The second part of the manual helps students explore issues pertaining to algorithms. Recursion is considered here, as well important searching algorithms. Finally, methods of algorithm analysis are examined and graphics, inheritance, and object design.

  • Cost: $2.97
  • Pages: 480
  • Edition: 1st edition
  • ISBN: 0201612674

Fundamentals of Java

Visit Fundamentals of Java

Approximately 20% of the Networking Academies will move forward with the Java course by Spring 2003. It is expected to grow considerably during the Fall 2003 semester. This Companion Guide from Cisco Press maps directly to the Web-based course and also features additional material to further prepare students for the Sun Certified Programmer for the Java 2 Platform exam. The Companion Guide uses a step-by-step approach to allow students to develop an understanding of Object-Oriented programming and solve business problems. Students will learn how to create classes, objects, and applications using the language. Topics will also include the language fundamentals and the Java language API (application programming interface). The Fundamentals of Java Programming course was launched over the summer with the first courses being offered in Fall 2002. Prepares students for the Sun Certified Programmer for Java 2 Platform exam.

  • Cost: $66.67
  • Pages: 920
  • Edition: 1st edition
  • ISBN: 1587130890

Inside Java Servlets

Visit Inside Java Servlets

Written for the thousands of Web programmers, designers, and consultants who want to expand their repertoire of development tools or enhance their servlet programming skills, Inside Servlets, Second Edition, provides exactly the information needed. It offers important background information on Web technologies, an inside look at Java servlet technology, a hands-on servlet tutorial, and a guide to advanced servlet programming for creating sophisticated, high-performance Web sites. Within this book you will find an introduction to Web technologies that explains such fundamentals as TCP/IP, firewalls, proxy servers, sockets, MIME, and HTTP. A servlet tutorial offers information on basic servlet structure, demonstrates how to write and run your first servlet, and previews the Servlet API. Inside Servlets then moves on to advanced servlet concepts and techniques. Lastly, a complete reference to the Servlet API is provided.

  • Cost: $39.95
  • Pages: 912
  • Edition: 2nd Book and CD-ROM edition
  • ISBN: 0201709066

Intro to Object-Oriented Java

Visit Intro to Object-Oriented Java

An Introduction To Object-Oriented Programming With Java by C. Thomas Wu takes students with no programming background and gets them programming quickly. Wu's object-oriented approach allows students to build their own programs right from the start. Wu's Javabook Package provides students with predefined objects that they can use to build programs right from the beginning, and eventually they learn to create their own objects. Wu uses diagrams extensively in his first edition and has enhanced this aspect of his text in the new edition by use of a second color to improve the pedagogy. Also new to this edition is coverage of vectors in the Arrays chapter. A new website complete with On-Line Learning Center supports the second edition. Some of the features include: Animated PowerPoints, Automated Self-Tests, Handouts on How To Use Popular Compilers, Source Code for the javabook Package, and solutions for instructors.

  • Cost: $77.05
  • Pages: 896
  • Edition: 2nd edition
  • ISBN: 0072396849

Introduction to Java Programming

Visit Introduction to Java Programming

A textbook for a one semester freshman programming course. Liang (Purdue University) begins with basic concepts of programming, then focuses on object-oriented programming, and culminates in the development of GUI applications and applets with multimedia and networking. The book is similar to Introduction to Java programming, 2nd edition, but introduces Visual J++ throughout the book rather than in two chapters. The CD-ROM contains Visual J++ 6 student edition with the Swing library, and source code. Features comprehensive coverage providing principles of programming including control structures, methods, object-oriented programming, and the core features of Java. Hands-on representative examples give detailed step-by-step instruction for building a project including the source code, a sample run, and an example review. Brief overviews, objective lists, and easy-to-follow style of examples provide the reader with the elements to learn Java.

  • Cost: $80.00
  • Pages: 752
  • Edition: Book and CD-ROM edition
  • ISBN: 0130869120

Introduction to Java Programming

Visit Introduction to Java Programming

The new edition contains an expansion of the object-oriented programming chapters, a new chapter on Java collections framework, and now employs UML graphical notation. Liang (computer science, Armstrong Atlantic State U.) has designed the book for either two semester freshman programming courses or a one semester course for experienced programmers learning a second language. The chapters include representative examples for each concept, with source code, sample run, and an example review. This text covers all the material required on the Level 1 Java certification exam. A step-by-step approach first lays a sound foundation on programming elements, control statements, and methods; then introduces object-oriented programming; moves on to graphics programming; and concludes with advanced features that enable readers to develop comprehensive programs. Other topics include arrays, inheritance, and Swing graphics programming.

  • Cost: $78.70
  • Pages: 976
  • Edition: 2nd Book and CD-ROM edition
  • ISBN: 0130333646

Introduction to Java Programming

Visit Introduction to Java Programming

This text/CD-ROM package provides a foundation on programming concepts, statements, and methods and then introduces object oriented programming, GUIs, applets, internationalization, multithreading, multimedia, I/O, and networking. Suitable for both beginning and advanced students, the text covers all subjects required for the Level I Java Certification Exam. Use of Sun ONE Studio is woven throughout the book to facilitate developing and managing Java programs. Knowing that the best strategy for teaching Java is a step-by-step approach, Y. Daniel Liang has brilliantly written a text that first lays out a sound foundation on programming concepts, statements, and methods and then introduces object-oriented programming. Suitable for both beginning and advanced students, the book covers all the subjects required for the Level 1 Java Certification Exam, the exam initiated by a consortium of leading IT companies including Sun Microsystems and IBM.

  • Cost: $78.67
  • Pages: 1008
  • Edition: Book and CD-ROM edition
  • ISBN: 0130092584