Go on on on and on...


  • Home

  • Categories

  • Tags

  • Archives

  • Message

  • About

  • Search

实践Python

Posted on 2019-03-29 | In Python | Visitors

安装

Read more »

实践cdc之debezium

Posted on 2019-03-27 | In 数据库 | Visitors

Debezium is an open source distributed platform for change data capture. Start it up, point it at your databases, and your apps can start responding to all of the inserts, updates, and deletes that other apps commit to your databases. Debezium is durable and fast, so your apps can respond quickly and never miss an event, even when things go wrong.

Read more »

实践Spring Statemachine

Posted on 2019-03-25 | In Java | Visitors

Spring Statemachine is a framework for application developers to use state machine concepts with Spring applications.

Read more »

实践Spring Shell

Posted on 2019-03-25 | In Java | Visitors

Spring Shell project provides an interactive shell that allows you to plugin your own custom commands using a Spring based programming model.

Read more »

实践Spring Roo

Posted on 2019-03-25 | In Java | Visitors

Spring Roo A next-generation rapid application development tool for Java developers. With Roo you can easily build full Java applications in minutes.

Read more »

实践Spring IO Platform

Posted on 2019-03-25 | In Java | Visitors

Spring IO Platform

Read more »

实践Spring Cloud CLI

Posted on 2019-03-25 | In Java | Visitors

Spring Cloud CLI is a set of extensions for the Spring Boot CLI making it possible to run Spring Cloud server apps and write Spring Cloud apps in Groovy scripts and run them from a shell. Auto-imports and dependency management is provided for all Spring Cloud projects.

Read more »

实践Spring AMQP

Posted on 2019-03-25 | In Java | Visitors

Spring AMQP project applies core Spring concepts to the development of AMQP-based messaging solutions. It provides a "template" as a high-level abstraction for sending and receiving messages. It also provides support for Message-driven POJOs with a "listener container". These libraries facilitate management of AMQP resources while promoting the use of dependency injection and declarative configuration. In all of these cases, you will see similarities to the JMS support in the Spring Framework.

Read more »

实践Spring Kafka

Posted on 2019-03-22 | In Java | Visitors

Spring Kafka applies core Spring concepts to the development of Kafka-based messaging solutions. It provides a “template” as a high-level abstraction for sending messages. It also provides support for Message-driven POJOs with @KafkaListener annotations and a “listener container”. These libraries promote the use of dependency injection and declarative. In all of these cases, you will see similarities to the JMS support in the Spring Framework and RabbitMQ support in Spring AMQP.

Read more »

实践Kafka Tool

Posted on 2019-03-21 | In 云计算 | Visitors

Kafka Tool is a GUI application for managing and using Apache Kafka clusters. It provides an intuitive UI that allows one to quickly view objects within a Kafka cluster as well as the messages stored in the topics of the cluster. It contains features geared towards both developers and administrators. Some of the key features include

Read more »
1 … 67 68 69 … 116
Ray Wang

Ray Wang

My Blog

1159 posts
32 categories
RSS
© 2025 Ray Wang
Powered by Jekyll
Theme - NexT.Muse