I have read a good dozen of articles (including ones from stockoverflow), slides and tried samples from the Apache. I'm a back-end Java developer, still struggling with client side part.
My task is simply a build To-Do widget and be able to store data created "Tasks" in db. Could anyone share some good example how to do this? In seems server-side REST works, nevertheless I don't know how to connect this a widget so that is doesn't persist data.
Thank you in advance.