• 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

JSP Project

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai! I am interested in doing a project using JSP and Struts.
I know JSP and Struts but dont know where to start.
I want to know the major steps that are involved in doing a complete project.
You can provide me useful weblinks for doing a project in JSP and Struts.
 
Ranch Hand
Posts: 2908
1
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I know JSP and Struts but dont know where to start.



Start with simple Struts tutorial , find them here

I want to know the major steps that are involved in doing a complete project.



Know SDLC !
 
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
jsp is a presentation lay technology, and struts is controller layer so you also need model which can might consist Java beans,DAO(if you use database and most likely any project nowadays uses it)..etc. SO just doing a project with Struts and JSP might not give you a good design. Since business logic should not go to Struts code.
reply
    Bookmark Topic Watch Topic
  • New Topic