jeudi 1 décembre 2016

How to create an Web app using Java technologies?

I'm a student and I have a project to do at Database course. I know Object Oriented Programming concepts and I have done once, a simple Bank Application(Desktop app) in Java(+Swing for GUI). I know some HTML and CSS. Our DB teacher gave us the free choice of using different programming languages, tools and frameworks.


I want to develop an web app to learn more about web developing that manages Students/ Courses / Grades. Some of my ideas are:

  • User is able to log in as a teacher to edit grades or courses
  • User is able to log in as a student to see his grades
  • Every data from introduced by user to be "passed" in Java objects and then exported to MySQL database
  • User can access some data(courses, grades, basic information...) from the database
  • Friendly user interface

My main problem is, I don't know where and what to learn. I'm interested to make back-end by using Spring framework but tutorials that I found on the internet are done for advanced web developers. For the front-end , Do I need to learn a JavaScript framework ?


My second question is how to "connect" the front-end part(HTML, CSS, JS) with back-end (Java, Spring, MySQL) ?




Aucun commentaire:

Enregistrer un commentaire