Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Magenta Ricci   on Sep 30 In Java Category.

  
Question Answered By: Laurel Collins   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

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

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


Tagged: