If you are using an enterprise architecture, you will be using EJB's since
you would want to use the available transaction management, security,
persistence and so on.

Like Sachin said, there has been a great deal of discussion already on the
subject.

You should look at the Java Pet Store, a sample application written by the
J2EE Blueprints team. The Blueprints team writes official "blueprints" for
building enterprise applications. Here's a link that describes the MVC
design pattern and how J2EE technologies can be incorporated in that
pattern. It also includes a freely downloadable implementation:

http://java.sun.com/j2ee/blueprints/jps11/archoverview.html

Justy

----- Original Message -----
From: "Sachin S. Khanna" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 18, 2001 3:26 AM
Subject: Re: MVC implementation Clarification


Well in the pure MVC architecture :
Model -> Java Beans
View  ->  Jsp / Html
Controller -> Servlet
There is a lot, that has been discussed about the MVC architecture in this
list (checkout the archives), jsp / servlet books, ect.
Assume that will give you a reasonable lead to go and dvelve into the world
of MVC.
Have a nice day.
With regards,
Sachin S. Khanna
http://www.emailanorder.com
  ----- Original Message -----
  From: Senaka Suriyaarachchi
  To: [EMAIL PROTECTED]
  Sent: Tuesday, September 18, 2001 2:40 PM
  Subject: MVC implementation Clarification



  Hi All
  We are design an application based on J2EE architecture. We are planning
to follow MVC pattern and I want to clarify whether following approach is
correct with above MVC pattern.
  We use JSP/HTMl for View, Java Beans for Control and RDBMS for Model.
Please give me your comments on that approach.
  Please tell me when we have to use Java Servlets for Control. Are there
any advantages comparing over Java Beans?

  Regards
  Senaka Suriyaarachchi

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to