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

How to lock down your Java code - Java tutorial


You inevitably spend some part of your week crunching code that you didn't write, and for which you may not have the source. This beginner's guide to opening up and locking down Java code walks you through the essentials of disassembling, decompiling, and obfuscating Java code, using examples from popular tools such as Mocha, HoseMocha, jmangle, and JODE.
Category: Java tutorials > Development - Difficulty:


More cool Java tutorials:



Enhance J2EE apps with Ajax-Style Architecture
Enhance J2EE apps with Ajax-Style Architecture
This article shows you how a Java 2 Platform, Enterprise Edition (J2EE) application was enhanced with an Ajax-style architecture by using the IBM WebSphere Application Server Feature Pack for Web 2.0.
Category: Java tutorials > Application - Difficulty:
Scaling Web services and applications with JavaGroups
Scaling Web services and applications with JavaGroups
As the J2EE platform has matured, it has opened up the opportunity to deploy commodity servers in networked cluster configurations for scaling of Web services and Web applications at the Web tier. These commodity servers, interconnected through commodity LAN hardware, can provide cost-effective clustering solutions. The last piece of the clustering puzzle is in the software. In this seriesSing Li examines three open source software substrates that can enable high-impact Web tier clustering, beginning with JavaGroups.
Category: Java tutorials > Development - Difficulty:
First Hibernate
First Hibernate
Tutorial showing how to create a first Hibernate application. Full source code is included. The new Hibernate 3 version is used.
Category: Java tutorials > EJB - Difficulty:
First Servlets
First Servlets
This tutorial shows you how to write your first serlvet by introducing several key elements such as Basic Servlet Structure, A Simple Servlet Generating Plain Text, Compiling and Invoking the Servlet, A Simple Servlet Generating HTML, and Some Simple HTML Utilities for Servlets.
Category: Java tutorials > JSP - Difficulty:
Ajax and Java development made simpler
Ajax and Java development made simpler
Learn a JSP-based technique for creating JavaScript code, notably reducing the amount of code you have to write manually. The illustration provided generates JavaScript functions for sending Ajax requests and processing responses.
Category: Java tutorials > Development - Difficulty: