Jsp struts

What are jsp struts?If anyone give me some easy to understand introduction..then it will be easy for me to understand it and learn
waiting for replies😀

Replies

  • sookie
    sookie
    @goyal420 I guess you forgot reading a ',' in between the two terms "JSP, STRUTS" somewhere

    Anyway both have no relation at all. Both are two entirely different terms

    In simple terms,
    JSP is a kind of servlet.
    STRUTS is a framework for building JSP/Servelts based applications by using MVC Architecture(model-View-Controller)

    Let's be bit practical

    Talking about JSP/Servlet - what all it provides to me ?
    Nothing but a simple Java class that extends HttpServlet and used to keep coding part in it and a html type JSP page for UI.

    The basic thing that it lacks is architectural stuff. For e.g, you want to make your application more controlled.

    For e.g. You want to make a page(say BasicAddition.jsp) showing two fields-Number1 and Number2. User enters value into it and you want to make it like that if it is negative then it navigates to some Negative.jsp otherwise navigate to some Positive.jsp. I mean conditional controlling of pages display. Even you also want to keep only one Servlet Java class for your entire application. Moreover you want tomake your JSP UI more good in looks by using tag libraries provided by struts. In that case, you need to go for that framework. [For more clarification, I would recommend to better know what exactly is this MVC? ]

    Hope it helped you some. If still any queries(or flaws), feel free to ask(or correct). 😀
  • Manish Goyal
    Manish Goyal
    sookie
    The basic thing that it lacks is architectural stuff. For e.g, you want to make your application more controlled.
    That is what i want..thanks for providing this information

You are reading an archived discussion.

Related Posts

i am a third year electrical engineering student. i am planning to do some good project. kindly present me some idea.
A guy phones up his Boss, but gets the bosses' wife instead. "I'm afraid he died last week." she explains. The next day the man calls again and asks for...
I have just finished reading The Alchemist by Paulo Coelho and found it very interesting. The novel is based on two dreamers dreaming of treasure is inspired from Jorge Luis...
Hello, CE's any knows code JSP CODE FOR SOCKET programming .......please inform me
i have the following doubts about redhat linux 5 1.HOw to listen to songs in redhat 2.how to see the videos in redhat 3.Can i copy data from pendrive in...