Below you will find 0 categories and 38 links related to Java Help Resources.
MyVirtualBook is a highly configurable interactive Java applet designed to simulate the experience of paging through an actual book. MyVirtualBook can be used in a number of different ways: Create an online photo album, folder, or scrapbook; Display a chapter or two of a new book; Originate an online wedding gift wish book to share with your invitees; All you really need are a few images. Comes with: 3 built-in templates to choose from; Simple "how to" instructions; The ColorConversion applet to help assist you in defining your color values.
Advanced Web Ranking is a tool that will help you check your web site position on all major search engines. It saves you hours of tedious work while monitoring your web site's search engine position. Advanced Web Ranking generates tabular and graphical reports that will help you check not just the position of your website but the position of your competitors' web sites as well. Exports reports as PDF, HTML, Excel, XML or Text files, and emails them to you and your customers. Schedule updates and reports any time you want, any day you want.
This book has now been updated to cover JDK 1.3. This updated book is Beginning Java 2- JDK 1.3 edition, by Ivor Horton. The Java 2 platform, which is the release name for JDK 1.2, was released in December 1998. Java 2 is an important stage in the evolution of Java as a serious programming language. There are no substantial changes to the language - instead JavaSoft have focussed on extending class library support for common programming tasks. This includes an improved, device independent set of graphics libraries, the Java Foundation Classes (JFC), which includes Swing, Java2D and improved printing. These answer many of the criticisms of the original AWT graphics packages, and are both very flexible and very complete. There's also a new Collections API, a set of classes to help you look after collections of related objects. There are also substantial changes in threading, serialization and JDBC 2.0.
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.
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.
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.
Prepare to pass both the programmer's and developer's certification exams. Now you can prepare for the two widely taken Java 2 exams, the programmer's and developer's exams, using this single comprehensive volume. This reference will map out all objectives for both exams and provide you with Java programming essentials. Each chapter contains numerous practice questions, illustrations, and test-taking tips, making it a premier study tool. And, it's packed with helpful sidebars offering in-depth technical discussions of concepts and techniques you've just read about. Get complete details on exam topics, including how to: Apply programming fundamentals; Design application interfaces; Utilize graphics, components, and layout managers; Use objects, constructors, and classes; Find out about inheritance, multithreading, and string handling; Access and manage databases; Identify when an object is eligible for garbage collection.
A companion to the Sybex study guide for Java 2, this volume reinforces the reader's knowledge and helps when preparing for the Java 2 programmer's exam. Provides sample questions, defines key terms and concepts, and reviews all of the fundamentals needed to pass the exam. Java 2 Exam Notes is the fastest and most effective way to make sure you're ready to pass the Java 2 Programmer's Exam. The unique, innovative Exam Note approach helps you gain and retain the knowledge you need, objective by objective: Critical Information sections provide detailed analyses of the key issues for each exam objective; Key Terms and Concepts sections define the words and concepts vital to passing the exam; Topics include: Flow control, exception handling, garabage collection, java language fundamentals, java.awt package, java.lang package, java.util package, java.io package, threads, overloading, overriding, runtime type, object orientation, and operators.
Helps programming professionals gain knowledge that directly applies to the Sun Microsystems exam for Java. Covers all the curriculum objectives established by Sun Education that are needed to successfully pass the Java exam. Serves as an essential resource to the C++ programmer who wants to learn Java quickly; it builds on the reader's knowledge of C++ by spending less time on programming fundamentals and more time on topics that are unique or difficult in Java. Topics covered: The Java certification process, Java data types, installing the JDK, flow control, exceptions, arrays, class design, patterns, garbage collection, thread programming, AWT and JFC/Swing basics, layout managers, event handling, AWT and Java 2D graphics APIs, I/O, SmartCards, and servlet fundamentals. Written for the new or experienced Java developer seeking Sun programmer certification, Java 2 Exam Prep provides a review of the Java programming language.
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.
The Java programming language is widely used for deploying applications on most types of computer systems. Although many Java programs are written for portability, writing Windows-specific Java programs can enhance the performance of multimedia and Windows-specific APIs. This book offers guidelines for determining when to use Windows-specific APIs and code. It also helps you divide applications into portable Java and platform-specific Java modules both to maximize future code reuse on all platforms and to take advantage of Windows-specific APIs for appropriate applications. This book provides a worthwhile tour of what's best in new Microsoft Java technologies. The author's intelligent examples will help any developer be more productive with Java used with Windows. Topics include: MS Java software development kit (SDK); Application Foundation Classes (AFC); AFC controls; AFC-based applet; ActiveX controls; Visual J++ 6; J/Direct; DirectX.
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.
The authoritative guide to building large-scale applications with JBuilder. JBuilder is a tool designed by Java developers for Java developers. JBuilder developers need a guide that delves into the more powerful techniques that are required to build enterprise-strength applications. Endorsed by Borland, Mastering JBuilder is divided into two major disciplines: the development of Java source code and the management of Java source code. You'll learn about the technologies and frameworks that JBuilder uses to help with code development. You'll also get insight on how JBuilder allows you to choose several different technologies and frameworks including Swing, JDBC, Servlets, Java Server Pages, Struts, EJB, RMI, and Web Services. Including coverage of the latest release of JBuilder. JBuilder 8, the book, begins with how to install and configure JBuilder on any machine. Topics include: creating, managing, and refactoring Java classes; servlets; RMI.
Sams Teach Yourself Java 2 Online in Web Time helps the first-time programmer or the programmer new to Java to learn Java and its APIs. Written in a warm and familiar style, Teach Yourself Java in WebTime requires no previous programming experience. It incorporates the proven instructional techniques of the Teach Yourself series, including end-of-section quizzes and programming exercises that allow you to review and expand upon the concepts and skills presented in that chapter. The learning experience is further enhanced with an instructional Web site. Steve Gilbert teaches Computer Science at Orange Coast College in Costa Mesa, California. Bill McCarty teaches Computer Science and management Information Systems at Azusa Pacific University in Azusa, California. Overall if you are new to Java are want a good resource on the basic concepts this is an excellent book for that scenario.
Out-of-the-Box by EJB Solutions, Inc. is an intelligent distribution of 100+ Open Source projects for LAMP and Java developers. Its graphical installer supports selective installation / uninstallation and has a built-in project knowledge base. It comes with 10 sample apps and a 350 page user guide to help developers hit the ground running. The Free Community Edition includes 25 of the projects and almost all of the user guide. Included projects are PHP, Python, Apache, MySQL, PostgreSQL, CVS, and dozens more. Works on Linux and Windows.
Deliver general purpose and specialized 2 and 3-dimensional charts as applets or interactive server-generated images (PNG, GIF, JEG, SWF, SVG, PDF, TIF, WBMP) to web browsers and mobile devices, or embed charts into stand-alone Swing applications. WebCharts3D software includes WYSIWYG designer that will help you to define chart styles, view styles XSD Schema and DTD, generate XML and/or Java code, bind charts to data sources, view recommended JSP or custom tags code, deploy code to the server, and export and print charts.
Find all information needed to learn working in java, understand how to code in java, how to design your program, understand classes and more. This website discusses programming problems, why they are problems, and the approach Java has taken to solve them. Topics include: Introduction to Java; Introduction to objects; Controlling program flow; Initialization and cleanup; Hiding the implementation; Reusing classes; Polymorphism; Holding your objects; Error handling with exceptions; The Java IO system; Creating windows and applets.
This section introduces you with JAVA. Java is an Object Oriented Programming similar to C++ and Smalltalk. But JAVA is platform independent and follows the principle of WORA (Write Once and Run Anywhere). It is unlike C, C++ which means that you write a JAVA program and compile it only once and run it on any operation system be it Windows, Linux, Solaris etc. This resource is unique in the way that it is actually a wiki that allows anybody to edit the tutorial to help make it better. It includes other topics on Java such as: An overview of Java; Concepts of Object Oriented Programming (OOP); How to setup Java on your PC; Introduction to Applets; Data Tyhpes, Variables, and Arrays; Operators; Control Statements; Packages, classes, and interfaces; Inheritance and polymorphism; Strings; Recursion; Random Numbers; Java IO and file handling; Java Thread and Multithreading; Java Collections; Java Network programming; image, audio, and video.
NTier provides Java Training, Mentoring and Consulting in Seattle, Dallas and beyond. Customized training built to leverage your teams strengths and maximize classroom time. Topics include: AJAX, Design Patterns, EJB, Hibernate, J2EE, Java, JBoss, JSF, JSP, OOAD, SCRUM, Servlets, SOA, Software Development, Spring Framework, Struts, UML, Use Cases, Web Services, WebSphere Portal, and XML. nTier has instructors that can code and teach. The trainer they put in front of your class will have real world experience. nTier customizes courses. They listen to you, assess your team's strengths and weaknesses, and then design a custom course that achieves your goals and objectives. They will help you find courseware that fits. In addition to writing their own, they have used most of the course materials available and can help you decide what's best for your group.
Teaches the necessary skills to create Web pages using the popular Web Scripting language, JavaScript. Topics include: Introduction to JavaScript; Variables, Functions, Objects, and Events; Data Types and Operators; Decision Making with Control Structures and Statements; Windows and Frames; Forms; Debugging JavaScript; Dynamic HTML and Animation; Cookies and Security; Server-Side JavaScript; Database Connectivity; Working with Java Applets and Embedded Data. This book is well written and Conforms to ECMAScript standards. It uses the latest versions of both Netscape and IE, No HTML pre-requisites, Covers both client-side and server-side JavaScript. The book also includes a comprehensive JavaScript reference in the appendix that could help programmers find information fast while designing javascript applications. Allows easy lookup of functions and methods that are commonly applied when writing scripts.
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.
Knowing JavaScript syntax is one thing; being able to build a useful application is another. While there are dozens of "how-to" JavaScript books available, few literally hand the Webmaster a set of ready-to-go, client-side JavaScript applications with thorough documentation that enables the reader to fully understand and extend those applications. By providing such a set of applications, JavaScript Application Cookbook allows Webmasters to immediately add extra functionality to their web sites. This book explores both the code and the techniques that are centered around core JavaScript functionality, a functionality that will not become incompatible or obsolete. The source file design of most applications and libraries will help modularize reader web sites and facilitate easier site management and coding practices. Chapters include a client-side search engine that will show coders how to build their own search engine and get excellent results.
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.
Create dynamic and flexible Web pages with JavaScript using this comprehensive resource. Whether you're a new or more experienced developer, you'll find quality coverage of every topic you're looking for--from fundamentals such as language syntax to advanced topics including interaction with browser plug-ins and the emerging W3C DOM standard. You'll learn to create cross-browser scripts for common tasks including form validation, visual effects, navigation systems and much more. In addition to the comprehensive tutorials that make up each chapter, the appendices contain helpful material that's quickly accessible--including object references, a browser compatibility chart, and other key JavaScript syntax charts. For a thorough and authoritative book on the latest version of JavaScript that's geared toward developers at every level--this is the ideal resource for you. Get an overview of JavaScript and learn about variables, functions, and objects.
Bring interactivity to any Web site with this easy-to-follow guidebook on JavaScript. Author Scott Duffy takes the fear out of working with a programming language by delivering instruction and theory in manageable doses, along with practical examples and plenty of ready-to-use code. Learn to write a program by exploring statements, variables, and functions--the three basic building blocks of any program. Use JavaScript as the behind-the-scenes director of your Web browser presentation. Create basic and advanced JavaScript applications--plus, modify existing scripts to suit your needs--all with the help of this great resource. Write your own program using statements, variables, and functions; Learn the history of the language and what it can do for you; Store dates, numbers, and more with built-in classes; Create scripts that work in every browser; Understand the basics of expressions, and organize your code into functions.