• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Using JSP in Struts

 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am looking for some JSP material which is related to Struts.
I mean I need to know the behaviour of JSP when it gets used in Struts framework.
Any suggestion?
Thanks,
Samira
 
Sheriff
Posts: 17644
300
Mac Android IntelliJ IDE Eclipse IDE Spring Debian Java Ubuntu Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Samira Mastali:
I mean I need to know the behaviour of JSP when it gets used in Struts framework.


Still not sure what you mean by that. There is really nothing in Struts that would make JSPs work any differently than a non-Struts based J2EE application that uses JSPs. Struts is framework that allows you to implement the MVC pattern in a web application. JSPs make up a large part of the View in a Struts-based application and the JSP taglibs that come with Struts are used to complement the Model and Controller parts of the framework.
For more about Struts, start at the source: http://jakarta.apache.org/struts/
For more about JSPs, go to http://java.sun.com/products/jsp/
[ September 12, 2003: Message edited by: Junilu Lacar ]
 
Samira Mastali
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Julinu,
You got the pint in your last line.I need the Struts tags for JSP and some sample which shows how to use them.
Thanks again.
Samira
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic