Commit Graph

35 Commits

Author SHA1 Message Date
Gary Russell
e7180b8725 GH-234: Add TCP Broadcast Sample
Resolves https://github.com/spring-projects/spring-integration-samples/issues/234

* Update top level README
2018-11-19 16:11:33 -05:00
Santiago Castro
d7a77b75ac Fix broken Markdown headings 2017-04-16 16:32:52 -04:00
Gary Russell
65368f7959 5.0 README 2017-01-26 13:39:26 -05:00
Gary Russell
2e103f6f34 Add dynamic-tcp-client Sample
Utilizing the new DSL dynamic flow registration.

Polishing - forgot to save this before pushing.

sync

Polishing

* Upgrade to Boot-1.4.1
2016-09-22 13:54:59 -04:00
Gary Russell
2c1a070930 Add file-split-ftp Sample
JIRA: https://jira.spring.io/browse/INTSAMPLES-149

Polishing - PR Comments

Polishing - Work Around DSL Issue #119

Make test compatible with Windows.
Also reset Application context `DirtiesContext.ClassMode.AFTER_EACH_TEST_METHOD`.
Since tests uses the same target resources we should be sure that they use clear foundation before running
2016-09-21 11:15:14 -04:00
Gary Russell
006468fca3 Add Java DSL 2016-07-11 05:41:26 -04:00
Gary Russell
cf8e76301f Fix Links 2016-07-11 05:39:29 -04:00
Gary Russell
f18f567bc7 Add Contributing 2016-07-11 05:26:00 -04:00
Artem Bilan
f4b48a6cc1 Add Community Sample Projects to README
Add like to Xavier Padró's Samples repository
2016-04-07 15:16:56 -04:00
Gary Russell
b52ee9ed9c Add MQTT Sample
* Move `ftp` `log4j` dependency to the `testCompile` configuration
* Regenerate POM for MQTT sample
2016-03-07 10:10:29 -05:00
Gary Russell
db3d78109f INTSAMPLES-144: Barrier Sample
JIRA: https://jira.spring.io/browse/INTSAMPLES-144

INTSAMPLES-144: Use o-c-a for Release

INTSAMPLES-144: Switch to Spring Boot

INTSAMPLES-144: Polishing

* Upgrade to SI-4.2, SF-4.2, Boot-1.3
* Fix: https://jira.spring.io/browse/INTSAMPLES-145
2015-08-17 12:05:43 -04:00
Gary Russell
5216cf10b6 Update README for Versions 2014-10-28 10:43:25 -04:00
Gary Russell
148e7b52c2 si4demo Spring Integration 4.0 Demo
https://spring.io/blog/2014/05/15/webinar-replay-spring-integration-4-0-the-new-frontier
2014-05-16 12:38:45 -04:00
Gary Russell
cc579226d6 INTSAMPLES-127 Polishing
- PR Comments
- Switch to Jackson2
- Fix oxm config

Polishing

INTSAMPLES-127 Update to SI 4.0.0.RC1

INTSAMPLES-127 Remove Servlet Dependency

travel sample; see INT-3350.

INTSAMPLES-127 Update Samples to SI 4.0.0

JIRA: https://jira.spring.io/browse/INTSAMPLES-127

Created `maint` branch for ongoing SI 3.0.x samples.
2014-04-16 20:45:34 +03:00
Gunnar Hillert
fe26325442 INTSAMPLES-109 - Move XQuery Sample to SI Extensions Repo
New location: https://github.com/SpringSource/spring-integration-extensions/tree/master/samples/xquery
2013-03-29 11:06:55 -04:00
Gunnar Hillert
3c9c91c847 INTSAMPLES-89 - Upgrade to Spring Integration 2.2 RC3
* Test samples
* Polish documentation
* Polish code

For reference see: https://jira.springsource.org/browse/INTSAMPLES-89
2012-11-28 17:08:51 -05:00
Gunnar Hillert
7b182b0de9 INTSAMPLES-23 - Add Splitter-Aggregator example
For reference see: https://jira.springsource.org/browse/INTSAMPLES-23
2012-10-29 14:09:11 -04:00
Gunnar Hillert
cc81a16ffb INTSAMPLES-97 - Add Postgres Stored Procedure Sample 2012-10-25 01:40:08 -04:00
Gunnar Hillert
8c6b22f730 INTSAMPLES-86 - Add XQuery Sample
For reference see: https://jira.springsource.org/browse/INTSAMPLES-86
2012-10-24 16:08:32 -04:00
Gunnar Hillert
94bff16dae Add reference to mail-attachments sample 2012-10-04 12:40:03 -03:00
Gary Russell
80986a0080 INTSAMPLES-91 Transaction Synchronization Sample
INTSAMPLES-91 Initial Commit

INTSAMPLES-91 Polishing

INTSAMPLES-91 Add JDBC Activity
2012-09-26 10:17:34 +01:00
Gary Russell
542f3569e4 INTSAMPLES-88 Message Handler Advice Samples
Initial Commit

Stateless Retry

INTSAMPLES-88 Add Stateful Retry (AMQP)

INTSAMPLES-88 Add Circuit Breaker Demo

INTSAMPLES-88 Add Expression Evaluating Advice

See README.md

Fix EE

Polishing
2012-09-24 12:53:30 +01:00
Gary Russell
e2dc83b725 Webinar End State
The state of the project at the end of the webinar,
use git log -p <this commit> to see what changed.
2012-08-13 11:41:48 -04:00
Gunnar Hillert
7fda2f841b INTSAMPLES-62 - Create JPA Samples
* Sample supports Hibernate, EclipsLink and OpenJPA
* Sample uses Spring 3.1 (Profiles)
* Retrieves a list of records
* Creates a new DB record

INTSAMPLES-62 Code Review Fixes
* Use Log4j
* Fix dependencies

INTSAMPLES-62 - Make JPA Sample compliant with INT-2601

* Fix whitespace issues
* Make sure all schemas are version-less
2012-06-05 14:55:12 -04:00
Vigil Bose
f7bd84e22f INTSAMPLES-36 - Adding rest-http sample to demonstrate the usage of Spring Integration's new HTTP Path facility usage
* The JIRA referenced for this sample is https://jira.springsource.org/browse/INTSAMPLES-36
2012-03-17 01:22:40 -04:00
Gunnar Hillert
edd3f90299 INTSAMPLES-64 Poller Sample using custom Trigger
For reference: https://jira.springsource.org/browse/INTSAMPLES-64

Shows how the polling period can be changed at runtime using a custom trigger.
2012-02-14 17:16:58 -05:00
Gunnar Hillert
4845131d83 INTSAMPLES-14 - added sample to Root README.md
and removed .springBeans file
2012-01-07 11:15:08 -05:00
Gunnar Hillert
6afbf69cf0 INTSAMPLES-35 - Stored Procedure Sample for Derby
For reference see: https://jira.springsource.org/browse/INTSAMPLES-35
2011-11-14 13:48:35 -05:00
Gunnar Hillert
a24994dc1c INTSAMPLES-30 - initial commit of the AMQP Sample
Added .DS_Store to .gitignore
  Removed the image as it is problematic with Github. Will be added to the SI AMQP reference documentation instead
  Removed a ":" from the readme
  Removed a class that was not used anymore
  polishing
2011-08-23 16:52:31 -04:00
Gunnar Hillert
77741507ed Highlighted a few adapters, fixed some wording in README.md 2011-08-16 00:04:53 -04:00
Gunnar Hillert
6e07daaed1 Added a quick list enumerating the 4 categories for examples in README.md 2011-08-15 23:53:19 -04:00
Gunnar Hillert
55c18bf873 Expanded the main README.md to contain a basic overview of all examples 2011-08-15 23:45:37 -04:00
Gunnar Hillert
b9b10634db Added link to the Spring Integration Home page to README.md 2011-08-15 17:31:01 -04:00
Gunnar Hillert
7cbc138b2a Converted the readme to being Markdown styled 2011-08-15 17:10:21 -04:00
Gunnar Hillert
5676cb8168 renamed readme.txt -> README.md to use Markdown styling 2011-08-15 16:47:04 -04:00