文件名称:wechat-develop-framework-master
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2016-06-27
- 文件大小:
- 8.18mb
- 下载次数:
- 0次
- 提 供 者:
- 刘**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
2015下半年,我有幸参与了一个微信公众号的开发,经过3个月的努力,项目顺利上线,用户反响不错。项目结束后,没有了进度的压力,有时间静下心来对代码进行整理,再回想开发初始学习的艰辛,因此觉得有必要从项目中提取出一个基本的微信开发框架,一者为以后类似的开发做些积累,二者为后来者做些参考。
就微信公众平台来说,它本身并没有对具体的开发技术做具体的要求,它只是基于REST的消息接受与发送,因此开发者可以选择任何自己熟悉的技术进行平台搭建,结合我自身的情况,我选择了Java和Spring MVC。-The second half of 2015, I was fortunate to participate in the development of a micro-channel public number, after three months of hard work, the project successful on-line, the user response is good. After the end of the project, there is no schedule pressures, there is time to stop and sort out the code, and then recall the initial development of the hardships of learning, and therefore feel the need to extract a basic micro-channel development fr a mework the project, similar to the one for the future developers do accumulation, both for the newcomers do reference.
On micro-channel public platform, which itself does not have the specific development of technologies to make a specific request, it is only based on the message receiving and transmitting REST, so developers can choose any of their familiar technology platform to build, combined with my own situation I chose Java and Spring MVC.
就微信公众平台来说,它本身并没有对具体的开发技术做具体的要求,它只是基于REST的消息接受与发送,因此开发者可以选择任何自己熟悉的技术进行平台搭建,结合我自身的情况,我选择了Java和Spring MVC。-The second half of 2015, I was fortunate to participate in the development of a micro-channel public number, after three months of hard work, the project successful on-line, the user response is good. After the end of the project, there is no schedule pressures, there is time to stop and sort out the code, and then recall the initial development of the hardships of learning, and therefore feel the need to extract a basic micro-channel development fr a mework the project, similar to the one for the future developers do accumulation, both for the newcomers do reference.
On micro-channel public platform, which itself does not have the specific development of technologies to make a specific request, it is only based on the message receiving and transmitting REST, so developers can choose any of their familiar technology platform to build, combined with my own situation I chose Java and Spring MVC.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
wechat-develop-framework-master
...............................\documents
...............................\.........\Architecture.vsd
...............................\.........\UML workflow.vsdx
...............................\.........\UserManual_CN.docx
...............................\readme.txt
...............................\src
...............................\...\.gitignore
...............................\...\pom.xml
...............................\...\wechat-framework
...............................\...\................\pom.xml
...............................\...\................\src
...............................\...\................\...\main
...............................\...\................\...\....\java
...............................\...\................\...\....\....\com
...............................\...\................\...\....\....\...\xgzhang
...............................\...\................\...\....\....\...\.......\......\framework
...............................\...\................\...\....\....\...\.......\......\.........\MenuFactory.java
...............................\...\................\...\....\....\...\.......\......\.........\MenuUpdater.java
...............................\...\................\...\....\....\...\.......\......\.........\MessageProcesser.java
...............................\...\................\...\....\....\...\.......\......\.........\MessageReceiver.java
...............................\...\................\...\....\....\...\.......\......\.........\domain
...............................\...\................\...\....\....\...\.......\......\.........\......\ReceiveEntity.java
...............................\...\................\...\....\....\...\.......\......\.........\......\menu
...............................\...\................\...\....\....\...\.......\......\.........\......\....\Button.java
...............................\...\................\...\....\....\...\.......\......\.........\......\....\ButtonWrap.java
...............................\...\................\...\....\....\...\.......\......\.........\......\response
...............................\...\................\...\....\....\...\.......\......\.........\......\........\ResponseMessage.java
...............................\...\................\...\....\....\...\.......\......\.........\......\........\imp
...............................\...\................\...\....\....\...\.......\......\.........\......\........\...\Article.java
...............................\...\................\...\....\....\...\.......\......\.........\......\........\...\Music.java
...............................\...\................\...\....\....\...\.......\......\.........\......\........\...\MusicMessage.java
...............................\...\................\...\....\....\...\.......\......\.........\......\........\...\NewsMessage.java
...............................\...\................\...\....\....\...\.......\......\.........\......\........\...\TextMessage.java
...............................\...\................\...\....\....\...\.......\......\.........\tools
...............................\...\................\...\....\....\...\.......\......\.........\.....\DomainUtility.java
...............................\...\................\...\....\....\...\.......\......\.........\.....\HttpUtility.java
...............................\...\................\...\....\....\...\.......\......\.........\.....\IOUtility.java
...............................\...\................\...\....\....\...\.......\......\.........\.....\SecurityUtility.java
...............................\...\wechat-seed-app
...............................\...\...............\.gitignore
...............................\...\...............\pom.xml
...............................\...\...............\src
...............................\...\...............\...\main
...............................\...\...............\...\....\java
...............................\...\.....