![]()
|
||||
Java API and articles for Apache Tomcat, JSP, Servlet, EJB, JDBC, JavaMail, XML and Java Swing GUI / Web Hosting with Web Applications
Because Java is Object Oriented Programming, you can build your system from pre-defined Java components. And we offer the Java API for Apache Tomcat, JSP, Servlet, EJB, JDBC, JavaMail and Swing GUI.
In addition, worth reading articles for Apache Tomcat, JSP, Servlet, EJB, JDBC, JavaMail and Swing GUI are available on our web site.
|
||||
Note: Most of this paragraph is quoted from my old HTML page I wrote in 1997, so seems to be somewhat out-of-date. Java TM Comes Up!Now you are viewing this page with some HTML browser in your computer. Imagine how this page is retrieved from the remote computer.
Notice just the simple fact that the 2 computers communicated each other freely through the cheap patchwork of lines, which is called "Internet".
We had desired for a new programming environment.
Thus the programs developed by Java enable us to take the full advantage of Internet. So it is obvious that this type of programs will solve the problems more efficiently than lonely type of ones. Modern programs should not sit on a single machine silently, they should walk around Internet communicating with others loudly.
Java is Object OrientedAt this time Java is the de facto-standard of the programming environment and it seems that I have no need to talk about its superiority in the Internet age. But it is noticeable that Java is not only Network Oriented as I mentioned above, but also Object Oriented. During Java programming, we can experience the world of OOP! This means that we are allowed to create any type of Classes as we like and our programs are consists of the elements corresponding to the Classes we define by ourselves. Though such Freedom of programming may make us happy, defining all the elements may be somewhat tedious work. And in fact, commonly used Classes such as the Button on the screen or the Collection of other elements exist, and if each programmer have her/his own Classes of these kinds, it will be difficult to maintain the re-usability of Classes. So Java development environment is supplied with the set of the predefined Classes which are commonly used by the most developer. We can use those Classes directly or change them into the ones we wants. This set of predefined Classes is called Application Programming Interface, API for short. One of the advantage of Java programming environment is that this API is a set of very very sophisticated Classes, from the basic Classes such as String and FileInputStream to ones like RemoteObject and Connection (used to set or get the information on RDB), which are essential for the enterprise solution. These hundreds of Classes are categorized into groups called Package according to their subjects and this categorization is so neat that we can find the appropriate predefined Class easily. Moreover what each Class is and how to use it are described precisely and clearly in the HTML documentation which is supplied with Java programming environment. Opening this documentation on your browser, we can build up our world easily based on this set of predefined Classes. Now everything you need is out there, Duke (the mascot of Java) is waiting for you to enter the world of OOP!
Thank you for your reading our long pages!
|
|
|||
|
Java and all Java-based trademarks and logos are trademarks or registered of Sun Microsystems, Inc. in the United States and other countries. |
||||
|
ALL CONTENTS COPYRIGHT 1997-2007, OOP-Research Corporation. All rights reserved. |
||||