Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Comments on What is the latest, efficient way to create a login page in JAVA?
Post
What is the latest, efficient way to create a login page in JAVA?
I am a noob Java programmer. I want to create a simple login page with just username and password. So I have to combine Java and HTML. While googling I found that Servlets do the job but people are suggesting not to use it, because it is an outdated technology and difficult to test. My question is what is the latest efficient way to do my task in java? It should also be a good learning opportunity for me.
1 comment thread