വാർത്ത

JavaServer Pages (JSP) 2.0 introduced many new features that will change the way you develop Java Web applications. In this article, Andrei Cioroianu walks you through three examples that show how ...
Let’s use the simpler bean type, JavaBean, for our project, which will adequately demonstrate the points made here. Later you may apply these techniques to EJB components as well.
The easiest way to get the Spring IoC Container to manage your JavaBeans is with the Component and ComponentScan annotations. Here's how to use them.