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

POJO Web services using Spring and Apache CXF - Java tutorial


Create a plain old Java object (POJO)-style Web service easily using Apache CXF, an open source Web service framework. This article, Part 1 of a series, shows you how to expose POJOs as Web services using Spring and CXF. It also illustrates CXF integration with the Spring Framework.
Category: Java tutorials > Development - Difficulty:


More cool Java tutorials:



Web Application Events
Web Application Events
This article describes what are application events and how you can use them. Focuses on two important web application events; Application startup and shutdown, Session creation and invalidation.
Category: Java tutorials > JSP - Difficulty:
Analysis and Generation of Ant Build File
Analysis and Generation of Ant Build File
Developers building applications using J2EE or Service Component Architecture (SCA) use an Integrated Development Environment (IDE). Yet, some parts must be built outside the IDE including the Ant build file, which is written in XML format. Learn how the Analysis and Generation tool analyzes a testable Ant build file for J2EE and SCA projects developed using Eclipse, Rational, or WebSphere IDEs.
Category: Java tutorials > Application - Difficulty:
File upload to BLOB field and display attachment dialog box
File upload to BLOB field and display attachment dialog box
This article discusses the BLOB feature in the database and the author shows on how any file can be stored in the BLOB field of Oracle and can be displayed as an save as attachment dialog box. Very good article for the beginners and intermediate developers who wants to add the file upload and "save As" attachment feature in their struts powered web application.
Category: Java tutorials > Database - Difficulty:
Java DB (Derby) - ResultSet Objects of Queries
Java DB (Derby) - ResultSet Objects of Queries
This article provides tutorial notes on JDBC ResultSet with Java DB (Derby) JDBC Driver. Topics include ResultSet cursor, scrollable, and update capability; getString() and updateString() methods; updateRow(), insertRow(), and deleteRow() methods
Category: Java tutorials > Database - Difficulty:
SSL and Cryptography
SSL and Cryptography
This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning cryptography himself. Topics include Blowfish, CA, certificate, cipher, cryptography, CSR, decryption, DES, encryption, Java, JCE, JDK, OpenSSL, PEM, private key, public key, RSA, sample codes, secret key, self-signed certificate, SSL, X509. Key sections: Basic Concepts - Cipher - DES Algorithm - DES Algorithm - Illustrated with Java Programs - DES Algorithm - Java Implementation - JDK/JCE - Cipher for Encryption and Decryption - Cipher - Blowfish Algorithm - 8366 Hex Digits of PI - What is OpenSSL? - Installing OpenSSL on Windows - Generating RSA Key Pairs - Viewing Components of RSA Keys - Encrypting RSA Keys - What is a certificate? - Generating Self-Signed Certificates - Viewing Components of Certificates - Why Certificates Need to Be Signed by CAs? - Generating a Certificate Signing Request for Your Own Public Key - Viewing Components of Certificate Signing Request - Signing a Certificate Signing Request - Certification Path Validation - Using Certificates in Web Browsers.
Category: Java tutorials > Security - Difficulty: