Give it a REST…
REST is the REpresentational State Transfer coined by Roy Fielding in his dissertation. He basically reverse-engineered the web architecture and spelled it out. I have been reading about REST on this...
View ArticleThese guys wouldn’t give it a REST…
Ever wanted to program in something that looks like XMLs and Lisps ugly child? Here’s your chance. A co-worker pointed out a company trying to use REST as its platform — looks like they decided to...
View ArticleGot an internet lesson today
When you make a web application, be sure that you don’t allow your links to do anything that changes the state of the system. I just accessed my mjg.md website and found that all the xqueries had been...
View ArticleUsing JAX-RS (Jersey) to build a JPA/JAXB-backed JSON REST API
Building applications for deployment to the web has evolved over the last several years to be focused on dynamic behavior, separation of model/view/controller, and simplified but scalable configuration...
View Article