Sign up ×
Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them, it only takes a minute:

I'm wondering the easiest way to go about this. I've used retro fit for java before to post and get from endpoints in web service my friend wrote in python.. However I've never wrote server side stuff. I have phpmyadmin running on a vitural server... Havnt used it yet however. I just need people to be able to like or dislike a poem on my database. I know how to create the database... What is the best way for me to do this? I've looked this up on Google with so many results but not sure where to start!

share|improve this question
1  
That's a big question. Maybe you want to go through a php tutorial to make the database on the server. – Leo Landau Jul 8 '13 at 23:57
    
OK Leo I'll look into that! Thanks for your response. – NightSkyCode Jul 9 '13 at 0:38
1  
A big question. Matt Raible has turned it into a full time obsession. If your interested in JVM frameworks his research makes good reading, raibledesigns.com/rd/entry/devoxx_france_a_great_conference. In summary the most popular frameworks for JVM are Spring MVC, Play and Grails with a lot of debate on which is best. – Lionel Port Jul 9 '13 at 0:39

1 Answer 1

up vote 0 down vote accepted

Found out the easiest way to go about a restful service. Google app engine! You can easily create endpoints and add objects like a breeze!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.