正在加载...

Building Applications with IBM WebSphere Studio and JavaBeans: A Guided Tour

Building Applications with IBM WebSphere Studio and JavaBeans: A Guided Tour

作者:Colette Burrus and Stephanie Parkin

出版日期:2003

页数:444

ISBN:1931182140

本书永久链接:http://www.ppurl.com/2009/07/building-applications-with-ibm-websphere-studio-and-javabeans-a-guided-tour.html

共享用户信息

 
wenqi
wenqi16,651
244014,211

书籍简介

Introduction
This book takes you on a guided tour to building applications with the WebSphere Studio Visual Editor for Java and JavaBeans. Along the way, you’ll learn the basics of how to develop Java applets and applications, as well as more advanced topics such as using relational databases and eXtensible Markup Language (XML) documents to store your application data. By the end of the tour you’ll be able to use WebSphere Studio to build your own applications and you’ll understand why JavaBeans are so useful for application programming.

If you’re new to Java and Java development environments, that’s OK. This book assumes you have some basic knowledge of the Java programming language, but you certainly don’t need to be an expert to follow the tour. You do need to be running one of the Windows operating systems, and as long as you’re comfortable with Windows, the Internet, and Web browsers, you’re ready to learn Java.

If you are already familiar with Java and Java development environments, that’s OK, too. You’ll still benefit from going through the tour, because it will teach you many of the WebSphere Studio features that will let you build your Java applications easier and faster.

This book uses the “show and tell” approach. If you flip through the pages, you’ll notice that they are loaded with pictures showing how your applications should look at each step along the way. In addition, we’ve included two CDs that contain all the tools you’ll need to follow along with the lessons.

Why Java?
Java is considered the language of the Internet. It combines two important advances in computer science: object orientation and platform independence. Object orientation means that the programming language models real-world components and behavior. You organize your programs into objects with certain properties and define the activities that the objects can perform. Complex behavior is hidden in the implementation of the object, letting you just connect the object to other objects. Secondly, Java is platform-independent, which means that you can create programs on a Windows machine and be confident that the program will work in any environment that Java runs in.

In the past few years the use of Java has exploded. It has expanded well beyond its original main purpose of providing dynamic Web pages, to a full server-side programming language. It enables the development of complex Internet functionality, such as querying legacy databases, enabling business-to-business Web commerce, and providing interactive Web communications. Because it’s based on open standards, all Java programs use a common API. This means that you can reuse other Java components and easily snap them into your programs.

+ 展开目录
Chapter 1 - Creating Your First Applet Chapter 2 - Extending Your First Applet Chapter 3 - Creating Your First Application Chapter 4 - Creating a File-Manipulation Subcomponent Chapter 5 - Using Layout Managers Chapter 6 - Using Swing Components Chapter 7 - When Something Goes Wrong—Debugging Chapter 8 - Advanced Applet Development Chapter 9 - Working With Databases Chapter 10 - Working With XML Data Chapter 11 - Using XML Schemas Appendix A - Installing the Software Appendix B - Java Basics Index List of Figures List of Tables List of Sidebars

Tags: , ,

相关书籍

你需要 登录 后才能查看和发布评论。如果还不是本站用户,请先 注册