Active Articles: 2038
Total Categories: 16
Sub Categories:616
RAD Tutorial w/ JavaServer Faces and WS Portal | ||||||||
The latest release of IBM WebSphere Studio and the Portal Toolkit plug-in provide new features for developing front-end applications using Java Server Faces. These features enable developers to quickly and easily use visual rapid-application development tools and provide a rich set of interesting user interface components not easily created or maintained in the past. This ... learn more
| ||||||||
| ||||||||
Java servlets could save the day | ||||||||
Dan Shafer from CNET argues "Microsoft and Netscape have yet to show any serious commitment to supporting browser standards. You can solve your browser-incompatibility problems by simply switching the burden from the client to the server. Java servlets are safer, easier to write, and more efficient than CGI applications. Web builders need to think seriously ... learn more
| ||||||||
| ||||||||
Developing and distributing Java applications for the client side | ||||||||
Java Web Start, a new technology to assist the development of client-side Java applications, is unique in that it frees you from concerning yourself with how the client is launched, either from a Web browser or from the desktop. Additionally, this technology provides an encompassing deployment scheme that enables a Web server to independently distribute ... learn more
| ||||||||
| ||||||||
Java 2 Micro Edition (J2ME) Application Development : MIDP Programming. | ||||||||
Sample chapter from "Java 2 Micro Edition (J2ME) Application Development" on Mobile Information Device Profile programming. ... learn more
| ||||||||
| ||||||||
Best Practice with Expresso Framework | ||||||||
Why invent the wheel every time you develop an application in Java? Writing a J2EE web application is complicated enough; you would not write a linked list module in C++ every time you started a new project. You would rather use another person's implementation. The same reuse-idea surely applies to server-side web development. This article ... learn more
| ||||||||
| ||||||||
Forwarding and Including Response from other Servlets. | ||||||||
This article describes how to forward response from one Servlet to another and how to include response from the other Servlet. Discusses RequestDispatcher interface. Online demo available. ... learn more
| ||||||||
| ||||||||
Overview of Servlets and JSP | ||||||||
This is an introductory tutorial on JSP an Servlet. Main topics include: What is a Java servlet?, What advantage does a Java servlet have over a traditional CGI program?, What is JSP?, and What are the Advantages of JSP? ... learn more
| ||||||||
| ||||||||
Working with preferences: the Preferences API Specification | ||||||||
The addition of the java.util.prefs package to Java 1.4 (through JSR 10) lets you manipulate user preference data and configuration data by providing you with access to an implementation-specific registry (for example, the Windows Registry on Windows platforms). This article introduces you to the Preferences class and walks you through its use. It puts it ... learn more
| ||||||||
| ||||||||
JSP Page Directive | ||||||||
In this JSP tutorial, you will learn about JSP page directive, attributes of the page directive along with syntax, examples and explanations. ... learn more
| ||||||||
| ||||||||
A simple if else.. | ||||||||
A detailed tutorial for If else which plays a very important role for beginners If else? What are "if elses" and why do you use it? Come and find everything in this tutorial ... learn more
| ||||||||
| ||||||||
Creating JDBC SQL Statements. Displaying Records from a MySQL Database. | ||||||||
A tutorial on how to create and execute JDBC SQL Statements and display records from a table in a MySQL Database. Also covers topics like creating databases and tables in MySQL. All code is explained in detail. ... learn more
| ||||||||
| ||||||||
Concurrency in JDK 5.0 Tutorial | ||||||||
JDK 5.0 added major new support for developing concurrent applications, including JVM changes, new low-level synchronization utilities, and higher-level, thread-safe, high-performance concurrency classes such as thread pools, concurrent collections, semaphores, latches, and barriers. Learn how these new classes can help make your code faster, more scalable, more reliable, and easier to maintain. ... learn more
| ||||||||
| ||||||||
JSP Action tags | ||||||||
In this section let us see about Action tag which is another type of tag, forward action tag and useBean action tag used in Java Server pages with syntax, usage, example and explanation in detail. ... learn more
| ||||||||
| ||||||||
J2EE Overview | ||||||||
J2EE is a technology that aims to simplify the design and implementation of enterprise applications. In this tutorial you will learn what J2EE is, its benefits, J2EE main components, Evolution of Enterprise Application Frameworks, Why use J2EE, J2EE Platform Architecture, J2EE APIs and Technologies and J2EE Reference Implementation. Before continuing our J2EE discussion lets define ... learn more
| ||||||||
| ||||||||
Servlet Basics | ||||||||
Servlets are Java programs running on a web server that produce results viewed remotely on a web server. Servlets has the same purpose that CGI or PHP had in the past. We shall describe how Servlets works with some examples. You will also learn about Servlet Request and Response Model, Servlet Life Cycle, Servlet Scope ... learn more
| ||||||||
| ||||||||
The On Demand Operating Environment | ||||||||
The On Demand Operating Environment is based upon the concepts of Service Oriented Architecture (SOA). SOA views every application or resource as a service implementing a specific, identifiable set of (business) functions. In addition to the business functions, services in an on demand environment might also implement management interfaces to participate in the broader configuration, ... learn more
| ||||||||
| ||||||||
Swing's new Spinner component | ||||||||
This new column offers a glimpse into the new Java 1.4 release, starting with the new jSpinner component of Swing, which lets users easily select a date, number, or choice from a pick list. Article includes code snipets. ... learn more
| ||||||||
| ||||||||
Quick Java programming with FESI | ||||||||
In the real world of everyday computing (and development), there are many situations where "whipping up a Java program" to perform a task is either impractical or too time consuming. This article takes you into the underground world of FESI (Free EcmaScript Interpreter), where deploying the Java language in a quick-and-dirty fashion is the norm ... learn more
| ||||||||
| ||||||||
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. ... learn more
| ||||||||
| ||||||||
Loading and Using JavaBean Classes in JSP Pages | ||||||||
This JSP tutorial helps you understand: Loading JavaBean classes into JSP pages; Setting and getting JavaBean's properties; Using Java objects as JavaBeans. ... learn more
| ||||||||
| ||||||||
