Web Development Using Spring and AngularJS - Tutorial 4

preview_player
Показать описание
Implementing our BlogEntryController using TDD, adding support for HATEOAS, and use of the PathVariable annotation.

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

Hey man, just found these. Just wanted to say that I really appreciate what your doing. Very clean teaching style, explaining everything in a very understandable manner. It's a joy following these.

bigolol
Автор

Thanks lot Chris. The way you present the tutorial is really great. Learned a lot from it. Im going to use this knowledge in my new project. Thanks lot again. Hope to see some more tutorials.

rasankajayawardana
Автор

Thank you a lot! Everything is clear now. You are very talented in teaching. Please, record more lessons!

Rekotek
Автор

very nice session. It like particularity your explanation, covering multiple topics.

RaviKumarMaddi
Автор

Thank you very much Chris, you are the best!!!!

benjastaparix
Автор

Your teaching approach is very good. You have amazing knowledge. But you are little too fast in explaining. If you could slow down a little bit, nothing can beat your tutorial. Thanks for your help, this is great tutorial

bashupoud
Автор

Thank u lot a lot, respect your working !

nvnrap
Автор

I'm getting this result when I print the links :
Could you please tell me if this is going to cause any problem?

pradnyakandarkar
Автор

Hi,
While running the code, I am getting this assertion error

java.lang.AssertionError: JSON path$.links[*].href
Expected: a collection containing ""

hariiiith
Автор

Hey Somebody Please help me :

I have error in Test Class :
.andExpect( jsonPath( "$.links[*].href", ))

Error Code in eclipse :
The method endsWith(String) is ambiguous for the type "ClassName"

If i use "hasItems(FULLPATH)" with full path it works Fine, endsWith(String) not working at all.
I have tried both of these import statement :
"import static org.hamcrest.CoreMatchers.*;"
"import static org.hamcrest.Matchers.*;"

Thanks in advance.

nikesh
Автор

Hi,

I am getting a compiler error on this line in Test class.


.andDo(print())
.andExpect(jsonPath("$.title", is(entry.getTitle())))
.andExpect(jsonPath("$.links[*].href",


Error is : The method endsWith(String) is ambiguous for the type BlogEntryControllerTest

I have done the static import of that class and so endsWith method is available, but it says its ambiguous for the Test class. Can you please let me know where I am wrong?

sayanandtube
Автор

your tutorials are pretty cool, but you are really a bit to fast :/

Muco