Cashew——轻量级REST框架

Cashew是一个轻量级的HTTP REST API框架。主要应用于信息系统、跨平台客户端之间的数据交互。Cashew强调开发易用性、高效性、健壮性和安全性。

Cashew是轻量级的,简单易用,主要基于HttpServlet、Annotation和Reflect。能与Spring很好的兼容。

采用Annotation + scanPackage方式声明接口。[......]

阅读全文

Best Practices for Designing a Pragmatic RESTful API

Your data model has started to stabilize and you're in a position to create a public API for your web app. You realize it's hard to make significant changes to your API once it's released and want to get as much right as possible up front. Now, the internet has no shortage on opinions on API design. But, since there's no one widely adopted standard that works in all cases, you're left with a bunch of choices: What formats should you accept? How should you authenticate? Should your API be versioned?[......]

阅读全文

aliyun-api-java-wrapper阿里云 API Java封装库

Fit2Cloud是一个建立在IaaS之上的DevOps协作平台,帮助开发人员、测试人员以及运维人员实现应用全生命周期的自动化管理,包括创建环境、软件安装、代码部署、自动配置、监控告警和自动伸缩等。Fit2Cloud打通了从代码到服务的转化通道,实现了云应用的持续交付和自动化运维,极大地提高了开发和运维的效率。[......]

阅读全文

cn.liulu.LMap

LMap用于跨地图库的js地图开发 目的是减少不同地图api所造成的重复代码 另外添加了一些额外的特性 以支持不同的需求 相比高德api本人比较喜欢百度api才使用百度api作为蓝本进行开发的 * _ *|||
对于原本的api 是支持的 比如你使用高德地图 引入文件后使用LMap调用原始高德api是支持的
目前支持的api 只是百度api和 高德api 免费版 分别是 BMap和AMap[......]

阅读全文