News

You can’t simply edit code in the JDK and add a @Bean annotation to a class from the standard API. That’s where the @Component annotation comes in. If you want Spring to manage a JavaBean whose code ...
J2EE Architecture<BR><BR>Check out that link to get an idea about the various java web technologies.<BR><BR>Basically, JSP deals with presenting data.Servlets and Beans deal with both presenting ...