#10 Angular JS consuming REST services#156
Conversation
|
@bartoszmajsak I'm no JavaScript expert :-) Have you looked at the sample ? OK with PR ? |
|
For some clarity and less "vendor" code we can substitute angular.js files (vendor/ folder) with a webjar (http://www.webjars.org/) <dependency>
<groupId>org.webjars</groupId>
<artifactId>angularjs</artifactId>
<version>1.2.1</version>
</dependency>As we are talking about Servlet 3.0 compliant servlet - this should easily work (though I haven't tested it in this particular case) Just my 5cents :-) |
|
Interesting but I disagree.
|
|
@blabno Seems like I waited too long to merge this PR and its causing conflicts now. Can you take a look ? |
|
I will be ready with initial APE/Spock stuff by tomorrow evening (spent last few days or Arquillian Forge plung) so Bernard would be able to incorporate APE bits. Does it sound good? With regards to webjars - that's neat idea in general, but I'm not really convinced how much it will bring in here. Not to mention karma stuff which @blabno has already pointed out. @arun-gupta if you don't mind giving me push rights I can help you maintaining this repo. |
|
Sounds great to me. @bartoszmajsak could you make sure APE works with no datasource inside persistence.xml? |
|
I'm on it. |
#10 Angular JS consuming REST services
|
@blabno This test is passing in GlassFish but failing in WildFly: https://arungupta.ci.cloudbees.com/job/Java%20EE%207%20Samples%20on%20WildFly-cb/lastCompletedBuild/testReport/org.javaee7.jaxrs.angularjs/NoteResourceImplTest/org_javaee7_jaxrs_angularjs_NoteResourceImplTest/ Can you please look into this ? |
No description provided.