Visual Application Builder ver

  Visual Application Builder
  Category : Java Tutorials-tips Application building  
  Platform :  
  Price :  
  Developer:  
  Version :  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  

The Visual Application Builder is a set of WebSphere Studio plug-ins that allow even non-expert programmers to quickly develop browser-based/J2EE Application s 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.

Updated for WebSphere Studio 5.1 with WSWB 2.1 look & feel; contains database connection filtering, undo support, and several bug fixes.

 

more Tag: application, visual application builder,

Also see ...


Use the Element Construction Set to create formatted logs 1)    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 application to help you better understand ECS and its usage. You`ll also learn some other potential uses for the API....

Developing and distributing Java applications for the client side 2)    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 and update client code. This article introduces this enterprising new technology, which is scheduled to be integrated in the final release of...

Visual Application Builder 3)    Visual Application Builder
 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 tec...

Migrating web application from websphere 3.5 to 4.0 4)    Migrating web application from websphere 3.5 to 4.0
 This is a tutorial about migrating web applications (Servlets, JSP, JavaBeans) from WebSphere 3.5 to WebSphere 4.0 which is J2EE 1.2 compliant....

Creating Java2D composites for rollover effects 5)    Creating Java2D composites for rollover effects
 When creating or using Java applications, you may have experienced some interesting rollover and/or selection effects when using default Swing mechanisms. A more consistent, more common result can be reached using the Java2D API which allows you to methodically define composite values for rollover and selection events. In this article, discover how images are constructed within Java language and how they can be manipulated using AWT composites....

Introducing inheritance to PropertyResourceBundles 6)    Introducing inheritance to PropertyResourceBundles
 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. This article explores a solution based on PropertyResourceBundles, which should simplify the design and implementation problems, while promoting reuse of existing bundles. Article includes code snippets....

JDBC wrapper: A quick data access solution for simple programs 1)    JDBC wrapper: A quick data access solution for simple programs
 With JDBC you can access databases from a java program. For any big project you will like to use JDBC for every program. It may seem overwhelming for any small program. It is especially handy when you started a program without any intention to integrate database but later when you want to you may find it difficult to integrate database. With JDBC you will find it simple to access database from Java programs....

Tip: Set up SAX Parsers 2)    Tip: Set up SAX Parsers
 This is the first in a series of tips that will serve as a comprehensive guide to using XML from the Java programming language. I begin with coverage of the SAX API. This tipreviews getting an instance of a SAX parser and setting various features and properties on that parser....

Connecting to a MySQL Database using Connector/J JDBC Driver. 3)    Connecting to a MySQL Database using Connector/J JDBC Driver.
 A tutorial on how to connect to a MySQL Database using Connector/J JDBC Driver. Explains what are database URLs? Why and how to specify JDBC driver names? Then moves on to write a simple Java program to connect to a MySQL database server. Explains all the code in detail....

Concurrent programming in the Java language 4)    Concurrent programming in the Java language
 One of the most important features of the Java language is support for multithreaded (also called concurrent) programming. This tutorial introduces you to the proper use of multiple threads in a Java program, using sample programs to illustrate these concepts. Before taking this course, you should have a general knowledge of Java programming; the context and level of knowledge used in this tutorial is the equivalent of an undergraduate operating systems course....

An Introduction to Enterprise JavaBeans 5)    An Introduction to Enterprise JavaBeans
 An article on what are EJBs, what they provide, what are their different types and when and why to use them....

What`s new in JDBC 3.0 6)    What`s new in JDBC 3.0
 The Java Database Connectivity (JDBC) API has emerged as a key part of the Java 2 Standard Edition (J2SE) and Java 2 Enterprise Edition (J2EE) platforms. It is the primary standards-based mechanism for the Java language to programmatically access relational databases, so when a new version of the specification is released by the Java Community Process, developers are bound to be interested. This article summarizes the key new features as outlined in Sun Microsystems` recently released Propose...

Swing`s new JFormattedTextField component 7)    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 GUI elements: JSpinner and JFormattedTextField....

Programmers Point of View of the New Features in Java 5 8)    Programmers Point of View of the New Features in Java 5
 With emergence of Java 5, a set of new features is included in Java technology. Many programmers working on Java technology were excited before its release about its new features. In this article, new features of Java 5 are summarized which are important from programmers point of view....

Java Tool Tutorials - The Java Class File Disassembler 9)    Java Tool Tutorials - The Java Class File Disassembler
 This Tutorial provides tutorial notes on `javap`, the Java class file disassember. Topics include list of `javap` command options, showing public variables and methods, showing private variables and methods, disassembling bytecode to JVM assembler code....