Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

HTTP tunneling with servlets - Java tutorial


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.
Category: Java tutorials > JSP - Difficulty:

More cool Java tutorials:



Database Metadata with JDBC
Database Metadata with JDBC
The goal of this tutorial is to show you how to use JDBC’s database metadata API, which you can use to get information about tables, views, column names, column types, stored procedures, result sets, and databases. It will be of most interest to those who need to write applications that adapt themselves to the specific capabilities of several database systems or to the content of any database.
Category: Java tutorials > Database - Difficulty:
Java EE Migration tool for WebSphere App Server
Java EE Migration tool for WebSphere App Server
Discover a tool that enables developers of Java EE applications to migrate from WebSphere Application Server, Community Edition, to the more advanced WebSphere Application Server family of products. Remove a lot of the manual intervention involved in migrating the specific deployment descriptors.
Category: Java tutorials > Development - Difficulty:
Team Integrator for Eclipse-based Tools
Team Integrator for Eclipse-based Tools
Learn how Team Integrator for Eclipse-Based Tools enables collaboration between developers using different tools. This package provides team integration for business process management, an exemplar implementation of the package, and projects built using WebSphere Business Modeler and Websphere Integration Developer.
Category: Java tutorials > Development - Difficulty:
Using HTML in Java Swing Controls
Using HTML in Java Swing Controls
Have you ever wanted to provide text formatting in a Swing control? Have you ever wanted to have multiple lines of text in a tab? This tutorial will show you how to use the simplicity of HTML to provide flexible and powerful text formatting in Swing controls.
Category: Java tutorials > Swing - Difficulty:
Using XML and JSP together
Using XML and JSP together
XML and JSP are two of the hottest buzzwords these days. This article shows how you can use these two technologies together to make a dynamic Website. You also get a look at code examples for DOM, XPath, XSL, and other Java-XML techniques.
Category: Java tutorials > JSP - Difficulty: