Active Articles: 2038
Total Categories: 16
Sub Categories:616
Swing's new JFormattedTextField component | ||||||||
Accepting formatted input doesn't have to be difficult with input verifiers and focus listeners. This installment of Magic with Merlin shows you how to use the new JFormattedTextField component to prompt for numbers, dates, and formatted input. The Java 2 Standard Edition (J2SE), version 1.4, adds two new Swing components to the palette of available ... learn more
| ||||||||
| ||||||||
Building Web Services w/ Eclipse Tutorial | ||||||||
This tutorial shows you how to build a Web service using the Eclipse Web Tools Platform. The Web service interacts with a Cloudscape (Apache Derby) database and is deployed to Apache Tomcat. ... learn more
| ||||||||
| ||||||||
JSP Directive Tag and Scriptlet tag | ||||||||
In this JSP tutorial, you will learn about two types of Directive tag namely Include and Tag Lib and also Scriptlet tag used in Java Server Pages along with syntax, usage, example and explanation for each of the tag. ... learn more
| ||||||||
| ||||||||
JSP Basics | ||||||||
Java Server Pages (JSP) is a Java API in J2EE which allows dynamic creation of web pages using Java. It has the same purpose as other existing technologies like CGI or PHP. In this tutorial you will learn about Lifecycle of JSP pages, Dynamic content generation, Invoking Java code using JSP scripting elements, JavaBeans for ... learn more
| ||||||||
| ||||||||
Use the Element Construction Set to create formatted logs | ||||||||
The Jakarta Element Construction Set (ECS) is an open source project for creating markup language documents using the Java language and an object-oriented approach. Java developer Amit Tuli provides an introduction to ECS and shows you a step-by-step approach for using it to generate well-formatted status reports from log files. You will create a sample ... learn more
| ||||||||
| ||||||||
An introduction to neural networks | ||||||||
Neural nets may be the future of computing. A good way to understand them is with a puzzle that neural nets can be used to solve. Suppose that you are given 500 characters of code that you know to be C, C++, Java, or Python. Now, construct a program that identifies the code's language. One ... learn more
| ||||||||
| ||||||||
JSP Tutorials - Controlling HTTP Response Header Lines | ||||||||
This tutorial helps you to understand: HTTP Response Syntax HTTP Response Header Lines Controlling Response Header Lines Viewing Response Header Lines Response Header Lines of Static Files Response Header Lines Affected by jsp:directive.page Elements Setting Header Lines Directly in JSP Pages Generating Non-HTML Entity Body ... learn more
| ||||||||
| ||||||||
Java Queries | ||||||||
This is a complete library of java interview questions with detailed descriptive answeres.Visit http://java-queries.blogs pot.com and shrapen your java skills ... learn more
| ||||||||
| ||||||||
Secure a J2ME Environment with JCE | ||||||||
Implementing a customized security library is expensive and unsuitable for medium and small applications. The Java Cryptography Extension, while the accepted standard for these apps, brings up a host of other problems. This article analyzes those problems and demonstrates how to solve them. ... learn more
| ||||||||
| ||||||||
Basics of J2ME | ||||||||
The Java 2 Platform, Micro Edition (J2ME) offers great tools for developers, porting the Java platform's network-centric and platform-agnostic worldview down to memory- and processor-limited devices. This article explains the basics of the J2ME world, showing you the building blocks of the platform and demonstrating a sample application. ... learn more
| ||||||||
| ||||||||
Displaying Records from the Database using Java Servlets. | ||||||||
An article on displaying records from the database with Java Servlets. Every step from establishing a Connection to iterating through ResultSet is explained in detail. ... learn more
| ||||||||
| ||||||||
Adding JRuby to your Java Toolbox | ||||||||
JRuby combines the object-oriented strength of Smalltalk, the expressiveness of Perl, and the flexibility of the Java class libraries into a single, efficient rapid development framework for the Java platform. In this third installment in the alt.lang.jre series, Michael Squillace and Barry Feigenbaum introduce JRuby, a sophisticated addition to your Java development toolbox. ... learn more
| ||||||||
| ||||||||
Inserting Records into the Database using Java Servlets. | ||||||||
An article on inserting records into the database with Java Servlets. Every step from establishing a Connection to executing the INSERT SQL query is explained in detail. Online demo available. ... learn more
| ||||||||
| ||||||||
An Introduction to Java Servlets | ||||||||
This article describes the overall servlet architecture and what you need to develop your application with servlets. Also presented are several code examples to show you how to use the Servlet API, and compare it with CGI and proprietary server APIs where appropriate. ... learn more
| ||||||||
| ||||||||
Wireless messaging with JXTA | ||||||||
Learn how to use JXTA technology to integrate thin Java 2 Platform, Micro Edition (J2ME) clients into enterprise-scale messaging applications by developing a set of classes that let you integrate J2ME clients into JMS (Java Message Service) applications running on Java 2 Platform, Enterprise Edition (J2EE) servers. ... learn more
| ||||||||
| ||||||||
Servlets Advanced | ||||||||
After describing some basic programming of servlets, we will describe some advanced topics of servlets in this tutorial, viz., Session Tracking, Servlet Filters, Servlet Life Cycle Events, Including, forwarding and redirecting, Servlet Chaining and Applet Servlet Communication. ... learn more
| ||||||||
| ||||||||
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. ... learn more
| ||||||||
| ||||||||
Diagnosing Java Code: The Liar View bug pattern | ||||||||
GUIs are generally designed with a model-view-controller architecture in which the view is decoupled from the model. The separation presents a challenge to automated testing because it's difficult to verify that a state change in the model is reflected appropriately in the view -- it spawns the infamous "Liar View." This installment of Diagnosing Java ... learn more
| ||||||||
| ||||||||
Servlets and JSP | ||||||||
Servlets are Java technology's answer to CGI programming; JSP is a technology that lets users mix regular, static HTML with dynamically-generated HTML. This tutorial discusses the basics of Java Servlets and JSP, as well as the advantages of using each of these technologies. ... learn more
| ||||||||
| ||||||||
XmlEncode | ||||||||
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 ... learn more
| ||||||||
| ||||||||
