sri sri wrote:
> Hi,
>
> I have been going through a lot of stuff about how an application can
> be built using MVC architecture. But , I didnt get a good site which
> explains a basic example using the above structure and interacts with
> a database.There is a site ...www.stardeveloper.com , which explains
> how to use these three at once but the example that he has provided
> is complex. Can anyone send me good links about the basics .

I'm afraid I don't know of any online that goes through all parts of
a simple example, but if I may plug my JSP book a bit, it has one
chapter that describes in detail how to use a listener to initialize
app resources, a filter to perform access control, Struts for Controller
logic, beans for the Model, and JSP for the View.

For more about my JSP book, see <http://TheJSPBook.com/>

Hans
--
Hans Bergsten                                <[EMAIL PROTECTED]>
Gefion Software                       <http://www.gefionsoftware.com/>
Author of O'Reilly's "JavaServer Pages", covering JSP 1.2 and JSTL 1.0
Details at                                    <http://TheJSPBook.com/>

===========================================================================
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://archives.java.sun.com/jsp-interest.html
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.jsp
http://www.jguru.com/faq/index.jsp
http://www.jspinsider.com

Reply via email to