Advanced JAX-RS 03 - Setting up pom.xml

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Hey guys, here's the code he wrote to copy paste,
<dependencies>
<dependency>


<version>2.16</version>
</dependency>
<dependency>


<version>2.16</version>
</dependency>
</dependencies>

smalltiny
Автор

Another Fantastic Tutorial!! Thank you Koushik!

reymago
Автор

Thanks a lot for such a clear and sophisticated explanation ... thanks a lot!!

persistencej
Автор

Hi Koushik, As always, great videos, Two things though:First: The additions to the pom.xml, where did you get them? I'm not a Maven pro but also not new to it.Second: the error that appeared in the previous  course also appears here (the superclass was not found  on the java build path)Is there any way to get rid of it? Any way man, your work is amazing!!

avire.
Автор

When you configured server you chose Java 8, in pom.xml you chose Java 7.

errrzarrr
Автор

HI Koushilk, version 2.16 is erroring out for both dependencies. Changing to version 2.15 for jaxrs-ri and 2.0 for jersey-media-moxy prevents error in pom.xml but all the jars not downloaded. Could you help with this?

viplovedev
Автор

I had an issue to where I had to right click on the project -> go to properties -> java compiler and change it to 1.8....I also had to go to the properties and change the Project Facets -> select java -> click on version number and change to 1.8....Then I had to go to properties -> build path -> click on JRE System Library -> click edit -> change execution environment to was a headache to figure out but I got it working....

grimlek
Автор

It didn' work for me had faced many issues. Can anyone share me the working POM.XML file. When I add dependencies for "moxy" json convertor I get indexoutofbound exception.

anilkumar-ilsz
Автор

The two dependencies can be found here :



I went for the latest 2.26. Choose the version that goes well with your overall project configuration.

asifkamranmalick
Автор

I initially read it as porn.xml - this was not nearly as exciting, but was still helpful

shanem