Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emberjs with a Java REST backend

I am looking into Java (possibly Scala) for a project that will use Ember and ember-data. I know I can write a backend to format the JSON, but I was wondering if there are any Java packages for Java more capable for building the JSON strings in a format that will utilize the DS.RESTAdapter more effectively without building something completely custom?

Something similar to Rails Active Model Serializers would be ideal, or a JSON serializer and a replacement REST adapter for Ember.

Just asking you all before I need to build something from scratch. Thanks!

like image 477
awildeep Avatar asked Jun 06 '13 17:06

awildeep


1 Answers

I would look into any of the following frameworks or libraries to create REST APIs with java and/or scala:

  • Play Framework
  • Vert.x
  • Spray
  • Dropwizard (which uses Jetty, Jersey, and Jackson)
like image 179
Scott B Avatar answered Oct 09 '22 19:10

Scott B