On Wed, Jul 8, 2020 at 3:19 AM Lukasz Lenart
wrote:
> XML is far better than clumsy annotations in your code tbh.
Seconded. Personally I don't care for annotation-based configuration.
They're great
for language-intrinsic stuff, but I've never liked them for config-related
artifacts.
I second NOT dropping XML configuration support.
Best
Markus
Am 08.07.20 um 09:19 schrieb Lukasz Lenart:
> wt., 7 lip 2020 o 16:37 Yasser Zamani napisał(a):
>> Yes it's awesome and I've also been thought for long time to add boot
>> and auto-config (because I've seen people have concerns about S
wt., 7 lip 2020 o 16:37 Yasser Zamani napisał(a):
>
> Yes it's awesome and I've also been thought for long time to add boot
> and auto-config (because I've seen people have concerns about Struts
> flexibility) but can't find enough time :( wdyt? Looks a huge workload
> for me. Basically we should
The final code to run an embedded Jetty:
pom.xml
org.eclipse.jetty
jetty-server
${jetty.version}
org.eclipse.jetty
jetty-servlet
${jetty.version}
org.eclipse.jetty
jetty-webapp
${jetty.version}
org.eclipse.jetty
jetty-jsp
${jetty.version}
J