Whether you are a rank novice or advanced Java wizard, this page holds something for you. It provides resources intended to help you to learn and to use the Java programming language, and to help you to understand the broader distributed software engineering issues raised by Java, the internet, distributed object models, and the like. We welcome feedback. Thanks for visiting our site.
Java is increasingly recognized as a viable option for teaching undergradate computer science courses. We will attempt to provide links to sites for those who are interested in the evolution of the trend toward the use of Java in the undergraduate curriculum.
Java supports object-oriented programming on the Internet. It can be used to develop both stand-alone applications and applets, which are programs that are downloaded and executed on your computer when you visit others' web pages. For examples applets, check out some of the following sites. You do have to be running a Java-enabled web browser, such as Navigator version 3.0, available from Netscape or Internet Explorer 3.0, available from Microsoft.
It is easy to get started programming with Java. To program, you will have to be running the right operating system. If you are running Solaris or Windows 95, you're probably all set. The White Paper is a brief introduction to the main features of the Java language. From there, follow links to basic tutorial materials, and to the "man pages" for the Java tools (such as the compiler, interpreter, and so on). In particular, if you have never written a Java program, be sure to visit the Hello World tutorial site.
Programming real systems is hard in any language. Java is no different. However, the internet orientation of Java makes it easy to find help on more advanced topics. Here are links to some key resources.
JavaBeans is a component object model with API's that extend Java's reuse capabilities by enabling third parties can create applications from reusable components. JavaBeans is the Java analog of Microsoft's ActiveX, and of OMG's CORBA. Unlike ActiveX, JavaBeans is intended to be platform-independent.
The security of Java and its implementations is of significant concern. Java programs, authored by possibly unscrupulous people, are downloaded and executed by your computer as you browse the Web using a Java-enabled browser such as Netscape 2.0. The question is thus can browsing the web compromise your computer by causing your files to be read, deleted, or changed into "land-mines" that could then harm others?
| Disable your browser's Java and Javascript before entering these sites |
Here are some products and sites for C++ to Java conversion.
Distributed object-oriented programming on the internet is likely to be a critical technology in the future. Although standards are still needed, the basic technologies are progressing rapidly. Here are links to some of the important sites on this topic.
This is a collection of general tools which may be useful for Web and Java development.