
- Applet Building (5)
- Communication (2)
- Database-related (10)
- Development (18)
- EJB (3)
- General Java (7)
- JavaBeans (7)
- JSP and Servlets (63)
- Miscellaneous (33)
- Networking (0)
- Security (5)
- Swing (3)
- WAP and WML (3)
- XML and Java (8)








Java | Tips and Tutorials | XML and Java
This advanced tutorial covers more sophisticated topics for manipulating XML documents with Java technology. Author Doug Tidwell shows you how to do tasks such as generate XML data structures, manipulate those structures, and interface XML parsers ...
Java | Tips and Tutorials | Database-Related
RDF is increasingly recognized as an excellent choice for representing and processing semi-structured data. In this article, Web developer Philip McCarthy shows you how to use the Jena Semantic Web Toolkit to exploit RDF data models in your Java ...
Java | Tips and Tutorials | Database-Related
This tutorial shows you how to build a database application using Java 2 Micro Edition (J2ME) Record Management System (RMS). It also demonstrates how to craft a MIDlet that performs the necessary logic of creating and accessing a sample database ...
Java | Tips and Tutorials | Development
This article examines two data management strategies available on the Java platform: Java object serialization and Java Database Connectivity (JDBC). While neither data management strategy is inherently superior or inferior to the other, when it ...
Java | Tips and Tutorials | WAP and WML
A discussion of MIDlet development on the Nokia 6600 making use of the MIDP 2.0 and MMAPI. The artcile will attempt to guides you through many of the quirks of this phone, not least of which is the Mickey Mouse effect of the audio capture tool.
Java | Tips and Tutorials | Miscellaneous
Privacy monitoring technology in information technology systems is now necessary in order to ensure compliance with stated privacy policies, especially in the customer information management systems in enterprises such as Customer Relationship ...
Java | Tips and Tutorials | Miscellaneous
The Reference Monitors purpose is to simplify the task of developing new privacy monitors, which are integration points between an application and the Privacy Manager server. IBM Tivoli Privacy Manager provides a way for businesses to meet various ...
Java | Tips and Tutorials | XML and Java
This is a simple function used to encode text and attribute values before adding them to your XML documents. This code can always be extended to handle maore special characters
Java | Tips and Tutorials | Security
Follow along as Java architect Abhijit Belapurkar leads this detailed, behind-the-scenes introduction to two distinctly different (yet related) models of authorization: the code-centric model of the Java 2 platform security architecture and the ...
Java | Tips and Tutorials | Development
In server-side control architectures a majority of the control events must be handled on the server side to update the state of the control. For every user event, the entire page data is sent back to the server as part of the form submission, even ...