zoukankan      html  css  js  c++  java
  • Maven+Spring Batch+Apache Commons VF学习


    Apache Commons VFS资料:
    例子:http://www.zihou.me/html/2011/04/12/3377.html
    详细例子:http://p7engqingyang.iteye.com/blog/1702429

    Apache Commons VFS:文件系统工具,对不来自与不同的文件系统的文件进行操作,可以处理非本地文件(vfs中,原来存在ftp有时候不能正常关闭的情况,commons-vfs2 出了以后,该问题已经得到解决 )VFS为访问各种不同的文件系统提供了单一的应用程序编程接口(API)

    spring batch资料:
    原理+例子:http://www.coderli.com/spring-batch-intro-sample/
    介绍:http://aijuans.iteye.com/blog/2174060?utm_source=tuicool
    详细http://www.cnblogs.com/gulvzhe/archive/2011/11/06/2238125.html

    spring batch:批处理,依赖spring框架,系统之间共享代码;通过简单的配置可以完成事务回滚和commit功能;可以通过配置文件操作本地文件

    maven资料:
    安装配置:http://www.cnblogs.com/fnng/archive/2011/12/02/2272610.html
    介绍+详细配置+常见问题:http://www.cnblogs.com/BigTall/archive/2011/03/23/1993253.html
    测试:http://www.cnblogs.com/sunddenly/p/4341542.html
    详细:http://www.cnblogs.com/xdp-gacl/p/4052025.html

    maven:构建工具,Maven用POM来构建项目和相关文件,使用配制xml使用功能,自动导入依赖包

  • 相关阅读:
    手动添加 memcached.jar包
    easyui返回数据类型
    负载均衡
    nginx负载均衡
    nginx配置文件详解
    Js操作Select大全(取值、设置选中)
    jQuery select的操作代码
    jQuery对Select操作大集合
    PHP+AJAX无刷新返回天气预报
    一个好用的PHP验证码类
  • 原文地址:https://www.cnblogs.com/xiaoguangit/p/4992422.html
Copyright © 2011-2022 走看看