Highlighted EJB/Components Tutorials Introduction to EJBs By Sams Publishing -
Why use Enterprise Java Beans (EJB)? What are the common types of EJBs? What are the common uses? Check out this article for the answers to these questions and more in this first of four excerpts on EJB from the book Sams Teach Yourself J2EE in 21 Days.
An Introduction to JSP Standard Template Library (JSTL) By Jeff Heaton -
What would you say if we told you that JSP programmers could program using tags rather than Java code? Interested in hearing more? Jeff Heaton provides an introduction to JSTL for someone already familiar with JSP programming but new to the template library.
JSP: Creating Dynamic Forms By Stephanie Kaminaris -
JSPs generate dynamic HTML pages by using Java control structures. As a result, forms can be generated dynamically following some specified logical layout.