How To Setup Jetty Server in Java 8 Web Application. - State of Software Engineering (#SOSE4)

preview_player
Показать описание
In this 15min. video we will first create a maven project. Then we create maven module for the server with a servlet, followed by a maven module for the web application. Finally we add webapp (.war) support into the server module
Рекомендации по теме
Комментарии
Автор

Thanks very much. It was easy to follow your instructions. Keep up the good work!

pramodar
Автор

How to pass arguments like spring profiles active in command Lind for jetty

aviator
Автор

What is the problem that when adding new Maven dependency my IDEA doesn't find org.eclipse.jetty

jasonhuang
Автор

Dear sir, thanks for your nice tutorial. But, this does not work with jsp. I want to make an app like H2 database web console. How can i do that ? Should I follow this procedure with jsp ?

wronganswer