GitXplorerGitXplorer
s

demo-apps

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
3a504b61fc4b051b215284adec8634b4683e9dbf

Update the jdbc example README title

sstroxler committed 7 years ago
Unverified
e0aea371273c78ed955a373ee20e8ae690b5c5ce

Add SpringMVC demo

sstroxler committed 7 years ago
Unverified
228e0bad548407c9bedc48c9f22464052d2e0943

Add a FileTailer class and a demo script

sstroxler committed 7 years ago
Unverified
34e0ebf50fcaf03bea0b7faad1aadef77fef779a

Real-time file watching in python

sstroxler committed 7 years ago
Unverified
73c7725e9868298ed37632e24aa2b5c3f42c4c0c

Add a simple Spring JdbcTemplate CRUD app

sstroxler committed 7 years ago
Unverified
e1db9445bf717dbe28cea571cec6fec3b40277b6

Update README with license info

committed 7 years ago

README

The README file for this repository.

demo-apps

I created demo-apps because I've grown tired of spending time googling and figuring out tricky behaviors when working with various languages and build tools, and then having one of the following things prevent me from easily applying that knowledge to a new project:

  • I forget the details of how I made something work (this is inevitable)
  • the original app I worked on is often a proprietary project, so I may not have access to it and even if I do copy-pasting the example is ethically questionable
  • the original app I worked on gets refactored and eventually no longer includes the code I got working, so that it's hard to find the old example in version control
  • the original app is often complex, or becomes so over time, so that the essentials of the technology I was working with get lost in all the details of the app's business logic (and in the fact that real apps typically use many different technologies)

license

MIT. Part of the purpose of this repo is to have a bunch of minimal running examples from which anyone can copy-paste code into new or existing applications.