Enterprise Beans
Enterprise beans are the J2EE components that implement Enterprise JavaBeans (EJB) technology. Enterprise beans run in the EJB container, a runtime environment within the J2EE server
http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/EJBC
created by meena on 2008-02-25 23:18:21
|
|
|
EJB 3 Tutorial
This is an EJB 3 tutorial to help you learn about EJB 3 differences and understand how it can be used. By reading this EJB tutorial you will learn the main concepts, work with EJB 3 source code examples. Our EJB 3 videos and demonstrations make this EJB3 tutorial easy to follow. EJB source code is available to download.
http://www.visualbuilder.com/ejb/tutorial/
created by meena on 2008-02-25 23:16:21
|
|
|
Tutorial from BEA WebLogic: Enterprise JavaBeans
The tutorial consists of three parts. In Part One, you will create a new application, import an existing entity bean Band and develop a stateless session bean Music. You will also add component methods and EJB references. In the final section of Part One you will test the EJBs using two different page flows. Both page flows allow you to add bands to the database and receive a listing of known bands. One page flow uses an EJB control to locate and reference an EJB while the other page flow uses Java JNDI API directly embedded in a JSP page.
http://edocs.bea.com/workshop/docs81/doc/en/core/i
created by meena on 2008-02-25 22:51:23
|
|
|
EJB Tutorial: Getting Started with Enterprise JavaBeans
About the Tutorial Section Home
J2EE/EJB Overview Section Home
Session Beans Section Home
Entity Beans Section Home
Message-Driven Beans Section Home
Displaying the Rock Survey Example Results Section Home
Summary and Resources Section Home
Appendices
http://www.conceptgo.com/gsejb/index.html
created by meena on 2008-02-25 23:20:10
|
|
|
EJB 3.0 Tutorial
This tutorial walks you through the EJB 3.0 features and how they deploy to JBoss. Please check the install guide for system requirements.
http://docs.jboss.org/ejb3/app-server/tutorial/
created by meena on 2008-02-25 23:22:43
|
|
|
C++ Reference
The standard C++ library is a collection of functions, constants, classes, objects and templates that extends the C++ language providing basic functionality to perform several tasks, like classes to interact with the operating system, data containers, manipulators to operate with them and algorithms commonly needed.
http://www.cplusplus.com/reference/
created by meena on 2008-02-04 22:04:38
|
|
|
C++ tutorial for C users
This text enunciates and illustrates features and basic principles of C++. It is aimed at experienced C users who wish to learn C++. It can also be interesting for beginner C++ users who leaved out some possibilities of the language.
http://www.4p8.com/eric.brasseur/cppcen.html
created by meena on 2008-02-04 21:34:41
|
|
|
An Introduction to C++ and Object Oriented Programming
The aim of the notes is to provide an introduction to the C++ programming language and object oriented programming. It is assumed that you know one programming language moderately well.
http://www.kcl.ac.uk/kis/support/cit/fortran/cpp/c
created by meena on 2008-02-04 21:33:27
|
|
|
NIST Course on C++ Programming for Scientists
Course notes and programming examples
http://math.nist.gov/~RPozo/c++class/
created by meena on 2008-02-04 22:02:49
|
|
|
C++ User's Guide
C++ Compiler. Chapter 1 provides introductory material about the compiler, such as standards conformance and new features.Chapter 2 explains how to use the compiler and Chapter 3 discusses how to use the compiler's command line options.
http://docs.sun.com/source/816-2460/index.html
created by meena on 2008-02-04 22:16:40
|
|
|