I am a newbie to the programming world. I have experiences of developing simple projects using JSP and servlets (css,jquery and little bit of ajax).
Anyway now I got web a project which has the main requirement of serial number tracking.
All the serial numbers will be entered to the database at the moment items arrive to the store. After that items can be moved to various places. The client will update the current location for each item using the web application to be built. (This is the basic idea)
This is a very simple project I know. But I would like to use the opportunity to learn more java related techniques and technologies. Anyone can mention me a standard professional way to plan. I really need to learn and follow some professional developing practices. At least naming some technologies to refer would help.
Since you’ll be using a relational database, you’ll want to learn about JDBC.
You can do this entire project with serlvets, JSPs, JSTL, JDBC, Tomcat, HTML, CSS, and JavaScript. That’s all you need.
Create a three tier architecture: