Hello Mayuresh,

Take a look to the Struts - http://jakarta.apache.org/struts

Monday, April 02, 2001, 5:48:57 AM, you wrote:

MK> since the topic has come up .. one of the steps in the Model2 architecture
MK> is Servlet controlled bean instantiation. In other words (as to what i
MK> understand).. the servlet instantiates the bean and passes the same (i mean
MK> reference to the same) to the JSP for use. Could anyone give me an example
MK> of how this is done ?


MK> Mayuresh

MK> ----- Original Message -----
MK> From: "Priya Ranjan Dash" <[EMAIL PROTECTED]>
MK> To: <[EMAIL PROTECTED]>
MK> Sent: Friday, 30 March, 2001 10:54
MK> Subject: Re: Model-View-Controller Architecture implementation in JSP


>> In Model-View-controller also known as request-controller architecture is
MK> a
>> solution to develop maintainable JSP based systems. It involves having one
>> JSP or servlet as a single point of entry into an application or group of
>> pages. This JSP/servlet (named controller) produces no output itself but
>> processes the request, manipulate session and application state and
MK> redirect
>> requests to appropriate JSP view with the help of a request processor
MK> class.
>> The request processor class will be using some helper classes (request
>> handlers) to process the request.
>> Hope this helps for further info refer to some book.
>> Ranjan
>>
>> > -----Original Message-----
>> > From: Sugato Banerjee [SMTP:[EMAIL PROTECTED]]
>> > Sent: Thursday, March 29, 2001 7:47 PM
>> > To:   [EMAIL PROTECTED]
>> > Subject:      Model-View-Controller Architecture implementation in JSP
>> >
>> > Dear Friends,
>> >
>> > Assuming that we know what a Model-View-Controller Architecture means, I
>> > would like
>> > to know how we can implement this in JSP. What all special features(if
>> > needed) do
>> > we need incorporate and how should we proceed to implement this in
MK> JSP's.
>> >
>> > Briefing of the Model-View-Controller Architecture (according to my
>> > knowledge):
>> > The Model(which incorporates the business logic) and the View (the
MK> display
>> > of
>> > required data to the end user) is controlled by a Controller which
>> > channelises all
>> > requests to the required Models and displays the View as per the
>> > requirement of the
>> > end user.
>> >
>> > Thanks in advance.
>> >
>> > Sugato.
>> >
>> >
MK> ==========================================================================
>> > =
>> > 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
>>
>>
MK> ===========================================================================
>> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
MK> JSP-INTEREST".
>> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
MK> 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
>>

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

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




--
Best regards,
 Oleg                            mailto:[EMAIL PROTECTED]

===========================================================================
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