Hi, Over the past few weeks I have been trying to develop a shopping cart appl. using the MVC architecture and using Servlets, JSP and beans. My confusion stems from the fact when do I use normal Java classes and when do I use Java Beans. For example I have written a Java Bean called Shopping Cart and used it in my JSP to display items in my cart using jsp:usebean. I could have achieved the same using a normal Java class called shopping cart and writing a scriplet in my JSP as follows: ShoppingCart sc = new ShoppingCart();
Do let me know the pros and cons of the above two methods and when would I choose one over the other
Sun Certified Java Programmer<BR>Oracle Certified DBA
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.