Java Sample Code Resources

Below you will find 0 categories and 20 links related to Java Sample Code Resources.

Links:

Java : Books

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

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

Java 2 For Dummies

Visit Java 2 For Dummies

This is a must have book that shows Web developers how to implement rich interactive content and design great programs that take advantage of the Java 2 technology. Expert authors give you practical, useable Java code plus insights into the way professional programmers go about building applets and applications. This book makes Java programming easy by taking users step-by-step through implementing real-time updates on web pages, focusing on designing and creating original applications. The companion CD includes the latest Java 2 SDK, source code from the text, sample applets and templates and other programming tools and utilities to help you get started. Get up to speed on object-oriented programming techniques. Java 2 is packed with tools for creating "run anywhere" applets and applications. The fun and easy way to build your first Java applet or application . Included is the Jbuilder trial version and more on CD-ROM.

  • Cost: $20.99
  • Pages: 456
  • Edition: Book and CD-ROM edition
  • ISBN: 0764507656

Java Database Programming

Visit Java Database Programming

This book brings together state-of-the-art coverage of the new technologies Web database developers need to know about - especially servlets, Java's reliable, powerful answer to CGI. The book begins with detailed coverage of the most interesting features of servlets and JDBC, including security, communications and multitasking. Extensive sample code shows how the language constructs operate. Next, the book presents techniques for front-ending actual applications built with Oracle and other leading database products. Detailed JDBC coverage includes JDBC connections, statements and prepared statements. Java Database Programming: Servlets and JDBC will be an invaluable resource for all developers who want to build leading edge Web database applications. The first book to cover servlets - Java's answer to CGI, set to revolutionize Web database design. Ties together JDBC, servlets, front-end design, security, multi-threading and client/server.

  • Cost: $49.95
  • Pages: 439
  • Edition: Book and Disk edition
  • ISBN: 013737917X

Java For Dummies

Visit Java For Dummies

By now, you've undoubtedly heard the buzz about Java (and we're not talking coffee here). Java has the online world wired up with a fresh blend of technologies that brings the Web alive with dazzling animation, pulse-pounding sound, and full-blown interactivity, the likes of which the Web has never seen. And if cutting edge Web technology isn't enough, Java is also becoming a strong contender for developing desktop applications as well. Java For Dummies, 3rd Edition, uses plain English explanations and tons of examples to unveil the fun and easy way to build your own state-of-the-art Web sites. Find the best sources for Java applets and full-featured Java applications on the Web; modify Java applets and applications without ever writing a line of code; and bring your Web projects to life with animation, music, marquees, and other way-cool multimedia tricks. The bonus CD-ROM includes applets, Java beans, and scripts, along with sample Web pages.

  • Cost: $17.49
  • Pages: 408
  • Edition: 3rd edition
  • ISBN: 0764504177

Java Networking

Visit Java Networking

For all those for whom Java connotes something other than their caffeine delivery system (despite the coffee imagery), and who are savvy about structured programming language and object-oriented concepts, Curtois (AllPen Software, Inc.) offers techniques, sample codes, and examples on code organization, prototyping, debugging, and optimization: steps en route to building powerful communications and networking applications on the Internet. Chapter titles reflect a sense of humor: streams of fury, making the URL connection, better living through threads, networking with sockets, working smart with Java, datagrams a-go-go, linking with the natives, and utility classes used in the examples. This book opens with an in-depth discussion of streams, which are essential to all Java communication. The author then moves on to the Internet, detailing the URL related classes, especially java.net.URL and java.netURLConnection. He then covers threads, sockets.

  • Cost: $0.99
  • Pages: 317
  • Edition: Book and CD-ROM edition
  • ISBN: 0138504547

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 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

The J2EE Tutorial

Visit The J2EE Tutorial

This guide offers technical advice on developing and deploying applications using the J2EE platform. Employing an interactive, example driven approach, the book illustrates J2EE's basic concepts and outlines its application to several program architectures. Sample programs and source code are provided. A companion CD-ROM contains other tutorials, software development kits, and sample applications. The J2EE Tutorial is the official guide, from Sun Microsystems, to using J2EE in a step-by-step, example-driven approach. This new tutorial follows the same successful teaching style as the Java Tutorial, Third Edition. The material has been vetted through the architects of each of the major J2EE areas: JSP, servlets, JDBC, and EJBs, creating an authoritative and closely reviewed text. Offers unparalleled technical guidance into developing and deploying applications on the J2EE platform. Bodoff and Green are a staff writers at Sun Microsystems.

  • Cost: $34.99
  • Pages: 528
  • Edition: Book and CD-ROM edition
  • ISBN: 0201791684

Web Programming With Visual J++

Visit Web Programming With Visual J++

Latte is Borland's Windows version of Java, complete with a full GUI, IDE, and debugging tools. This book fully details how to develop feature-rich applications for the Web with Latte, including advanced features such as the Just-In-Time compiler. Web Programming with Latte addresses the needs of intermediate to advanced Java/Latte programmers and developers. Readers get up-to-speed quickly with this comprehensive new reference on Microsoft's licensed Windows version of Java. This book discusses how to develop feature-rich Visual J++ applications. - Explores the advanced features of Visual J++. Teaches how to develop feature-rich Java applications in the Windows environment. CD-ROM includes various third-party tools, utilities, and demonstrations. It includes all the sample applets and source code form the book plus addtional ready to use Visual J++ applications. Add multimedia, sound, graphics, and interactivity to your web page.

  • Cost: $0.99
  • Pages: 652
  • Edition: Book and CD-ROM edition
  • ISBN: 1575211742
JavaScript : Books

Javascript and Html User's Resource

Visit Javascript and Html User's Resource

Master CSS, DHTML, CGI, cookies, custom JavaScript objects, and more. Includes comprehensive HTML 4 reference. With JavaScript and HTML 4.0, you have extraordinary power at your fingertips - even if you're not a programmer. In this book, best-selling programming authors William Murray and Chris Pappas help you leverage that power to build Web sites that deliver state-of-the-art interactivity. You won't just learn HTML 4.0 and JavaScript: you'll discover practical techniques and get great sample code to make them work together exquisitely. Start by mastering key HTML 4.0 fundamentals, including working with text, images, multimedia, lists, documents, images, image maps, forms, style sheets, and CGI. Next, discover how to supercharge your pages with JavaScript. Master JavaScript syntax, operators and control structures, functions, objects, events, arrays, controls, strings, math functions, and more.

  • Cost: $24.49
  • Pages: 521
  • Edition: 1st edition
  • ISBN: 013977422X

JavaScript Beginner's Guide

Visit JavaScript Beginner's Guide

Learn to create dynamic and flexible Web pages in JavaScript using this hands-on resource. Perfect as an introduction to this leading Web development language, this easy-to-follow guide explains everything you need to get started--from choosing the right browser to using script tags, variables, event handlers and much more. Written in a clear, accessible style, this book also contains screen shots and lots of sample code to help you with real-world programming tasks. Begin programming in JavaScript the right way with this step-by-step learning solution. This Beginner's Guide is Designed for Easy Learning: Modules--Each programming concept is divided into logical modules (chapters), ideal for individualized learning; Goals--Each module opens with the specific programming skills you'll have by the end of the module; Ask the Experts--Q&A sections throughout are filled with extra information and interesting commentary.

  • Cost: $20.99
  • Pages: 603
  • Edition: paperback
  • ISBN: 0072131403

Javascript Complete

Visit Javascript Complete

Presents an in-depth explanation of how to deliver fully functional applications for both Netscape and Explorer. Twelve chapters start with the basics and cover topics including hard-to-find information on differences between versions and hiding the code from browsers that do not support the language; interactive applications for Web pages; supporting graphic animations, dynamic rewriting, cookies, and mouse activity; technical questions; and how to start developing with loads of sample code. The included CD-ROM contains JavaScript examples, JScript sample codes, and ready-to-run Web pages. JavaScript is one of the most useful Scripting languages available for Web developers. JavaScript Complete will fill the need of teaching developers how to develop scripts that work seamlessly across Netscape's browser and Microsoft's browser. JavaScript Complete does a decent introduction to JavaScript and JScript.

  • Cost: $49.95
  • Pages: 541
  • Edition: Book and CD-ROM edition
  • ISBN: 0079137369

JavaScript For Dummies

Visit JavaScript For Dummies

This book gives you an understanding of how to use JavaScript to create interactive Web pages that give you instant feedback. You'll soon be able to grasp JavaScript basics and write, test, and debug code. The book covers the latest JavaScript version and how it works with Microsoft and Netscape software. New material in this edition includes coverage of JavaScript 1.3, Internet Explorer 5.5 and Netscape Communicator 6, console (a new browser features), ECMA compliance, JavaScript-enabled DHTML, JavaScript exception handling, and the difference between JavaScript-accessible DOMs in the browsers. The CD includes hot utility and sample programs, including Dreamweaver 2 demo version, SurfMap JavaScript, Joust, NetObjects Scriptbuilder 3 trial version, Allaire HomeSite 4.5 trial version, Ant Tools Demo 3, ArtBeats Web Tools, BBEdit 4.5.1, HTML WebWeaver Lite, Paint Shop Pro 5 demo, and more.

  • Cost: $17.49
  • Pages: 372
  • Edition: 3rd edition
  • ISBN: 0764506331

Mastering JavaScript and JScript

Visit Mastering JavaScript and JScript

JavaScript is the most widely used scripting language for the Web and continues to grow in popularity. Mastering JavaScript and JScript is aimed at savvy HTML users who want to take the next step and learn to write JavaScript programs that will make their Web sites come alive! This is the most comprehensive tutorial and reference available, with information on both Netscape and Microsoft's enhancements of JavaScript. The book starts with everything beginners need to know and then moves on to more advanced topics, such as scripting ActiveX components, working with plug-ins, building multimedia applications, and interfacing with CGI programs. The companion Web site offers all the sample code from the book, which readers can drop into their own programs, and a complete JavaScript command reference. The author is a well-known Internet programming expert and has led the development of secure networks for the Department of Defense.

  • Cost: $27.99
  • Pages: 895
  • Edition: 1st edition
  • ISBN: 0782124925

Server Scripts With Visual Javascript

Visit Server Scripts With Visual Javascript

Server Scripts with Visual JavaScript gives you at-hand solutions, real tools you can use. You get clear and detailed instructions for working in the Visual JavaScript environment, with plenty of screen shots. This books gives you everything you need to slash development time, from ready-to-run code to expert, written-for developers procedures for creating, configuring, and deploying applications. Inside Server Scripts with Visual JavaScript you'll find serious, in-depth guidance on this exciting new technology, as well as expert, step-by-step solutions for developing advanced VJS Web sites, including enough sample scripts to put you squarely in the driver's seat. This complete, professional solutions kit helps you reduce development time and solve complex problems quickly with made-to-order applications. Covering the entire Visual JavaScript product, this book presents all the answers you'll ever need in language that's clear, and to the point.

  • Cost: $39.95
  • Pages: 508
  • Edition: Book and CD-ROM edition
  • ISBN: 007913694X

Teach Yourself Javascript in a Week

Visit Teach Yourself Javascript in a Week

A book/CD-ROM tutorial on using JavaScript to add interactivity to Web pages, covering fundamentals of JavaScript, basics of script design, and integration with Web presentations. The accompanying CD-ROM contains sample source code, ready-to-use scripts, a developer's kit for Windows and Macintosh, and HTML editors and utilities. For Web designers and authors, programmers, and application developers. Organized in a day-by-day format, a seven-lesson tutorial enables readers to design and implement complete JavaScript applications with coverage of such topics as object-oriented terminology, HTML, and event handlers. Teach Yourself JavaScript in a Week is the easiest way to learn how create interactive Web pages with LiveScript, Netscape's Java-like scripting language. It is intended for non-technical people, and will be equally of value to users on the Macintosh, Windows and UNIX platforms.

  • Cost: $2.05
  • Pages: 543
  • Edition: Book and CD-ROM edition
  • ISBN: 1575210738
JavaScript : Scripts and Programs : Guestbooks

Using Guestbook Technology

Visit Using Guestbook Technology

Many service providers only provides a pre installed guestbook CGI. This idea modifies it and allow simple applications. Sounds odd, but for small applications, it is a quick way to display a sorted list updated by your guests. The guest book entries are stored in JavaScript code, and is included in your webpage for use by your web page. The site has loads of demos and examples of sample applications. It save you learning all that server side code. You do require HTML and JavaScript Skills. Use it to update simple tables.

  • Cost: Free
  • Version: 1.0
  • Platforms: All
JavaScript : Scripts and Programs : Security

Screaming No-Right-Click Script

Visit Screaming No-Right-Click Script

A memorable experience for Internet Explorer users who right-click on your page. This script opens a popup window that flies around the screen, loudly screaming. Worse, you cannot shut the screamer up without following a specific instruction to do so. (Default behaviors for non-IE browsers also included within the script.) This script is very easy to install, even for newcomers to JavaScript. The script is provided as a downloadable kit in a zip file, with simple instructions, sample code, and the required sound file included in the download.

  • Cost: Free
  • Platforms: All