Beginning Java Networking

Visit Beginning Java Networking

The increasing popularity of the Internet has resulted in the majority of today's programming tasks and applications involving some form of networking. Almost every programming language provides some networking facilities. However, unlike other programming languages, Java had support for network programming built into it right from the start. Java, therefore, allows you to develop powerful network applications with exceptional ease. This book introduces you to the world of Java network programming and takes you far inside it. The chapters of this book are grouped in five sections: basics of networks; java network preliminaries; java network classes; java api's used to distribute network programming; and new networking features and improvements offered by JDK 1.4. The book covers: Networking in JDK 1.3 and 1.4; Network Basics; Java I/O, Threads; Java security model, JCA, JAAS, JCE and JSSE; TCP, UDP, Multicasting; Java URL handler architecture.

  • Cost: $34.99
  • Pages: 900
  • Edition: 1st edition
  • ISBN: 1861005601

Beginning Java Objects

Visit Beginning Java Objects

A guide for anyone wanting to learn Java 2 language, beginning with the basics. Offers example case studies for those already familiar with Java that may prove useful. Presents object terminology and concepts, how to think in terms of objects, an introduction of object modeling, translating an object model into Java 2, and more. Among Java's many attractive features as a programming language, its object-oriented nature is key to creating powerful, reusable code and applications that are easy to maintain and extend. To take advantage of these capabilities, you're going to need not only to master the syntax of the Java language, but also to gain a practical understanding of what objects are all about, and more importantly, how to structure a Java application from the ground up to make the most of objects. This book is for anyone who wants to learn not only the Java 2 language, but also how to structure a problem properly.

  • Cost: $27.99
  • Pages: 665
  • Edition: 1st edition
  • ISBN: 1861004176

Beginning Java Web Services

Visit Beginning Java Web Services

Web services are no longer a nascent technology in the programming industry; every major software vendor is rolling out web services related APIs and products. Today Java developers are successfully adopting web services as the latest technology in application development in order to enable cross application communication for distributed applications. This book will help you to join their ranks. Packed with clear explanations and hands on examples, Beginning Java Web Services teaches you how to productively build web services with Java. Through an understanding of the underlying principles of web services, you will learn how web services actually work and how to apply that knowledge for real use. You will be introduced to many of the web services APIs and specifications, including XML, SOAP, WSDL, and UDDI. In addition, the book demonstrates how commercial vendors, such as IBM and BEA, are simplifying web services development.

  • Cost: $27.99
  • Pages: 411
  • Edition: 1st edition
  • ISBN: 1861007531

Borland JBuilder Developer's Guide

Visit Borland JBuilder Developer's Guide

JBuilder Developer's Guide provides comprehensive coverage of JBuilder from the practitioner's viewpoint. The authors develop a consolidated application throughout the chapters, allowing conceptual cohesion and illustrating the use of JBuilder to build 'real-world' applications. The examples can be compiled and run under JBuilder Personal edition, a free edition of JBuilder. JBuilder Developer's Guide is not version specific but explains the latest JBuilder 6, 7, and 8 features such as enterprise J2EE application development, CORBA, SOAP, XML tools, Enterprise JavaBeans, JavaServer Pages/Servlets, and JavaBeans technology. JBuilder repeatedly wins "developer's choice" awards as the best visual tool for developing Java applications. Saleem Siddiqui is a technical architect and trainer with Dunn Solutions Group. Michael Landy is Director of Business Applications for Dunn Solutions Group directing the strategic solutions for clients.

  • Cost: $41.99
  • Pages: 1032
  • Edition: Book and CD-ROM edition
  • ISBN: 067232427X

Charlie Calvert's Learn JBuilder

Visit Charlie Calvert's Learn JBuilder

Charlie Calvert's Learn JBuilder is an introduction and examination of JBuilder for intermediate level programmers. The book covers the JBuilder IDE, including an overview of visual development, the editor, and the debugger. The primary goal is to explain the technology in a clear, concise, and readable manner, as well as to give developers the knowledge they need to take advantage of JBuilder's many tools. Development of applications, applets, JavaBeans, and databases are all covered in depth. The authors also explain how JBuilder can help developers work with Swing components, layout managers, event handlers, interfaces, and other core features of the Java SDK, and provide significant coverage of integrating open source tools such as CVS, JUnit, and Ant into the JBuilder development cycle. The book is written with equal consideration to development in Linux and Windows with specific and detailed attention given to versions of JBuilder.

  • Cost: $41.97
  • Pages: 600
  • Edition: Book and CD-ROM edition
  • ISBN: 1556223307

Complete Idiot's Guide to Java 2

Visit Complete Idiot's Guide to Java 2

Java 2 got you jumpy? Have too many cups of bewildering tech-talk upset your stomach? What you need is a fast, fun, and easy way to start programming with Java 2. The Complete Idiot's Guide to Java 2 is the fun way to learn the basics. Soon you'll be making your own interactive Web applets with sound, graphics, and animation. Look inside! You'll find plenty of straight-shooting advice for solving real-world problems. The best news is that the author, Mike Morrison, will make you laugh and enjoy while you learn the ropes. The quick and easy way to learn Java and build your programming skills. Idiot proof steps to creating Java applets with sound, graphics, and animation. Michael Morrison is a skateboarder, cyclist, toy inventor, and professional Java programmer. He is also an experienced author with a great sense of humor. Michael is the author of Presenting JavaBeans and Sams Teach Yourself Internet Game Programming with Java in 21 Days.

  • Cost: $1.99
  • Pages: 350
  • Edition: 2nd edition
  • ISBN: 0789721317

Core Java 2 Advanced Features

Visit Core Java 2 Advanced Features

Topics covered: Programming with multiple threads (states and priorities, daemon threads); thread synchronization; avoiding deadlocks; using threads with Swing (dos and don'ts); introduction to collections (including lists, sets, trees, and maps); the collections framework; algorithms (sorting and searching); legacy collections; Java network programming (sending e-mail, using sockets and URLs, basic Web programming); JDBC and databases (quick SQL tutorial, connecting and querying data, metadata, and transactions); new JDBC 3.0 features; remote method invocation (RMI); Java and CORBA; advanced Swing tutorial (JList, JTree, and JTable, including custom rendering options); advanced AWT and Java 2-D graphics (including image manipulation and graphics filters); clipboard and drag-and-drop support; JavaBeans (properties and events, property editors and customizers); Java security (class loaders and bytecode verification, digital signatures).

  • Cost: $34.99
  • Pages: 1232
  • Edition: 5th edition
  • ISBN: 0130927384

Core JFC

Visit Core JFC

New edition of a reference for experienced Java programmers that presents JFC, and introduces key features that are new to J2SE 1.3 such as Swing enhancements, input validation, and new key binding schemes. With a focus on writing applications, Software developer Topley offers solutions to many of the problems developers face most often such as techniques for working with tree components, using custom renderers and editors, working with text components, using the internal frames feature to create multi document applications, and others. The included CD-ROM contains copies of Borland's JBuilder 4, Foundation Edition for Windows, Linux, and Solaris. Topics include: Expert Swing techniques for superior user interfaces; Specific answers to the JFC problems experienced developers encounter most often; New techniques that utilize JFC enhancements in J2SE 1.3; Expert-level JFC techniques and industrial-strength code examples.

  • Cost: $35.00
  • Pages: 1712
  • Edition: 2nd Book and CD-ROM edition
  • ISBN: 013090581X

Cryptography with Java Applets

Visit Cryptography with Java Applets

Introduction to Cryptography with Java Applets covers the mathematical basis of cryptography and cryptanalysis, like linear diophantine equations, linear congruences, systems of linear congruences, quadratic congruences, and exponential congruences. The chapters present theorems and proofs, and many mathematical examples. Cryptography with Java Applets also covers programming ciphers, and cryptanalytic attacks on ciphers. In addition, many other types of cryptographic applications, like digest functions, shadows, database encryption, message signing, establishing keys, large integer arithmetic, pseudo-random bit generation, and authentication. The author has developed various Java crypto classes to perform these functions, and many programming exercises are assigned to the reader. The reader should be someone with a basic working knowledge of Java, but having no knowledge of number theory or cryptography.

  • Cost: $80.95
  • Pages: 384
  • Edition: hardcover
  • ISBN: 0763722073

Definitive Guide to Swing for Java

Visit Definitive Guide to Swing for Java

The recently released part of the Java platform called the Swing Component Set is the tool that programmers have long waited for. For the first time, it makes client-side programming in Java a real possibility. John Zukowski offers new information for the recent release of Java SDK Version 1.3, making this updated Second Edition of his comprehensive reference even more valuable to serious Java programmers. This Second Edition has been completey revised, expanded, and updated to include even more programming examples, descriptions and demonstrations as well as new features of the Java 2 SDK, Standard Edition, version 1.3. This comprehensive reference has become even more valuable to the serious Java programmer, with new information and techniques for JTable, JList components, RepaintManager, Updating UIManager Property List, and much more! A clearly documented, insightful, comprehensive, and entertaining exploration of the Swing API.

  • Cost: $34.97
  • Pages: 890
  • Edition: 2nd Revision edition
  • ISBN: 189311578X