• 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

What technologies to use for a web based mailing system

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

I am making a project on web based mailing system (Academic).
What are the technologies I shall use to make the best mailing system.
I am thinking about struts with Ajax. Mailing server JAMES. Database MySQL.
But I dont know which version of struts will be appropriate 1.2 or 2.0.
I should use hibernate or not.

Kindly guide me with the best combination of technologies according to the Industry trends.

Thanks,

Poornima Sharma
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is rarely an objective "best" for anything. It depends on various factors we don't know, like the environment it runs in and the knowledge and experience of the teams that develop and support it.

Struts 1 is dead; don't use it for any new development.

Be aware that IMAP support in James is labeled as "experimental", just in case you were planning to use IMAP.
reply
    Bookmark Topic Watch Topic
  • New Topic