个人简介

Echo Blog


江湖无名 安心练剑
  • Quartz 01-quartz 入门使用介绍
    Quartz Quartz 是一个功能丰富的开源作业调度库,可以集成到几乎任何 Java 应用程序中——从最小的独立应用程序到最大的电子商务系统。 入门案例 maven 引入 <dependency> <groupId>org.quartz-scheduler</groupId> <artifactId>quartz&l...
    2017-12-19 06:43:25 | Schedule
  • Quartz 00-quartz 概览
    # Quartz 任务调度是我们平时的业务开发中很常见的需求之一。 Quartz 又是其中十分优秀的框架。 本系列主要是将 Quartz 的官方文档进行简单整理。 希望帮助大家入门。后续如果有时间,再写一点关于 Quartz 的使用心得。 目录导航 入门 Quartz 入门系列教程-00-序章 Quartz 入门系列教程-01-入门案例 Quartz 入门系列教程-02-J...
    2017-12-19 06:43:25 | Schedule
  • Spring State Machine
    Spring State Machine Spring Statemachine is a framework for application developers to use state machine concepts with Spring applications. 状态机是强大的,因为行为总是保证是一致的,使得调试相对容易。 其思想是,您的应用程序可能存在于有限数量的状态...
    2017-12-18 13:29:39 | Spring
  • Spring Shell 基于 Spring 的编程模型插入自定义命令
    Spring Shell Spring Shell项目提供了一个交互式的Shell,允许您使用基于Spring的编程模型插入自定义命令。 介绍 Spring Shell项目的用户可以根据Spring Shell jar和添加自己的命令轻松构建一个完整的Shell(aka命令行)应用程序(作为Spring bean的方法)。 创建一个命令行应用程序可以是有用的,例如与您的项目的REST...
    2017-12-17 11:46:41 | Spring
  • Spring Web Services
    Spring Web Service Spring Web Services aims to facilitate contract-first SOAP service development, allowing for the creation of flexible web services using one of the many ways to manipulate XML ...
    2017-12-16 15:10:09 | Spring
  • Spring Web Flow
    Spring Web Flow Spring Web Flow builds on Spring MVC and allows implementing the “flows” of a web application. A flow encapsulates a sequence of steps that guide a user through the execution of s...
    2017-12-16 10:01:45 | Spring
  • Spring HATEOAS
    Spring HATEOAS Spring HATEOAS provides some APIs to ease creating REST representations that follow the HATEOAS principle when working with Spring and especially Spring MVC. The core problem it t...
    2017-12-16 04:06:57 | Spring
  • Spring Batch
    Spring Batch Spring Batch provides reusable functions that are essential in processing large volumes of records, including logging/tracing, transaction management, job processing statistics, job ...
    2017-12-14 13:14:02 | Spring