Preface:In the course of learning Java, it is very important to master the basic concepts of Java. J2SE is the basis of Java, therefore, it is necessary to summarize the basic concepts so that you can better understand the essence of java in the
In the previous example, each entity Bean is mapped to only one table in the database. In fact, one entity Bean can be mapped to multiple tables. It is often used in some projects that require dictionary tables. For example, I have used many data
Counters are essential to websites. Don't underestimate them. Every time the webmaster looks at the rapid growth of numbers on a small counter, it feels really good. In the past, we used cgi and asp to write counters. There are many articles in this
System Configuration: win2000 English version + JDK1.4.1 + TOMCAT4.0.5 + APACHE2.043Development cycle: the development cycle lasts for nearly 15 days.Functions:1. Gallery:Submit, display, and delete images and related text by page.2. album:Album
I. Preparations1. An installed WIN2000 Server. Note: If IIS is pre-installed, stop or disable the IIS service first.2. Downplant SoftwareAPACHE: Version: 1.3.22 -- apache_1.3.22-win32-x86.msiJDK: Version: 1.3 --j2sdk1_3_0-win.exePHP: Version: 4.0.4 -
Content:3-DriverManager3.1 OverviewThe DriverManager class is the management layer of JDBC and acts between users and drivers.It tracks available drivers and establishes connections between the database and the corresponding drivers.In addition, the
Content: 2-connection this overview is from JDBCTM Database Access from JavaTM: A TutorialAnd Annotated Reference. JavaSoft is currently preparing this book. This book is a tutorial and an important reference manual for JDBC. It will be published by
In the previous article, tofu once talked about a JDBC-ODBC Bridge to connect to the database article a connection to the database javaBean (can be called in Jsp ), since the efficiency of connecting to the database is very low, we actually use JDBC
Forms are a common way to interact with websites. JSP makes form processing easier. The standard way to process forms in JSP is to define a "bean ". This "bean" is not a full Java bean. You only need to define a class so that it has a region, which
I saw a lot of questions on the Internet about how to learn jsp. I just saw an article on learning jsp on the Internet and translated some of them. I hope I can give you some guidance on jsp learning.A common error is to treat JSP as a simplified
Java embodies a simple programming style everywhere. serialization is one of the most commonly used functions. The design in java is particularly "simple ". With the help of ObjectInputStream and ObjectOutputStream, we can easily implement
I recently saw an open source that uses java to manipulate excel on the Internet. I tried it on weblogic and thought it was good. I would like to recommend it to you.
First go to the terminal.
Write a javaBean file and use JExcelApi to dynamically
SummaryWhen programming for server components, you may need to obtain the actual path of a file from the path relative to the web root, but this file is actually on a virtual path of the site.What is a virtual path?On a web server, the virtual path
Now, the JSP file you wrote will be changed to a class definition. All scriptlets you have written should be placed in a method of this class. Similarly, you can add variables and method declarations to this class. Of course, you can also use these
In the above tutorial, we have learned how to embed a Java expression between the character series in a JSP webpage. However, it is very difficult to do a lot of programming by placing Java expressions in HTML.JSP also allows you to write Java code
This article describes the software and environment configurations required for Java Servlet programming. As long as you have a PC with Windows 95/98 installed, you can follow the steps in this article to develop the Servlet program. This article
Jsp is a new web development tool developed by sun Based on servlet, foreign Ejb + jsp/servlet + Application Server + data library has become a popular architecture for e-commerce sites. Tomcat3.1 implements the latest servlet2.2 and jsp1.1
Windows 98, Windows NT 4.0, windows 2000 professional, Windows 2000 server, etc.Jdk1_2_2-001-win.exeTomcat.zip (3.1)I. Software DownloadJDKHttp://java.sun.com/products/jdk/1.2/TomcatHttp://jakarta.apache.org/builds/tomcat/release/v3.1/Ii. Software
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.