This tutorial shows how to change the default close action to exit the application when the window is closed. In additon, this discusses the different close actions.
Introduction to Glass Panes Java / Swing
In the Java Swing classes JFrame and JApplet, the glass pane provides a unique and powerful feature. The glass pane is a layer above all other controls within the JFrame and JApplet. It allows you to paint above all other controls.
Web Application Events Java / JSP and Servlets
This article focuses on two important web application events in a J2EE application; Application startup and shutdown, Session creation and invalidation.
Visual Application Builder Java / Application Building
The Visual Application Builder is a set of WebSphere Studio plug-ins that allow even non-expert programmers to quickly develop browser-based/J2EE applications and application templates that target various devices. The model-based Rapid Application Development (RAD) environment allows easy building of form-based applications that interface with data from various sources, such as RDB and Web services. It allows the use of one project to generate code for various target platforms and for new technologies that will evolve.
Native Look and Feel in Java Java / Swing
By default a Swing application or applet does not have the native look and feel of the operating system. This tutorial shows how to modify your application to use the correct look and feel for the platform.
EJB 3.0 Persistence Java / EJB and Javabeans
We will learn how to manage the persistence issues without being tied to use a J2EE application server.we will begin building a very basic sample application that saves and loads data on a database using an EJB 3.0 persistence implementation.
P2P meets SSL Java / Security
A core requirement of any non-trivial P2P application is secure communication between peers. While the details of the security depend on how the application will be used and on what it will protect, it's often possible to implement strong, general-purpose security using off-the-shelf technology such as SSL. This month, Todd Sundsted demonstrates how to use SSL (via JSSE) in P2P security.
First Java Servlets and JSP Tutorial Java / JSP and Servlets
We want to create a small web application (library), that illustrates the usage of JavaServer Pages combined with Java Servlets. We use the JavaServer Pages to display data (presentation) and the servlets to control and call the business logic of the web application.
Introducing inheritance to PropertyResourceBundles Java / Application Building
Creating a fully internationalized Java application using PropertyResourceBundles can present some interesting design and implementation problems, including concern over how to modularize the bundles to be used in different areas of the application. In this article, we will explore a solution based on PropertyResourceBundles, which should simplify the design and implementation problems, while promoting reuse of existing bundles.
Junit testing in Eclipse Java / General Development
JUnit is a simple Java testing framework to write tests for you Java application. This tutorial gives you an overview of the features of JUnit and shows a little example how you can write tests for your Java application.
Spring MVC Application Architecture Java / General Development
Before we begin our exploration of the internals of Spring MVC, it is important to discuss how a typical Spring MVC is built. In this chapter, we will answer such questions as, "Where should the business logic live?" and "What are the correct levels of abstractions?" We will present the entire picture of a Spring MVC web application to better explain the individual roles that Spring MVC plays and where it fits in the overall architecture.
Application Tools for Extension Services Java / Miscellaneous
Application Tools for Extension Services consist of WebSphere Studio-based tools that support the development of Web applications targeted for the Extension Services for WebSphere Everyplace (ESWE) platform. These tools are based on the existing WebSphere Studio J2EE development tools and they are part of an emerging suite of tools for the ESWE platform.