Best Practice for creating Web Services

Posted by Holograham on Stack Overflow See other posts from Stack Overflow or by Holograham
Published on 2010-03-28T18:50:53Z Indexed on 2010/03/28 18:53 UTC
Read the original article Hit count: 207

Filed under:
|
|
|

To preface I am new to web development. I am looking at creating a core set of RESTful web services around a valuable document library of sorts (initial CRUD abilities). In doing so I am theoretically creating a perfectly re-usable and scalable back-end to be used by unanticipated applications in the future.

My question centers around the best practice for doing this. My initial requirement has me also creating a unique front end. Would I make the front end and back end completely separate projects to enhance the re-usability. It would increase overhead.

Looking at using GWT, Restlet, and JEE technology stack if this influences the setup at all.

© Stack Overflow or respective owner

Related posts about web-services

Related posts about rest