GeekArticles
Java
JSPMore Struts 1.1 and EJB Inheritance
Author: oreillynet.com |
Published: 10th Aug 2005 |
Visited: 370 times |
Add CommentFiled in: JSPby Steve Anglin ONJava Newsletter for 11/14/2002 Dear Reader, Apache Jakarta Struts has proven to be a solid framework that can be used on systems of all sizes. This week on ONJava.com , JSP and Servlets columnist Sue Spielman offers part two in her two-part series on what's new with Jakarta Struts v1.1 . She covers integration of the Apache Jakarta common libraries and its multiple application support. In beta 2 at the time of this article's writing, Struts will soon be in final...n
Read Article Sponsored Links
Related Articles
• Microsoft AJAX Library - Inheritance using Closures Inheritance using Closures and Prototypes
There are two significant techniques for implementing the OOP concept of inheritance with JavaScript code. The first technique uses closures, and the other technique makes use of a feature of the language named prototyping. Early implementations of the...
...
• Microsoft AJAX Library - Inheritance using Prototypes Inheritance using Prototypes
Once again, prototyping can help us implement an OOP feature in a more elegant way than when using closures. Prototype-based inheritance makes use of the behavior of JavaScript prototypes. When accessing a member of a function, that member will be looked for in the...
...
• Class Inheritance in Delphi - OOP Course Chapter 5 OOP Course :: Understanding Delphi's Visual Class Library and concepts like Class, SuperClass, SubClass, Inheritance, Polymorpism. What is TObject, what are Controls what are Components? Problems and Solutions.
Read th ...