An Introduction to Enterprise JavaBeans ver

  An Introduction to Enterprise JavaBeans
  Category : Java Tutorials-tips Javabeans  
  Platform :  
  Price :  
  Developer:  
  Version :  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  

An article on what are EJBs, what they provide, what are their different types and when and why to use them.

 

more Tag: javabeans, enterprise, enterprise javabeans,

Also see ...


JavaBeans FAQ 1)    JavaBeans FAQ
 A concise list of frequently asked questions regarding JavaBeans. Includes what JavaBeans are, what you need to use JavaBeans, the difference between Java applets and JavaBean components, Enterprise JavaBean component, and more....

Creating a Browser Detection JavaBean 2)    Creating a Browser Detection JavaBean
 A step by step tutorial to create a JavaBean which detects user browser and .NET enabled status. You can use this bean to develop browser friendly pages. Online demo available....

Reading and Parsing XML Files with Enterprise JavaBeans 3)    Reading and Parsing XML Files with Enterprise JavaBeans
 A step-by-step tutorial in which we will create a Session EJB which will read a given XML file. So in this tutorial you will learn two things; how to read XML files in Java and how to add this functionality in EJBs. Every step has been explained in detail....

Building Your Own JSP Components 4)    Building Your Own JSP Components
 Adapted from a chapter of the book Web Development with JavaServer Pages, this article is written for developers who want to create their own Beans for use as JSP components, and for interested web designers who want to understand how these components are implemented behind the scenes. It is not necessary to understand the details of Beans development to work with JSP. As component architectures go, the interface between JSP and Beans is quite simple....

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

Using JavaBeans with JSP 6)    Using JavaBeans with JSP
 JavaBeans are Java`s answer to Microsoft`s ActiveX components. A JavaBean is the architecture for using and building components in Java. A bean can be either a visual objectmeaning you can change the properties of a component by changing a radio button or similar objector a nonvisual object. Rather than show you how to build JavaBeans (which could be the subject of an entire book), this tutorial will show you how to integrate JSP with a preexisting bean....

What are JavaBeans? 7)    What are JavaBeans?
 An article on JavaBeans, answers questions like what JavaBeans are and how to create your own JavaBean. Online demo available....

Building your first Enterprise JavaBean. 8)    Building your first Enterprise JavaBean.
 This step by step tutorial will show you how to build a simple Session EJB. It will then deploy this EJB on JBoss Server and call it from a JSP page running on Tomcat. You will learn how to call an EJB running on a separate EJB cotainer from a JSP page running on a different WEB container. Every step has been explained in detail....

Swing's new JFormattedTextField component 1)    Swing's new JFormattedTextField component
 This is an article that explains how the numbers, dates, and formatted input can be prompted by using JFormattedTextField component. This article explains that even though JFormattedTextField component looks like JTextField, it acts completely different. The article explains this difference by giving few examples. The new Swing components like JSpinner and JFormattedTextField is available with version 1.4 of the J2SE (Java 2 Standard Edition)....

useless info 2)    useless info
 it displays: -page last updated -refering website address -did page changed since last vist -internet time...

Developing and distributing Java applications for the client side 3)    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...

The Java 2 user interface 4)    The Java 2 user interface
 Graphical and user interface capabilities have progressed in leaps and bounds since the early days of the Java language. The Java 2 platform contains a sophisticated cross-platform user interface architecture that consists of numerous high-level components, an advanced feature-rich device-independent graphics system, and a host of multimedia extensions. This article explores this progression, examines the capabilities of the current version 1.3 in detail, and looks to the future to see what r...

Diagnosing Java code: The case for static types 5)    Diagnosing Java code: The case for static types
 Love or hate it, static type checking can make code more robust. Programming languages are moving away from static type checking, but it is too powerful a debug resource to abandon. Static type checking can be one of the key weapons in a powerful arsenal against introducing and for detecting bugs. This article explains why we should be glad that the Java language supports it, and discusses how it can be made even better....

Solution Enabler 6)    Solution Enabler
 Solution Enabler is a framework for creating and deploying solutions locally or to remote machines with different operating systems. The framework helps to simplify the creation and deployment of software solutions by capturing detailed knowledge of a solution package deployed through a common installer....

Unclogging Server Bottlenecks w/ Active Containers 7)    Unclogging Server Bottlenecks w/ Active Containers
 In server-side control architectures a majority of the control events must be handled on the server side to update the state of the control. For every user event, the entire page data is sent back to the server as part of the form submission, even data that has not changed or is not affected by the user event. This article shows you how to use containers to overcome data-processing redundancy, which can otherwise drain the life out of your handheld or Web server....

Keep it Simple And Secure with Java 8)    Keep it Simple And Secure with Java
 This article goes into details of how Java as a development technology can help developers to keep their applications simple and secure. Simple mean all way it should be simple to code, modify, maintain, fix and deliver. Also we are going to cover security aspects of Java technology....

How To Create High Quality Tables With JavaScript 9)    How To Create High Quality Tables With JavaScript
 If you are web program developer, it is likely that you are creating tables on a daily basis. In this article I will show you how to create high quality tables with Javascript within a short period of time. One feature that you will want to become familiar with is DisplayTag Library....