I've implemented a sample MRP (material resource planning) system using just JSPs and HTML. I'm using apache +
TOMCAT as the web server.
Eventhough it works, i'm not happy with it. I want to redesign and implement it in a better way.
I need inputs on the following:
1. Currently i use buttons. Want to replace with menus. Any best freely available menus available? If so, pls inform.
2. I'm currently using ms-access. Like to replace it with postgreSQL. Hope it's better than ms-access and can handle more data. Any comments, pls inform.
3. Like to replace
JSP and HTML with good design components like MVC architecture. If so, will apache + tomcat can handle
servlets and EJBs? If not, which free application server available? Will this be a good design choice? If not, what other components i can include and how?