Below you will find 0 categories and 124 links related to Java Learn Resources.
Visual J++ is Microsoft's powerhouse implementation of Java - the one that offers pure Java compatibility and is optimized for Windows-based programming. Active Visual J++ shows you how to combine powerful Internet technologies - Java, ActiveX, and the Abstract Window Toolkit (AWT) - to create exciting interactive applications for the Web and intranets. Written for intermediate programmers who know the basics of Java, this books gives you an overview of the new features and new strengths of Visual J++ version 1.1 and how to put them all to best use, a comprehensive look at ActiveX content - how a Java applet can be enhanced with ActiveX components, and clear guidance for taking the next step: from Java applets to complete applications built from packages of reusable components. Altogether, Active Visual J++ gives you clear guidance on taking Java beyond its Web-based roots, and gives you a feel for Microsoft's Internet strategy.
Developing Applications with Java and UML focuses on the craft of creating quality Java software. The book introduces the fundamentals of the Unified Modeling Language (UML) and demonstrates how to use this standard object-oriented notation to build more robust Java applications that fulfill user requirements and withstand the test of time. The book features the Rational Unified Process and uses a large-scale application to illustrate the development process, showing you how to establish a sound project plan, gather application requirements, create a successful Java design with UML, and implement Java code from UML class and sequence diagrams. With this book you will learn how to: Estimate projects with accuracy and confidence; Map UML to Java-based deliverables; Understand and describe application requirements using UML use cases; Create a design based on UML class and sequence diagrams; Use Rational Rose to create and track UML artifacts.
A second edition Beginning Java title is now required because: In quarter one, 2000, Sun has released version 1.3 of their Java Developers Kit (JDK 1.3). This is significant because: The fastest Java platform performance ever is now available for download, and is coming to your mailbox from America Online (AOL), thanks to an agreement between Sun and AOL to deliver the Java Runtime Environment on the AOL CD-ROM. The newest version of J2SE technology, v 1.3, will deliver momentous performance gains and improved Web deployment for enterprise-grade, client-side applications. And just about everything else developers have been asking for. Client-side users now enjoy the speed advantage of the new Java HotSpot compiler which has been tuned for client performance. The result is much faster thread handling, improved scalability and rapid memory allocation for objects, smaller RAM footprint, and has gained a much more efficient garbage collection.
The java language has been growing from strength to strength since its inception in 1995. It has since proved to be both powerful and extraordinarily easy to learn and use. This is what makes it ideal for the beginner. With dramatic changes to it's handling of files, and the introduction of native support for XML, java has been updated to work faster and to be current with the incredible rise of XML as a medium for communicating data. This edition of the Beginning Java books outlines everything the beginning programmer needs to know to program with the Java programming language and the 1.4 Java Developer Kit. With the release of JDK 1.4, programmers can look forward to the most stable edition yet, and even better performance than was available previously. It includes a full explanation of Object Oriented programming. A comprehensive introduction to swing is accompanied by a significant application that you will develop through the last half.
Java has evolved into a robust, high performance programming language that is well suited to a range of different environments, be it on a middle tier Application Server or a client browser. Regardless of the architecture of your application you are using, it will almost certainly need to make use of data that is stored in some form of database. Relational databases are the data store of choice in the vast majority of businesses, and have also evolved enormously over the recent years, into powerful and feature-rich data management systems. This book aims to teach you how to use these two powerful technologies to build successful Java database applications. You will find out how relational databases work and how you can use them in your Java programs, through the JDBC interface. Topics include: Using the JDBC API to build database-driven Java applications; SQL and relational database design; Object-relational mapping frameworks and techniques.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
A first course textbook for Java students or professional with some programming experience, offering a step-by-step approach to the principles of Java programming. Using a step-by-step approach that fosters self-teaching for professionals studying for the SUN Java Certification Exam, this completely revised Fourth Edition of this widely used book provides an outstanding introduction to Java programming in four parts. This text lays a solid foundation with programming elements, control structures, and methods, and then moves on to object-oriented programming, graphical user interface, applets, internationalization, multimedia, I/O, and networking. This book clearly covers all of the required subjects in the Java Certification Exam. For beginning or experienced programmers who want a comprehensive introduction to Java programming with an expanded in-depth treatment of object-oriented programming.
This text is focused on teaching Java as a first language using two principles: First, students learn best when they see and appreciate an immediate need. Second, students learn best by doing and experiencing. In the first few chapters, the book starts with a breadth-first approach. Students learn one way to do I/O, one variable type, one way to do a condition, and one loop statement. Quickly, students begin coding useful and interesting programs with this subset of Java. Taking a spiral approach, the author introduces a concept or method in simplified form and gradually, as the need for more capability is demonstrated, expands upon it until the full concept is presented. Chapters are teaching units, not topic units, and the text avoids teaching mechanisms and concepts that allow errors students are not yet ready to understand. Students gain confidence and are excited to learn more as the course progresses.
A high-speed Java tutorial, ideal for C and C++ programmers. This revised edition of the acclaimed Java 1.2 and Javascript for C and C++ Programmers covers the extensive additions and changes to the Java language on the final release of JDK 1.2, as well as completely updated coverage of JavaBeans, JFCs, RMI, Java2D, security issues, and Java database technology. Explaining all of the ins and outs of Java in terms easily accessible to C and C++ programmers, the authors offer the quickest path to learning and mastering Java 1.2. The book also discusses protected domains, reference objects, collections, package versions, and drag-and-drop. CD-ROM includes all of the source code examples contained in the book and includes useful scripts and utilities. Explains basic and advanced Java techniques in terms that C and C++ programmers can relate to using a series of increasingly sophisticated working applications.
This easy to follow guide explains why and how to use Java, the preeminent language of the Internet, and covers core Java concepts, including the fundamentals of object-oriented programming (OOP), program control statements, arrays, strings, methods, classes, objects, and packages. You'll also get full details on exception handling, the I/O system, multithreaded programming, and creating Java applets. To speed your progress, the source code for all examples is available free online. Start programming in Java right away with this self-paced, 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. Annotated syntax, example code annotated with commentary that points to the particular technique illustrated. Projects, coding exercises contained in each module show how to apply what you are learning.
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.
Java 2 Fast & Easy Web Development focuses on making Java work for the Web. It takes a unique visual and task oriented approach to learning Java, the object-oriented language that is extremely popular with programmers and Web developers. It includes free scripts, as well as instructions on how to write your own scripts. This book is ideal for beginning to intermediate Web designers or developers. With Java 2 Fast & Easy you are able to look up java tasks and featuers, learn them quickly, and apply what you know and have learned in no time. If you are new to Java this book is an excellent place to get started. The author walks you through learning Java step by step and it is a great place to get started. With this book you are able to play with Java code examples and take thme apart to see how they work. This book is definetely a good stepping stone towards the advanced topics with 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.
Maybe you've mastered HTML and JavaScript and you're looking for another Web language to add to your list. Or perhaps you're a C++ or VB programmer looking to try your skills on the Web. With Java for the WWW, Second Edition: Visual QuickStart Guide, you don't even need a background in programming, just a desire to gain a working knowledge of Java 2, the faster, easier to deploy, and more secure version of this famously dynamic Web language. In time-tested Visual QuickStart style, the book doesn't just tell you how to program Java applications for the Web, it shows you, breaking the world of Java into step-by-step tasks and providing the code behind the examples. Thanks to the straightforward, task-based format, you can learn what you need to know, when you need to know it. Java newbies can work from cover to cover; more seasoned programmers can use the page tabs to go straight to a specific topic. Includes debugging, Swing, and Java servlets.