| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
JasmineLafo
9年前发布

Sample code for a Java RESTful back end with a fun subject matter

来自: https://github.com/cptdanko/JavaRestfulBackend

Java RESTful Backend - for the "Galaxy's finest smugglers" app

The aim of this repo is to demonstrate how to build a Java backend for an app with a fun subject matter. The RESTful backend is essentially a Java web service

Implementation details

The Java backend has been built using,

  • Java 8 - although no Java 8 features have been used
  • Tomcat 7 - for deployment
  • Eclipse - IDE
  • Jersey - for creating the Java web service i.e. the RESTful backend

Why the Star Wars reference?

The recent Star Wars movie was a big hit and while not everyone may like it, I thought it may provide a slightly different context to building a Java RESTful backend for an app and hence I decided to use it.

More details on this repo!

Here's a blog post that explains this repo in greater detail. The blog post aims to make learning how to build a Java REST backend more interesting by telling a story of a developer who is asked to build it when he has no experience with Jersey. The post provides details on the developer's approach on how to build a solution and a list of some of the useful tutorials he comes across on his journey to learn how to build a Java REST backend with Jersey.

 本文由用户 JasmineLafo 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1457166305984.html
Java REST Java开发