• 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

need help with a project

 
Ranch Hand
Posts: 198
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi everyone,

im in my final year of my BSc in IT. im hoping to do an online application for my final year project(have not decided on what field yet). i am new to the j2ee enviroment. so i need to know what i need to know in order to do an online application. is jsp and servlets enough? or do i need to know about ejb as well? no need of knowing about struts and mvc frameworks is it? please help. i have time so i need to read some books to gain the knowledge. is the K&B books about ejb and servlets enough for me to create such an application?please help.

thank you
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For a simple web application, Servlets/Jsp/Jstl should be enough.
 
Ranch Hand
Posts: 137
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Of course, Add DAO's in the Satou's List to access Databases and Value objects if needed.
All the Best.
 
reply
    Bookmark Topic Watch Topic
  • New Topic