Problems Writing a Jazz Web REST Service
![]()
Hello everyone
We are starting in Jazz and we want to create a Web REST Service in Jazz. We have found this page: http://jazz.net/library/LearnItem.jsp?href=content/docs/web-ui-programming/web-ui-todo-rest.html It was writen in 2007, have things changed?? we have downloaded the code and a number of errors appeare:
not able to recognize the method "getRepositoryItemService" Have these methods changed? can someone help us? anyone have an example to create a Web REST Service in Jazz? Thank you very much, |
One answer
![]()
Try
return (IContributor) getService(IRepositoryItemService.class).fetchItem( getAuthenticatedContributor(), null); instead. |