spring - Understanding REST java server with database -


goal: set java server maintains high-score list java client using rest.

programming experience: beginner closer intermediate spectrum hope.

i have been told last night rest practice goal. have been reading morning afternoon , getting more confused more read, figured ask few basic questions ideally me studying in right direction. have run spring hello world success , understanding (http://spring.io/guides/gs/rest-service/) not sure next step in learning process.

i know need save high-scores , possibly other information database not sure type of database, how create it, , how store , retrieve data it.

i wondering client side implementation, how make client send , receive data , server.

i found spatial learner , learn best through examples, relative code examples helpful. book recommendations appreciated. when decided learn javafx, here recommended pro javafx 8 book apress , found reference.

thank taking time novice out, have start somewhere. cheers

1 . database it's more of choice. start can go mysql. can find lot of tutorial can guide how create tables , stuff.

  1. output have decided use restful services can data server either in xml or json format.

  2. client side @ client side can use json parser parse data , use dom (document object model) update webpage. can use jquery find id of div section , update html it.

    below link restful service in spring mvc http://websystique.com/springmvc/spring-mvc-4-restful-web-services-crud-example-resttemplate/


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -