Web Development Using Spring and AngularJS - Tutorial 11

preview_player
Показать описание
Tutorial covering ng-resource to create user accounts.

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

I've watched all of your tutorials and they have been such a great help. I want to thank you and am eagerly awaiting for more.

iamdog
Автор

Thank you very much Chris. I think a tutorial on security would be very helpful.

muhnameizjeff
Автор

Christopher, thank you very much for this series of tutorials.  I gained knowledge in several areas including; Spring Project setup, Tomcat 7 plugin, JUnit, Mockito,  MockMVC, JSON/Jackson, Spring Message Converters, HATEOAS, Postman, RESTclient, ng-boilerplate, Bower, Grunt, and Angularjs.  I was hoping you were going to cover security / authentication as it relates to Angular, Spring, and REST, possibly a "Tutorial 12"?  :)   Thanks Again!!

tommy--k
Автор

Hi, guys. Instead of bower install angular-resource command, open bower.json file and make it looks like this
{
"name": "ng-boilerplate",
"version": "0.3.2",
"devDependencies": {
"angular": "~1.2",
"angular-mocks": "~1.2",
"bootstrap": "~3.1",
"angular-bootstrap": "~0.10.0",
"angular-ui-router": "~0.2",
"angular-resource": "~1.2.22"
},
"dependencies": {}
}

after thar just make bower install

We make it cause we need "angular-resource": "~1.2.22" version

yaniskondakov
Автор

Hey Chris!

Thank you for posting these last tutorials, I really appreciate you taking the time and effort to explain these technologies. I have been following and playing around with the code using Eclipse IDE, and so far it is working... the only thing I would ask you is if you could update the sources for the posted in github, which doesn't include the latest changes described in your video...

Thanks so much,

-JB

jesusbravo
Автор

Thanks you very much for this tutorial. I see as JavaScript is complicated...But your explication is well structured.
Do you think about Angular 2 and Typescript?

marek_vanco
Автор

Hey Chris,
after i installed the angular-resource and adding 'ngResource' to the module i got this error
Loading "ng-annotate.js" tasks...ERROR
>> Error: Cannot find module 'simple-fmt'

and the tests of karma-unit.js is Failed!
can you please help me

alonshoshani
Автор

Hi Christopher,

Your tutorials are fantastic and very helpful. However, I'm having an issue with the HTML template files and the JavaScript files failing to update when I make changes in the files. I save the file and do Empty Cache and Hard Reload and also restart the web-server(Jetty) but the HTML/JavaScript doesn't always show the changes. Any idea why this is the case and how I can resolve it?

Thank you :)

gooner
Автор

Hello! Thank you for a great tutorial! :)

I have a question - when I try to call $http.delete function, there's an error saying 'Expected an identifier and instead saw 'delete' (a reserved word).' How should I call delete function?
Thank you!

tamarabucic
Автор

again thank you for these superb video series, but i'm having a small question.. in old days we extracted  repetitive html content to separate pages, for example if you take the menu bar we usually keep it in a separate file  and include it in to all the pages,  so my question is 

1. can we do that in angular js as well ? is it the recommended way for repetitive html segments 
2. lets say that menu bar should have a separate controller and what it does is that based or user logged in or not menu bar button set changes, so since in angular spa, controller is attached to a template, how to make sure that all the template has this particular controller. 

ImalHasaranga
join shbcf.ru