Introduction to building RESTful web services with the Jersey Framework. Part 1 covers the implementation of a GET request of our demonstration resource.
great tutorial, thanks a lot! but I still have a problem! when I try to test ''right clic on the project and test RESTful Web Services'', there's nothing in the left pane, do you have an idea of what's wrong? thx!
sry for the outburst. i had problems because i never used a Map(always used a list) nor instance() or initialize() methods. here is what is left out for any other ppl who have issues:
Map String,Word wordsMap = new HashMap String,Word (); static InMemoryDictionary instance = new InMemoryDictionary();
errrrrrrr you never show the other half of the 2 classes. word is easy enough but its not like inmemorydefinition is just default implementation. no source attachment. thanks for turning a great tutorial and 5 min video into hours of work to get it working.
great tutorial, thanks a lot! but I still have a problem! when I try to test ''right clic on the project and test RESTful Web Services'', there's nothing in the left pane, do you have an idea of what's wrong? thx!
numberone1984 7 months ago
@bloodstainss FYI u cant use right arrows on here. but String, Word should be surrounded by them
bloodstainss 9 months ago
sry for the outburst. i had problems because i never used a Map(always used a list) nor instance() or initialize() methods. here is what is left out for any other ppl who have issues:
Map String,Word wordsMap = new HashMap String,Word (); static InMemoryDictionary instance = new InMemoryDictionary();
bloodstainss 9 months ago
errrrrrrr you never show the other half of the 2 classes. word is easy enough but its not like inmemorydefinition is just default implementation. no source attachment. thanks for turning a great tutorial and 5 min video into hours of work to get it working.
bloodstainss 9 months ago