netty4的资料和准备

Netty4 官网: http://netty.io/

Netty4 文档: http://netty.io/4.0/api/index.html

Netty4 github: https://github.com/netty/netty

Netty4 使用的项目: http://netty.io/wiki/related-projects.html

 

 

1 :  安装最新版的eclipse----集成了maven和git

2:  安装apache-maven

3:  配置eclipse, 同时把maven仓库配到 http://maven.oschina.net/help.html

4: eclipse-import-git ; https方式导入netty4版本工程

5: eclipse-import-exits maven 工程 

 

因为Netty用的是maven管理的,每个模块都单独拆开来了,

 


netty4的资料和准备
 

主要从example中开始学习,前提还有熟悉下java nio;可以看:

 

 可以去搜中文版的,有很多

你可能感兴趣的:(netty4)