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

Browser-based Application Toolkit - Java tutorial


Create a professional, consistent user interface with the Browser-based Application Toolkit, a Web presentation framework with extendible building blocks. The toolkit’s framework can be used to rapidly build GUIs that not only mimic business processes, but also implement IBM's standards for accessibility and national language enablement.
Category: Java tutorials > XML - Difficulty:


More cool Java tutorials:



BeepLite Networking Layer
BeepLite Networking Layer
The BeepLite Networking Layer is a Java implementation of Blocks Extensible Exchange Protocol, a generic application protocol kernel for connection-oriented, asynchronous interactions. This technology supports dynamic, pluggable application protocols for peer-to-peer, client-server, or server-to-server scenarios.
Category: Java tutorials > Network - Difficulty:
Edit XML documents using Xeena
Edit XML documents using Xeena
Xeena, a visual XML editor, is a generic Java application for editing XML documents derived from a DTD. The editor takes as input a given DTD and builds a palette containing the elements defined in the DTD. Any document derived from that DTD by using a visual, tree-directed paradigm can thus be created, edited or expanded.
Category: Java tutorials > XML - Difficulty:
Build a servlet-based application that executes SQL statements against a database
Build a servlet-based application that executes SQL statements against a database
This article presents a web application that allows you to use a JSP interface to execute any type of sql statement against a database. An application like this makes it easy to view and modify the data in a database. In addition, because it will display an error message if you try to execute an sql statement with incorrect syntax, this application allows you to test for errors in your sql code.
Category: Java tutorials > JSP - Difficulty:
Creating a Browser Detection JavaBean
Creating a Browser Detection JavaBean
A step by step tutorial to create a JavaBean which detects user browser and .NET enabled status. You can use this bean to develop browser friendly pages. Online demo available.
Category: Java tutorials > Javabeans - Difficulty:
Protecting JavaBeans in JSF applications
Protecting JavaBeans in JSF applications
Get a demonstration on how to use Acegi to secure access to JavaBeans in JavaServer Faces (JSF) applications. You can configure secure beans in a variety of ways, including using Acegi-secured inversion-of-control (IOC) beans directly in your JSF tags.
Category: Java tutorials > Javabeans - Difficulty: