Home

Submit

Source

Feeds

Home » Java » Application Building ::

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.
Related Tutorials
Java JSP and Servlets
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.

Site: stardeveloper.com Report - View Tutorial

Java Miscellaneous
Java game programmers
Java / Miscellaneous
Manual on development of a logic game in Java is identical to the ebook versions for VB and Delphi. It would help you to master new programming languages in a short time. The ebook includes Word document with step-by-step description of the process of program development, screenshots, procedure codes and 12 complete listings in Java (Microsoft Visual J++ 6.0) illustrating all stages of programming in Java-Application.

Site: www.geocities.com Report - View Tutorial

Java Swing
Exiting an Application when a JFrame is Closed
Java / Swing
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.

Site: www.codebeach.com Report - View Tutorial

Java Swing
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.

Site: www.codebeach.com Report - View Tutorial

Java Application Building
Migrating Web Applications from WebSphere 3.5 to WebSphere 4.0
Java / Application Building
WebSphere Application Server 4.0 is now J2EE 1.2 compliant. It's a good new because J2EE is a standard supported by multiples application servers vendors (BEA, SUN ...).

Site: www.javazoom.net Report - View Tutorial

Java EJB and Javabeans
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.

Site: www.censnet.it Report - View Tutorial

Java JSP and Servlets
Build a servlet-based application that executes SQL statements against a database
Java / JSP and Servlets
This tutorial shows how to use a Java servlet, a JavaServer Page (JSP), and a static Java class to create an application that can be used to interactively execute any standard SQL statement against a database that's running on a server.

Site: www.codebeach.com Report - View Tutorial

Java Security
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.

Site: www-128.ibm.com Report - View Tutorial

Java JSP and Servlets
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.

Site: www.laliluna.de Report - View Tutorial

Java Application Building
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.

Site: www-128.ibm.com Report - View Tutorial

Java General Development
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.

Site: www.laliluna.de Report - View Tutorial

Java General Development
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.

Site: www.codebeach.com Report - View Tutorial

Java Miscellaneous
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.

Site: www.alphaworks.ibm.com Report - View Tutorial

Java JSP and Servlets
JavaServer Faces – Message Resources
Java / JSP and Servlets
This tutorial explains the internationalization of a web application using JSF message resource bundle.

Site: www.laliluna.de Report - View Tutorial

Java Communication
(J2ME) Application Development : MIDP Programming
Java / Communication
This chapter handles the life cycle and user interface of Mobile Information Device Profile (MIDP) applications.

Site: www.stardeveloper.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement