Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


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

View all templates

Secure communication between peers: SSL through JSSE - Java tutorial


A core requirement of any non-trivial P2P application is secure communication between peers. While the details of the security depend on how the application will be used and on what it will protect, it's often possible to implement strong, general-purpose security using off-the-shelf technology such as SSL. This article demonstrates how to use SSL (via JSSE) in P2P security.
Category: Java tutorials > Security - Difficulty:


More cool Java tutorials:



EJB 3 and Struts Framework Tutorial using JBoss
EJB 3 and Struts Framework Tutorial using JBoss
This tutorial explains how to create a complete web application using EJB 3 and the Struts Framework. Step by step the web application is created. Full source code is provided as well.
As applicationserver JBoss is used but you may replace it by any EJB 3 Server.
Category: Java tutorials > EJB - Difficulty:
Updating records in the Database using JDBC with Java Servlets
Updating records in the Database using JDBC with Java Servlets
An article on updating records in the database using JDBC with Java Servlets. Every step from establishing a Connection to executing the UPDATE query is explained in detail. Online demo available.
Category: Java tutorials > JSP - Difficulty:
Creating a struts project using Eclipse Ganymede
Creating a struts project using Eclipse Ganymede
The Author has provided great tips on how to use the latest version of Eclipse Ganymede to develop struts applications smoothly. If you want to develop struts projects but do not want to use RAD or WSAD from IBM due to cost then this is a solution for you. The Author is always looking for simple inexpensive solutions for J2EE development.
Category: Java tutorials > Application - Difficulty:
Analyze Unstructured video information with UIMA SDK
Analyze Unstructured video information with UIMA SDK
Discover a technology, UIMA SDK, which is an all-Java implementation of the UIMA framework. It supports the implementation, description, composition, and deployment of applications working with unstructured information, such as video, text, audio, and images.
Category: Java tutorials > Application - Difficulty:
MBeanInspector for WebSphere Application Server
MBeanInspector for WebSphere Application Server
Discover MBeanInspector for WebSphere Application Server, a Java Management Extensions-based administration program for WebSphere 5. MBeanInspector is a useful testing tool; it allows users to examine MBean attributes, invoke MBean operations, and listen for MBean notifications.
Category: Java tutorials > Development - Difficulty: