|
Dynamic Web-based data access using JSP and JDBC technologies
|
Other links at Java > Tutorials > JSP and Servlets |
| 1. |
Examining Java Server Pages in detail
|
|
|
This article discusses the anatomy of a JSP page. Discusses all the directives, scripting elements, actions and JSP tags which form part of the JSP page. This article provides good foundation for studying advanced JSP topics.
|
| 2. |
HTTP tunneling with servlets
|
|
|
The corporate firewall is a double-edged sword. It helps prevent unauthorized access to the corporate Web services, but can disable access for legitimate clients. Due to the number of safety measures taken by system administrators, HTTP has become the universal entry mechanism to the corporate network. Where technologies such as CORBA and DCOM have failed because of the firewall, technologies such as SOAP have been developed to provide safe and reliable access through firewall protection. This article explores an alternative to SOAP, the use of Java objects over HTTP. In addition, it uses J2EE servlet technology as server-side middleware to the business data.
|
| 3. |
Using Java Server Pages (JSP)
|
|
|
This is a short introductory article on JavaServer Pages. It talks about the features of JSP, a simple example, and includes some useful JSP related-links.
|
| 4. |
Replacing Your CGIs with Java Servlets
|
|
|
Servlets portability makes them a powerful alternative to CGIs. This tutorial describes what Servlets are, What you need to run servelts, How to run them, and includes some basic code that can be used in place of a CGI program.
|
|
|