• 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

Better Design Pattern?

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I have an intranet application composed of about 60 JSP's and 30 Servlet's.
Backend is Oralce DB. The main purpose of the application is to send emails to various department of the company to notify when a new or existing employee needs (say someone needs a new computer, notification has to be send to hardware department etc) arises.
My Question is that, which design pattern would be most suitable for this kind of application? I am planning to implement to MVC(model2) using Hibernate to DB.
Any better Suggestion would be appreciated!

Thanks!
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well for the MVC part I'd suggest using Struts or JSF.

Now to be honest, if you are using Outlook/MS Mail Server or Lotus Notes, you can create form in them that are used for such stuff and sent out to particular departments.

Mark
 
Manjit Barman
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, i will go with you in struts/JSF for the MVC part,that's what i am planning for.
Thanks a lot Mark!

Manjit
 
It is an experimental device that will make my mind that most powerful force on earth! More powerful than this tiny ad!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic