#1 Restful Web Services Tutorial | Creating a Jersey Project in Eclipse

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

RESTful Web Services are basically REST Architecture based Web Services.
A REST API defines a set of functions to process requests and responses via HTTP protocol.
Rest is just a concept to implement that we need an implementation.
To create an appliaction for REST you can use Maven Project with Jersey implementation.

In this video we will see Jersey implentation of REST.
We will also discuss :
Different Tools used for REST
IDE Options : Eclipse, IntelliJ, Netbeans
We also need a Server for REST. For that we will need Java EE developer version in our IDE
We will see :
How to add Server to IDE
Create Maven project
Jersey implementation in Maven Project

Trainer: Navin Reddy

Follow on Facebook:

Subscribe to our other channel:
Telusko Hindi :

Subscribe to the channel and learn Programming in easy way.

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

Thank you for the wonderful explanation ! It was the most clear way to teach somebody and really effective !!!

cppxaxa
Автор

wonderful explanation!! Looking forward for more videos like this on different latest technologies, that covers both theory and hands on in such a detailed way. Can we expect a session on SCIM api from you?

pradeepikakollipara
Автор

wonderful explanation navin sir, keep post

saidevops
Автор

Really nice videos.short and useful information.

katta
Автор

Awesome start music really increases attention to the content

JayeshGharat
Автор

Thank you so much for this tutorial...

TarekFaham
Автор

I am so happy that you start getting Ads in YouTube
Your hard is paying off 😀👍

kesarrawat
Автор

i have seen many Software Engineers, But you are Awesome...

nshaiman
Автор

Hi beginners,
Do not try to do this with Intellij Idea (Community Edition), because it does not support it.
However Intellij Idea (Ultimate Edition) supports it.

onurcantasyurek
Автор

Hey Navin,

I made a small app with jersey following your tutorials but i am trying to find something to program that will look impresive in an interview.
any ideas? i programmed and login/signup for now (including web of course and the server is written in java).
thank you!

orz
Автор

sir, can u arrange the following topics in order to learn first to last.... jsp, hibernate, rest api, spring, maven...

Ravikumar
Автор

have to explain little bit in detail for beginners, about how to get jersey jars in maven.thanks

dileepg.eeregowda
Автор

i marked options you said in preferences, but found no item on filtering "jersey".

shaistanazar
Автор

Plz help..getting this..."Setup Maven plugin connectors" popup..
in that 2 errors..
1.maven-compiler -plugin: 2.5.1:compile
2.maven -compiler -plugin :2.5.1:testCompile
Actions:
1.Install Groovy-Eclipse m2e configurator
2.Install Maven Integration for Eclipse JDT Annotation Processor Toolkit. m2e-apt must be enabled in Window > Preferences > Maven > Annotation Processing.
3.Install M2E connector for the Eclipse JDT Compiler
4.Resolve Later
5.Do Not Execute (add to pom)
6.Do Not Execute (add to parent)
7.Do Not Execute (add to workspace)
which one i have to choose??

iliyasmohammed
Автор

while importing in pom.xml am getting an error - Missing artifact

Am not getting, did i miss any jar files??

riteshapat
Автор

hello warm greetings!I have a question navin :) . Will this code work the same for android studio? I mean are there few changes i have to consider? in both jersey and spring? Hope you will answer as soon as possible. :)

yojanaregmi
Автор

If you have error like "out of memory error" you have to do:

1.Go to your Eclipse setup folder
2. Open eclipse.ini file

3. Change below parameters

-Xms512m

-Xmx3000m
4. Add below parameters

-XX:PermSize=256m

-XX:MaxPermSize=512m

PiotrKoneV
Автор

jersey is still not coming after changing the preference. Downloaded the jersey as well

RahulKumar-cqvu
Автор

Not able to fine the jersey Project. Followed the same process as described in this.
Please provide the below details:

Archetype Group ID
Archetype Artifact ID
Archetype Version
Repository URL

vodafoneinfotainment
Автор

Hello Sir! This video was not included in your Rest playlist

saikrishnareddem