Java Programming Introductory

Visit Java Programming Introductory

A Java Programming Introductory and Intermediate Course takes the straightforward "anyone can do it" approach of corporate training courses and translates that to the printed page. The result is an information rich book without the vague excess verbiage that is seen so often in thousand-page dinosaurs. The book is appropriate for programmers familiar with any modern programming language. It clearly describes the basics of the language that are frequently sloughed over. It then describes important features of the language: object-oriented features, components, windowing, event handling, layouts, TCP sockets, polymorphism, threading, threadgroups, exceptions, graphics, the Swing package, applets, standalone programming, security issues, file handling and so on. An important feature of the book is portability between Java versions. Many versions of Java have appeared since 1995 creating significant issues of upward compatibility in Java.

  • Cost: $34.95
  • Pages: 604
  • Edition: paperback
  • ISBN: 097207953X

Java Programming With Jbuilder

Visit Java Programming With Jbuilder

JBuilder, the Java compiler from Borland, brings the extremely popular toolset of Delphi to professional programmers looking for a solid Java development environment. Java Programming with JBuilder provides a complete introduction to the tools available from this powerful development environment -- including the prebuilt database and communications components. You'll learn to quickly develop applications and applets that take full advantage of JBuilder. If you're looking to get the most out of JBuilder, then you need the best information on how to navigate through the IDE, how to make the most of Borland's prebuilt component library, and how to extend the component library to your best advantage. After you master the environment, you'll progress through the basics of Java programming on to creating full-scale applets and applications. The CD-ROM contains all the code in the book -- ready to go on your Web page.

  • Cost: $4.97
  • Pages: 477
  • Edition: Book and CD-ROM edition
  • ISBN: 1558515070

Java Programming with Visual J++

Visit Java Programming with Visual J++

Get the most out of Visual J++, the Java compiler from Microsoft, with Java Programming with Visual J++. You get a complete overview of the Visual J++ development environment as well as the basics of Java programming. Java Programming with Visual J++ also teaches you how to develop applets and applications, work with the AWT, add interactivity to your applets, incorporate graphics, animations, and cross-platform user interfaces, navigate the Java API, and much more. The CD-ROM includes sample applets and all the code in the book. A complete introduction to the tools available with Visual J++, including the Microsoft Developer Studio. Coverage of topics such as navigating through the IDE and the Java API, and how to make the most of the pre-built Wizards, help Java Programmers get the most out of this powerful new tool. After discussing the basics of Java programming, chapters guide the user through developing full-scale applets and applications.

  • Cost: $2.12
  • Pages: 512
  • Edition: Book and CD-ROM edition
  • ISBN: 1558515062

Java RMI

Visit Java RMI

If you're a distributed Java or Enterprises javaBeans programmer, then you've undoubtedly heard of Java's Remote Method Invocation (RMI). Java programmers use RMI to write efficient, fault-tolerant Java applications. Java RMI contains a wealth of experience in designing and implementing Java's Remote Method Invocation. If you're a novice reader, you will quickly be brought up to speed on why RMI is such a powerful yet easy to use tool for distributed programming, while experts can gain valuable experience for constructing their own enterprise and distributed systems. With Java RMI, you'll learn tips and tricks for making your RMI code excel. The book also provides strategies for working with serialization, threading, the RMI registry, sockets and socket factories, activation, dynamic class downloading, HTTP tunneling, distributed garbage collection, JNDI, and CORBA. In short, a treasure trove of valuable RMI knowledge packed into one book.

  • Cost: $27.97
  • Pages: 572
  • Edition: 1st edition
  • ISBN: 1565924525

Java Server Programming

Visit Java Server Programming

An overview of the new server side Java platform - Java 2 Enterprise Edition - as it relates to building n-tier web applications. It covers the building blocks (Servlets, JSP, EJB, JDBC, RMI, JNDI, CORBA) then goes into special design considerations for server side programming, (including resource pooling and component based design) before finally discussing future possibilities opened up by Jini and JavaSpaces technology. In a world where, increasingly, corporate IT development is Web application development - ASP, PHP, CGI and ISAPI are all viable options.Now, so is the Java 2 Platform Enterprise Edition, and that's good news because server-side Java is portable across Windows, Linux, UNIX and MacOS and compatible with a wide range of Web Servers (IIS, Apache, Netscape Enterprise Server) and Application Servers from Sun, IBM and others. Java provides technologies to allow for server side processing, and dynamic page content generation.

  • Cost: $41.99
  • Pages: 1121
  • Edition: 1st edition
  • ISBN: 1861002777

Java Servlet Programming

Visit Java Servlet Programming

Java Servlet Programming, 2nd Edition has been completely updated to cover the new features of Version 2.2 of the Java Servlet API, as well as to introduce the major changes in the 2.3 draft specification. Like the bestselling first edition, it covers the servlet lifecycle; how to use servlets to maintain state information effortlessly; how to serve dynamic web content, including both HTML pages and multimedia data; and advanced topics like integrated session tracking, efficient database connectivity using JDBC, applet-servlet communication, internationalization, servlet security, and more. Topics covered include: Overview and history of Java Servlets; Web applications; The Servlet lifecycle; Multimedia content; WAP and WML for wireless content; Servlet session tracking techniques; Security issues with Servlets; Tutorial for JDBC and Java database programming; Using applets and Servlets together; Servlet collaboration; Quick introduction to Java.

  • Cost: $31.47
  • Pages: 753
  • Edition: 2nd edition
  • ISBN: 0596000405

Java Servlet Programming Bible

Visit Java Servlet Programming Bible

This book/CD-ROM guide shows how to use Java servlets for improving speed, extensibility, and security. After chapters on servlet programming fundamentals, the bulk of the book covers working with servlets in areas such as HTML, data access, exception handling, RMI, cookies, and servlet communications. Final chapters introduce JavaServer Pages, and appendices cover the servlet API, servlet engines, and JSP syntax. Knowledge of Java programming language basics, HTML, and database concepts is assumed. The accompanying CD- ROM contains Java 2 Software Development Kit, Forte for Java, and trial release versions of Visual SlickEdit and JRun. Rajagopalan is affiliated with the University of Technology-Sydney, Australia. Master hot Java technologies like JavaBeans and exception handling; Use servlets and HTML to handle Get and Post requests; Retrieve data from databases to drive dynamic Web pages; Manage and maintain sessions using hidden fields.

  • Cost: $34.99
  • Pages: 1000
  • Edition: Book and CD-ROM edition
  • ISBN: 0764548395

Java Servlets

Visit Java Servlets

Write leading edge Web Server Applications with Java. With this guide you leave CGI behind and use Java to develop the versatile, distributed, Internet-based applications Web users and businesses demand. Written by a development pro, and crammed with sample code, this book shows you each step as you: Learn about the Java Web Server; Discover how to automatically create distribution ZIP and JAR files using class dependencies; process data from HTML forms within servlets; return data formatted in HTML from a database; make remote method calls from applets to servlets via HTTP (without RMI); construct a Java code generator that automated distributed object programming; create a thin-client JDBC driver (type 3) that uses HTTP tunneling through any JDBC or ODBC driver on the server; write servlets that use RMI to communicate with other Java servers. Java Servlets is the most comprehensive guide to the Java Servlet API available.

  • Cost: $49.99
  • Pages: 514
  • Edition: 2nd Book and CD-ROM edition
  • ISBN: 0071351884

Java Servlets Developer's Guide

Visit Java Servlets Developer's Guide

Master the mechanism that has made many Web applications possible. Java servlets enable Web developers to access existing business systems by extending the functionality of Web servers. Inside, you'll about all aspects of server development, including hosting, configuration, wireless, security, and more--plus, plenty of detailed, fully explained examples insure your complete understanding. Exploit the server and platform independence of Java servlets to develop a best-of-breed strategy for your servers, platforms, and tools. Java Servlets Developer's Guide is an indispensable resource for developers who want to maximize the power of Java on a Web server. Maximize the capabilities of Java servlets using advanced development strategies. Identify clients and track session information with cookies and URL rewriting. Understand the flow of HTTP requests through Tomcat architecture. Utilize filters for image conversion, data compression, and auditing.

  • Cost: $34.99
  • Pages: 588
  • Edition: 2nd edition
  • ISBN: 007222262X

Java Swing

Visit Java Swing

The Swing classes eliminate Java's biggest weakness: its relatively primitive user interface toolkit. Swing provides many new components and containers that allow you to build sophisticated user interfaces, far beyond what was possible with AWT. The old components have been greatly improved, and there are many new components, like trees, tables, and even text editors. It also adds several completely new features to Java's user interface capabilities: drag-and-drop, undo, and the ability to develop your own "look and feel," or the ability to choose between several standard looks. The Swing components are all "lightweight," and therefore provide more uniform behavior across platforms, making it easier to test your software. It covers all the windowing stuff: dialogs, buttons, containers, layouts, lists, and that kind of thing, as well as tables, trees, text-manipulation classes, formatted text, drag and drop, and accessibility support.

  • Cost: $38.47
  • Pages: 1280
  • Edition: 2nd edition
  • ISBN: 0596004087