Re: How to add Jetty server classes to Eclipse project?

2018-10-04 Thread Martijn Dashorst
On Thu, Oct 4, 2018 at 8:49 AM Rolf Schumacher wrote: > > I was trying to start learning about Apache Wicket (as it looked like an > easy to use UI for Java) and because I like to work with Eclipse and > Maven. I also like to work with Tomcat, however, Wicket seems to prefer > Jetty at least in

Re: How to add Jetty server classes to Eclipse project?

2018-10-04 Thread Martin Grigorov
Hi, I have answered you at StackOverflow: https://stackoverflow.com/questions/52633234/apache-wicket-quick-start On Thu, Oct 4, 2018 at 9:49 AM Rolf Schumacher wrote: > I was trying to start learning about Apache Wicket (as it looked like an > easy to use UI for Java) and because I like to

Re: How to add Jetty server classes to Eclipse project?

2018-10-04 Thread Martin Terra
Typically something like org.eclipse.jetty jetty-webapp ${jetty.version} ** Martin to 4. lokak. 2018 klo 9.49 Rolf Schumacher (r...@august.de) kirjoitti: > I was trying to start learning about Apache Wicket (as it looked like an > easy to use UI for Java) and because I like to work with

How to add Jetty server classes to Eclipse project?

2018-10-04 Thread Rolf Schumacher
I was trying to start learning about Apache Wicket (as it looked like an easy to use UI for Java) and because I like to work with Eclipse and Maven. I also like to work with Tomcat, however, Wicket seems to prefer Jetty at least in its tutorials. I do not know nothing about Jetty, however