[Solved] How do I write a secure but simple loginscript using these technologies? [closed]

1) You should use this Maven archetype: maven-archetype-webapp 2) You link your database to your Java code with Hibernate. Read more here: http://www.tutorialspoint.com/hibernate/orm_overview.htm Then, you “generate” the XHTML page from your Java code. 3) The Spring framework is a very big thing to learn if you don’t know anything about Java web. Try servlets + … Read more