Commit Graph

205 Commits

Author SHA1 Message Date
Gunnar Hillert
3e7d121dd4 INTSAMPLES-64 - Code Review Changes
* Better documentation in README.md
* Better error handling
* Using a better data-format
2012-02-15 12:17:52 -05: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
Gary Russell
66b25d3319 Merge pull request #43 from ghillert/INTSAMPLES-54
INTSAMPLES-54 - Update README.md
2012-02-13 14:49:38 -08:00
Gunnar Hillert
8e7314ef1d Merge branch 'christian-posta-INTSAMPLES-22' 2012-02-13 17:10:37 -05:00
Christian Posta
375cc41b1a INTSAMPLES-22: Create sample for inbound tcp-connection-factory using deserializer and serializer
* Added new tests
* Added comments
* Created the custom serializer/deserializer. Fixing some small issues with it
* Changed the sending to use java socket api
* Working, just trying to figure out junit differences
* Found an error in the input message (contained \r\n) fixed now
* added .idea and activemq-data folders to ignore
* Cleaned up unused code, added documentation to the README.md
* Added more comments
* Added Copyright notices
2012-02-13 17:07:22 -05:00
Gunnar Hillert
9eaea90170 INTSAMPLES-55 Code review: Mention that every 5th number returned by the Counter class is negative. 2012-02-13 17:05:54 -05:00
Gunnar Hillert
a60a5b2901 INTSAMPLES-55 - Update README.md for OddEven Sample
For reference: https://jira.springsource.org/browse/INTSAMPLES-55

* Update README.md to reflect correct classes
* Improve documentation
* Add Maven Exec Maven Plugin for easy execution from the command line
2012-02-13 17:05:54 -05:00
Gunnar Hillert
d3f789bd3d INTSAMPLES-53 Restructured client and server section in README.md 2012-02-13 17:05:54 -05:00
Gunnar Hillert
c223667e32 INTSAMPLES-53 Update README.md
For reference see: https://jira.springsource.org/browse/INTSAMPLES-53
2012-02-13 17:05:53 -05:00
Gunnar Hillert
834f0a9630 INTSAMPLES-56 Update README.md for ws-outbound-gateway sample
For reference: https://jira.springsource.org/browse/INTSAMPLES-56
2012-02-13 17:05:53 -05:00
Gunnar Hillert
c7e5a7815b INTSAMPLES-57 Update README.md
For reference: https://jira.springsource.org/browse/INTSAMPLES-57

* reflect the correct Main class to be used
* add exec-maven-plugin and add usage to README.md
2012-02-13 17:05:53 -05:00
Gary Russell
1cea69c371 Merge pull request #44 from ghillert/INTSAMPLES-55
INTSAMPLES-55 - Update README.md for OddEven Sample
2012-02-13 07:12:15 -08:00
Gunnar Hillert
8fa60ccf1e INTSAMPLES-55 Code review: Mention that every 5th number returned by the Counter class is negative. 2012-02-13 09:53:27 -05:00
Gunnar Hillert
b1aecbd910 INTSAMPLES-54 - Add missing Copyright notice 2012-02-13 09:46:20 -05:00
Gunnar Hillert
8ba0c2b58c INTSAMPLES-54 - Code Review: Rename DelayerApp to PollerApp 2012-02-13 09:43:28 -05:00
Gunnar Hillert
aae6038794 INTSAMPLES-55 - Update README.md for OddEven Sample
For reference: https://jira.springsource.org/browse/INTSAMPLES-55

* Update README.md to reflect correct classes
* Improve documentation
* Add Maven Exec Maven Plugin for easy execution from the command line
2012-02-10 15:39:39 -05:00
Gunnar Hillert
43b85119c8 INTSAMPLES-54 - Update README.md
* Update README.md to reflect correct classes
* Add documentation for Delayer application
* Add JavaDoc for delayer application
* Delete redundant *src/main/resources/log4j.properties*
* Add logger name to *Logging Channel Adapter* configuration
* Add Maven Exec Maven Plugin for easy execution from the command line
2012-02-10 12:02:55 -05:00
Gary Russell
9d14c3f0b2 Merge pull request #41 from ghillert/INTSAMPLES-53
INTSAMPLES-53 Update README.md

LGTM
2012-02-10 08:27:51 -08:00
Gunnar Hillert
09643d73b0 INTSAMPLES-53 Restructured client and server section in README.md 2012-02-10 10:48:20 -05:00
Gary Russell
4dc47bf2f7 Merge pull request #42 from ghillert/INTSAMPLES-56
INTSAMPLES-56 Update README.md for ws-outbound-gateway sample
2012-02-09 07:06:02 -08:00
Gary Russell
97dae9ed68 Merge pull request #40 from ghillert/INTSAMPLES-57
INTSAMPLES-57 Update README.md
2012-02-09 06:55:59 -08:00
Gunnar Hillert
cf68ac2921 INTSAMPLES-56 Update README.md for ws-outbound-gateway sample
For reference: https://jira.springsource.org/browse/INTSAMPLES-56
2012-02-09 00:59:33 -05:00
Gunnar Hillert
cd5f941523 INTSAMPLES-53 Update README.md
For reference see: https://jira.springsource.org/browse/INTSAMPLES-53
2012-02-08 17:42:55 -05:00
Gunnar Hillert
3f1c5a1633 INTSAMPLES-57 Update README.md
For reference: https://jira.springsource.org/browse/INTSAMPLES-57

* reflect the correct Main class to be used
* add exec-maven-plugin and add usage to README.md
2012-02-08 16:34:57 -05:00
Gary Russell
1930a92bbe Merge pull request #39 from ghillert/INTSAMPLES-46
INTSAMPLES-46 - Remove Eclipse Meta Data files
2012-02-08 09:21:42 -08:00
Gunnar Hillert
e05d04e976 INTSAMPLES-46 - Remove Eclipse Meta Data files
Delete *.project* file in sample project:

* control-bus
* http

Delete also:

* applications/cafe/.springBeans
* applications/loan-broker/.springBeans
* applications/loanshark/.springBeans
* basic/feed/.springBeans
* basic/file/.springBeans
* basic/ftp/.springBeans
* basic/helloworld/.springBeans
* basic/http/.springBeans
* basic/jms/.springBeans
* basic/jmx/.springBeans
* basic/mail/.springBeans
* basic/oddeven/.springBeans
* basic/quote/.springBeans
* basic/sftp/.springBeans
* basic/tcp-client-server/.springBeans
* basic/twitter/.springBeans
* basic/ws-inbound-gateway/.springBeans
* basic/ws-outbound-gateway/.springBeans
* basic/xml/.springBeans
* basic/xmpp/.springBeans
* intermediate/async-gateway/.springBeans
* intermediate/errorhandling/.springBeans
* intermediate/file-processing/.springBeans
* intermediate/multipart-http/.springBeans
* intermediate/travel/.springBeans
2012-02-08 11:55:34 -05:00
Gary Russell
4b67641e3a Merge pull request #35 from ghillert/INTSAMPLES-59
INTSAMPLES-59 - Remove Twitter4j reference
2012-02-01 06:18:43 -08:00
Gunnar Hillert
1867ca5c91 INTSAMPLES-59 - Remove Twitter4j reference
For reference see: https://jira.springsource.org/browse/INTSAMPLES-59
2012-02-01 01:39:01 -05:00
Gunnar Hillert
65c4d47206 Merge pull request #31 from ghillert/INTSAMPLES-48
INTSAMPLES-48 Add SLF4J dependency
2012-01-18 10:13:32 -08:00
Gary Russell
2b144d12d3 Merge pull request #30 from ghillert/INTSAMPLES-42
INTSAMPLES-42 - Convert all ReadMe files to MarkDown
2012-01-18 07:57:28 -08:00
Gunnar Hillert
3577dbe1cb INTSAMPLES-48 Decided to continue to use Log4J 2012-01-17 14:34:42 -05:00
Gunnar Hillert
86232ef258 INTSAMPLES-48 Add SLF4J dependency
Also add Spring Integration JMS dependency

For reference see: https://jira.springsource.org/browse/INTSAMPLES-48
2012-01-17 14:34:42 -05:00
Gary Russell
d451e2e665 Merge pull request #29 from ghillert/INTSAMPLES-47
INTSAMPLES-47 - Upgrade SI dep. to 2.1.0.RELEASE
2012-01-12 09:16:43 -08:00
Gunnar Hillert
2e1b22aaac Fixed spelling error in */applications/cafe-scripted/pom.xml* 2012-01-12 12:10:39 -05:00
Gunnar Hillert
1905d1a46c INTSAMPLES-42 rename readme.txt files to README.md 2012-01-09 17:21:37 -05:00
Gunnar Hillert
85bef285d4 INTSAMPLES-47 - Upgrade SI dep. to 2.1.0.RELEASE
* Upgraded all Spring Integration dependencies to 2.1.0.RELEASE
* All Samples use the new Artifactory-based Milestone Repository http://repo.springsource.org/milestone (As the repositories are additive, this repository will also include the release repo)
* Added versions to all Maven plugin declarations, reducing the amount WARNING-level logging substantially
2012-01-07 22:58:10 -05:00
Gunnar Hillert
7b27f0a8ea INTSAMPLES-14 Added .springBeans to .gitignore 2012-01-07 11:17:25 -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
Gary Russell
ea9a89d820 INTSAMPLES-14 Tcp Collaborating Adapters Sample
Add a sample showing how to use collaborating channel adapters
for high performance.
2012-01-07 10:52:03 -05:00
Gunnar Hillert
d84e98a781 Merge pull request #26 from ghillert/INTSAMPLES-41
INTSAMPLES-41 - Use embedded Apache FTP Server
2012-01-07 07:44:26 -08:00
Gunnar Hillert
f2f3e81785 Merge pull request #25 from amolnayak311/INTSAMPLES-43
INTSAMPLES-43
2012-01-07 07:43:12 -08:00
Gunnar Hillert
9d433762d3 Merge pull request #23 from ghillert/INTSAMPLES-44
INTSAMPLES-44 - Add Meta Data to Maven POM
2012-01-06 15:09:34 -08:00
Gunnar Hillert
91e3453b1d Converted tab-->spaces in pom.xml 2012-01-06 18:03:57 -05:00
Gunnar Hillert
1a89e5e9d8 INTSAMPLES-44 - Add Meta Data to Maven POM
Reference: https://jira.springsource.org/browse/INTSAMPLES-44
2012-01-06 18:02:43 -05:00
Gunnar Hillert
9ec98f8c74 INTSAMPLES-41 - Use embedded Apache FTP Server
For Reference see: https://jira.springsource.org/browse/INTSAMPLES-41
2011-12-21 14:19:45 -05:00
Gunnar Hillert
785271573d Merge pull request #24 from garyrussell/INTSAMPLES-40
INTSAMPLES-40 Fix POM for Spring 3.1.GA SI 2.1.RC1
2011-12-20 12:17:54 -08:00
Gary Russell
9f789537c1 INTSAMPLES-40 Fix POM for Spring 3.1.GA SI 2.1.RC1
Incompatible transitive dependencies.
2011-12-20 14:51:22 -05:00
Gary Russell
15be40a4b7 Merge pull request #22 from ghillert/INTSAMPLES-38
INTSAMPLES-33 Update to SI RC1 and Spring 3.1
2011-12-20 11:42:05 -08:00
Gunnar Hillert
c416d56903 For INTSAMPLES-38 - Code Review changes
* remove  *.project* and *.springBeans* in project **testing-examples**
* remove duplicate dependencies in *pom.xml* in project **jms**
2011-12-20 14:16:26 -05:00
Amol Nayak
40e4bc8c7b INTSAMPLES-43 2011-12-20 23:35:05 +05:30