jugLviv

Meta


Recent Posts


Categories


Tags


Archives



Book review: RESTful Web APIs

RESTful Web APIs By Leonard Richardson, Mike Amundsen, Sam RubyPublisher: O’Reilly MediaReleased: September 2013Pages: 408 This medium size-book is easy to read, because of it has good structured content, relevant real-life examples and simple terminology. The book doesn’t require any specific knowledges, so it can be [...]

juglvivjuglviv

SCALA 2.11.0 IS NOW AVAILABLE!

We are very pleased to announce the final release of Scala 2.11.0! Get started with the Hello Scala 2.11 template in Typesafe Activator Download a distribution from scala-lang.org Obtain it via Maven Central There have been no code changes since RC4, just improvements to documentation and version bump to the most [...]

juglvivjuglviv

Small Spring Rest issue

Today I’ve got 415 Unsupported Media Type on Spring MVC based project for such method @Override @RequestMapping(value = “/findByState/{state}”, method = RequestMethod.GET, consumes = “application/json”, produces = “application/json”) @ResponseBody public List findByState(@PathVariable String [...]

JUG LvivJUG Lviv