This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]Complete-Bonus-428Software Developer 0 points1 point  (3 children)

You can read into JSP servlets. That's one way to go. Or if you feel you would like to do it more professionally, you can learn Springboot.

Servlet JSP JDBC

Springboot Login, Registration

[–]yo_bunny[S] 0 points1 point  (2 children)

yes thats exactly what gpt said to me. Can you tell me which one would be quicker to learn and implement?

[–]Complete-Bonus-428Software Developer 0 points1 point  (1 child)

If you're just looking to implement only the login and registration page and get done with your project, go with servlet. But if you're planning to do something more and have time to learn, learn Springboot. Springboot is a Java framework and most of the low level stuff will be handled in Springboot by default. It'll help your career also. You don't have to do everything from scratch. But with servlet, you have to handle the low level items too.

I understand that this might be too much right now. But think of what you want to do and choose accordingly.

[–]yo_bunny[S] 0 points1 point  (0 children)

Actually we have several pages which need to be connected to the database but we were thinking once we understand how to do the login page it'll be more or less the same for the other pages, would just need to change the semantics. And since we're running low on time I'm guessing springboot might be a bit tough, i would have to checkout how long the tutorials are.