Skip to content

Commit

Permalink
Convert readme to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeams committed May 24, 2012
1 parent 3f4b788 commit 0f2fa70
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 89 deletions.
13 changes: 0 additions & 13 deletions .springBeans

This file was deleted.

29 changes: 29 additions & 0 deletions README.md
@@ -0,0 +1,29 @@
Very simple projects containing the same application configured in different
ways using Spring (and in one case without Spring at all).

Clone the repo in [typical fashion](http://help.github.com), or download a
[zip of the sources](https://github.com/cbeams/distyles/zipball/master).

Browse through the [slides](http://cbeams.github.com/distyles) if you haven't
already. From there, the projects are pretty much self-explanatory.

Build and test everything and run the `TransferScript` main methods with

gradlew run test

Import the projects into Eclipse with

gradlew eclipse

and then File->Import->Existing Projects Into Workspace. For IDEA users, it's
`gradlew idea`.

Once you're looking at the code, just browse around. Review how
`DefaultTransferService` works. Look at each of the following and see how they
differ across projects:

* `TransferScript`
* `TransferServiceTests`
* `app-config.xml`

Explore, experiment, have fun!
73 changes: 0 additions & 73 deletions README.txt

This file was deleted.

4 changes: 1 addition & 3 deletions build.gradle
Expand Up @@ -36,7 +36,6 @@ configure(subprojects) {
}
}

// ensure java 1.6 compatibility
sourceCompatibility=1.6
targetCompatibility=1.6

Expand All @@ -50,8 +49,7 @@ configure(subprojects) {
}
}

configure([project(':style-2-namespace'),
project(':style-3-autowired'),
configure([project(':style-3-autowired'),
project(':style-4-javaconfig'),
project(':style-5-hybrid')]) {
dependencies {
Expand Down

0 comments on commit 0f2fa70

Please sign in to comment.