Динамический веб-проект Java с Maven и Eclipse

У меня есть несколько вопросов о создании веб-приложения Java с Maven и Eclipse:

How do I create a Java web project with servlets, jsp, and other classes with Maven? It creates a simple directory structure, src->main->java. Where and how do I put the web-inf folder? Do I need to add the jdbc-drivers manually to the folder inside the web-inf/lib, or is it ok just to point out the dependency? Is there a way to test the servlets with junit?

Ответы на вопрос(4)

Ваш ответ на вопрос