Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

struts

  Asked By: Magenta    Date: Sep 30    Category: Java    Views: 474
  

what are the main differences between a normal jsp page and struts
implemented jsp page??

Share: 

 

4 Answers Found

 
Answer #1    Answered By: Laurel Collins     Answered On: Sep 30

As far as the Jsp page  is concerned, there won't be
much difference.

Struts does not impact the Jsp pages, but rather the
architecture of the application:
- You will have a Servlet controller
- The URL where you will post your forms will be
different
- You will have to create Form Beans and Actions

For more info:
C:\Software\jakarta-struts-1.1-src\target\documentation\userGuide\index.html
&
C:\Software\jakarta-struts-1.1-src\target\documentation\api\overview-summary.htm\
l

 
Answer #2    Answered By: Orville Rodriguez     Answered On: Sep 30

i get struts-examples.war from jakarat.appache.org,
deploy it but when try to access by

http://localhost:8080/struts-examples
can't get it.
i am using tomcat5.0

it works for struts-documentation but for examples not work.

in tomacat manager window application also can't started by
command start,

error --

FAIL - Application at context path /struts-examples could not be
started

 
Answer #3    Answered By: Bonifaco Garcia     Answered On: Sep 30

can u tell how i run struts  in tomcat and givem simple eg.

 
Answer #4    Answered By: Estella Mitchell     Answered On: Sep 30

I think first you should get any book for struts. I would recommend you to get
"Professional Struts" of 'Wrox'. It’s a very good book. This will help you a
lot. I’ve just preferred this book and now I am developing a web apps for our
Gujarat State Government and IBM.
See “Struts” is great thing.
Starting is hard in struts  but he if you’ve started it once then every thing
will be easy. So don’t be depressed in begging.

 
Didn't find what you were looking for? Find more on struts Or get search suggestion and latest updates.




Tagged: