搜索资源列表
dw.spring3.rest
- 与spring MVC模式有所不同的,spring 3.0最新支持的REST服务下实现B/S架构-With spring MVC pattern different from, spring 3.0 latest support REST services to achieve B/S architecture
springmvc_rest_demo
- spring+rest的demo例子,一个spring的基本使用-spring_rest s demo
rest-file-services
- 用spring mvc实现的一个rest web 服务,提供文件存取服务-Used by Spring MVC compment,it is implemented to a file access services as a rest web services.
ssm3
- 简单快速入门的SPRINGMVC3.0例子:Spring更新到3.0之后,其MVC框架加入了一个非常不错的东西——那就是REST。它的开放式特性,与Spring的无缝集成,以及Spring框架的优秀表现,使得现在很多公司将其作为新的系统开发框架。大象根据实际的项目经验,以之前SSH2例子为基础,对其进行一次大改造,详细的为大家讲解如何实现SSM3全注解式的开发。-The the simple QuickStart SPRINGMVC3.0 example: Spring update to 3.
rest-shell-master
- REST shell 是一个用 Java 开发的命令行工具,用于和 Spring HATEOAS 兼容的 REST 资源进行交互。-REST shell developed using Java command line tool is used the REST resources compatible and Spring HATEOAS, interact.
spring-rest
- 一个spring rest 的demo 希望对大家有用-spring rest
REST-spring-security
- 本项目主要使用spring security对restful webservice进行安全控制-This project is mainly for restful webservice using spring security for security control
contactmanager.tar
- Test Source code Spring rest mvc
rest-backend-data
- 这是餐厅后场管理系统的一部分,模拟餐厅下单到后场小票机打印出小票。使用的框架为Struts+Mybatis+Spring。这是JavaEE中对应的Pojo,对应数据库中的三张表。-This project is able to implement a software system for the restaurant and to help the cooks improve their effiency.
rest-db
- 这是餐厅后场管理系统的一部分,模拟餐厅下单到后场小票机打印出小票。使用的框架为Struts+Mybatis+Spring。这是JavaEE中的Dao层。实现与数据库的交互 -This part help interact with .
rest-front-data
- 这是餐厅后场管理系统的一部分,模拟餐厅下单到后场小票机打印出小票。使用的框架为Struts +Mybatis+Spring。这是通过JSON解析转换到MVC层的表现层的代码。 -This part is just for how to demo in the view .
rest-kitchen
- 这是餐厅后场管理系统的一部分,模拟餐厅下单到后场小票机打印出小票。使用的框架为Struts+Mybatis+Spring。这是JavaEE中对应的控制层,有Manager和Service层。这也是算法现在的逻辑控制部分。 -This part is for the service logic of the system.
rest-kitchen-web
- 这是餐厅后场管理系统的一部分,模拟餐厅下单到后场小票机打印出小票。使用的框架为Struts+Mybatis+Spring。这是JavaEE中对应的表现层。这里主要是了FreeMarker技术,类似于JSP技术实现有好的界面。整个系统需要进行Maven编译。 -This part is for how to display for the users.
spring-rest
- 使用Spring MVC 构建RESTFul 风格的开发DEMO,-RESTFul constructed using Spring MVC style development DEMO,
Struts2
- 本书是《Struts 2权威指南》的第3版,本书介绍了Struts 2最新版本:Struts 2.3.1.2。 本书全面介绍了Struts 2框架的各知识点,从Struts 2框架的MVC原理、Struts 2的处理机制开始讲起,全面覆盖了Struts 2的Action开发、Action配置管理、Result配置管理、Struts 2异常机制、Struts 2类型转换、输入校验、文件上传和下载、Struts 2国际化支持、Struts 2的Ajax支持、拦截器机制、Convention插件与RE
wechat-develop-framework-master
- 2015下半年,我有幸参与了一个微信公众号的开发,经过3个月的努力,项目顺利上线,用户反响不错。项目结束后,没有了进度的压力,有时间静下心来对代码进行整理,再回想开发初始学习的艰辛,因此觉得有必要从项目中提取出一个基本的微信开发框架,一者为以后类似的开发做些积累,二者为后来者做些参考。 就微信公众平台来说,它本身并没有对具体的开发技术做具体的要求,它只是基于REST的消息接受与发送,因此开发者可以选择任何自己熟悉的技术进行平台搭建,结合我自身的情况,我选择了Java和Spring MV
springmvc-rest-helloworld-master
- Spring mvc +rest接口示例-Spring mvc+rest接口示例
Spring REST
- Spring REST serves as a practical guide for designing and developing RESTful APIs using the popular Spring Framework. This book begins with a brief introduction to REST, HTTP, and Web infrastructure. It then provides detailed coverage of several Sp
spring-framework-reference
- The Spring Framework is a lightweight solution and a potential one-stop-shop for building your enterprise-ready applications. However, Spring is modular, allowing you to use only those parts that you need, without having to bring in the rest. You can
fuhoujun-e-master
- 框架采用微服务的设计思想,而且各工程易分易合 此框架采用前后台分开,前后台都可以单独部署,前端采用轻量级的扁平化设计(html+javascr ipt+Bootstrap), 会自动针对不同的屏幕尺寸调整页面,使其在各个尺寸的屏幕上表现良好。 后端采用Spring boot 、 Spring Cloud,不需要部署WAR 文件,可直接运行jar文件。 系统权限框架采用spring-security oauth2,实现前后台权限校验,权限实现了用户授权和客户端授权。