aspose file tools
The moose likes Web Services and the fly likes Ideas for my project please Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Ideas for my project please" Watch "Ideas for my project please" New topic
Author

Ideas for my project please

Smari Oumaya
Greenhorn

Joined: Sep 29, 2010
Posts: 22
Hi,
I have developed a message board based rest web services. Now, i want to develop another web service charged of collecting users' actions in this forum. Can you give me some ideas for the developement of this service.
Ivan Krizsan
Bartender

Joined: Oct 04, 2006
Posts: 2193
Hi!
Have you considered classifying the different actions?
For instance, categories related to message topics may be create, reply and read.
Then if you have a message topic with the id 12345, you could retrieve the creator of the topic using, for instance, http://mymessageboard.com/topics/12345/creator and the people that have replied to the topic using, for instance, http://mymessageboard.com/topics/12345/replies.
To retrieve the topics read by the user with id 45678, you could use http://mymessageboard.com/users/45678/readmessages and to retrieve unread messages http://mymessageboard.com/users/45678/unreadmessages.
Hope this will give you some new ideas.
Best wishes!


My free books and tutorials: http://www.slideshare.net/krizsan
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Ideas for my project please
 
Similar Threads
Java Web Service
web service queuing
webservice as awindows service
DUNS number: Is there a web service that provides DUNS number for company name?
implementing a web service factory and service locator pattern