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
|
|
|
CodeProject: An Introductory STL tutorial. Free source code and programming help
STL provides a template based set of collection classes, and methods for working on those collections. The collection classes give the developer access to fast and efficient collections. While the methods, which are known as the algorithms, provide template based collection manipulations functions.
http://www.codeproject.com/KB/stl/stlintroduction.
created by meena on 2008-02-04 22:19:39
|
|
|
Standard Template Library Programmer\'s Guide
The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators; it provides many of the basic algorithms and data structures of computer science. The STL is a generic library, meaning that its components are heavily parameterized: almost every component in the STL is a template. You should make sure that you understand how templates work in C++ before you use the STL.
http://www.sgi.com/tech/stl/
created by meena on 2008-02-04 22:01:02
|
|
|
Perl Sorting Techniques.
Sorting is a commonly needed operation in all kinds of programs. Luckily, for us perl programmers, perl provides a very simple yet extremely powerful mechanism to accomplish any sort you might think of.
http://www.perlfect.com/articles/sorting.shtml
created by san on 2008-01-04 05:44:28
|
|
|
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
|
|
|
Programming Tutorials: C++ Made Easy and C Made Easy
A C++ tutorial and a C tutorial, OpenGL with C++ tutorials, C++ Standard Template Library (STL) tutorials, articles on both the C and C++ programming languages and computer science, as well as Denthor of Asphyxia's graphics tutorials converted to C++ (mainly C code).
http://www.cprogramming.com/tutorial.html
created by meena on 2008-02-04 22:20:31
|
|
|
The Function Pointer Tutorials
Function Pointers provide some extremely interesting, efficient and elegant programming techniques. You can use them to replace switch/if-statements, to realize your own late-binding or to implement callbacks. Unfortunately - probably due to their complicated syntax - they are treated quite stepmotherly in most computer books and documentations. If at all, they are addressed quite briefly and superficially. They are less error prone than normal pointers cause you will never allocate or deallocate memory with them. All you've got to do is to understand what they are and to learn their syntax.
http://www.newty.de/fpt/index.html
created by meena on 2008-02-04 22:17:56
|
|
|
EDM/2 - An Introduction to C++ Programming - Part 1/13
C++ is a programming language substantially different from C. Many see C++ as "a better C than C," or as C with some add-ons. I believe that to be wrong, and I intend to teach C++ in a way that makes use of what the language can offer. C++ shares the same low level constructs as C, however, and I will assume some knowledge of C in this course. You might want to have a look at the C introduction course to get up to speed on that language.
http://www.edm2.com/0507/introcpp1.html
created by meena on 2008-02-04 21:41:50
|
|
|
C++ Tutorials
# C++ Language and Library
# C++ as a Better C
# Performance
# Writing Robust Code
# Miscellaneous Topics
# Notes From ANSI/ISO
# Object-oriented Design
http://www.glenmccl.com/tutor.htm
created by meena on 2008-02-04 21:41:11
|
|
|
C++ Language Tutorial
These tutorials explain the C++ language from its basics up to the newest features of ANSI-C++, including basic concepts such as arrays or classes and advanced concepts such as polymorphism or templates. The tutorial is oriented in a practical way, with working example programs in all sections to start practicing each lesson right away.
http://www.cplusplus.com/doc/tutorial/
created by meena on 2008-02-04 21:32:39
|
|
|