Hey!

I see that many are recommending Struts.

That was not his request.  Your recommendations are worthless.

Yes Struts slightly conforms to
the MVC model 2, but on many occasions it is unappropriate tool to use.

Struts brings in much overhead to the applications, which is often
unneccesary.  Struts is also very limiting in many aspects and also
because of its neceesity to parse XML is performance is poorer
than just Java Bean, JSP and a servlet (MVC respectively).

Since its sounds like you are a beginner, I recommend that you do
not do it with Struts. You will not learn anything about MVC model2.

Most inexperience programmers will recommend Struts because they
lack the experience with JSPs and servlets.

Please don't recommend Struts to beginners.

If anyone is interested, I can post a MVC model 2 HelloWorld
using Jave Bean, JSP and a servlet.

Sans adieu,
Danny Rubis



Purav Parekh wrote:

> I highly recommend struts. MVC is implemented best by
> struts framework.
> The download includes examples you can explore and
> documentation which explains how MVC is implemented.
>
> --- sri sri <[EMAIL PROTECTED]> 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 .
> >
> > Thanks in advance
> >
> > Sri
> >
> >
> >
> > ---------------------------------
> > Do you Yahoo!?
> > Yahoo! Mail Plus - Powerful. Affordable. Sign up now
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to