Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimafeng/dimafeng-examples
Working examples of the code snippets mentioned in articles in my blog (dimafeng.com)
https://github.com/dimafeng/dimafeng-examples
Last synced: 10 days ago
JSON representation
Working examples of the code snippets mentioned in articles in my blog (dimafeng.com)
- Host: GitHub
- URL: https://github.com/dimafeng/dimafeng-examples
- Owner: dimafeng
- Created: 2014-10-11T16:55:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T03:24:11.000Z (over 7 years ago)
- Last Synced: 2023-03-30T04:42:53.798Z (over 1 year ago)
- Language: Scala
- Homepage: http://dimafeng.com
- Size: 104 KB
- Stars: 27
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Working examples of the code snippets mentioned in articles in my blog (dimafeng.com)
* [drag-and-drop](https://github.com/dimafeng/dimafeng-examples/tree/master/drag-and-drop) - [Drag-and-drop from the Swing app to the browser](http://dimafeng.com/2014/10/12/dnd-swing-to-browser/)
* [dynamic-bean-def](https://github.com/dimafeng/dimafeng-examples/tree/master/dynamic-bean-def) - [Dynamic bean definition for automatic FilterRegistrationBeanFactory unregistration](http://dimafeng.com/2015/11/27/dynamic-bean-definition/)
* [scala_spring](https://github.com/dimafeng/dimafeng-examples/tree/master/scala_spring) - [Scala with a human face](http://dimafeng.com/2016/01/02/scala-spring/)
* [spring-config](https://github.com/dimafeng/dimafeng-examples/tree/master/spring-config) - [Spring @Configuration vs @Component](http://dimafeng.com/2015/08/29/spring-configuration_vs_component/)
* [transactional](https://github.com/dimafeng/dimafeng-examples/tree/master/transactional) - [The magic of @Transactional and its performance](http://dimafeng.com/2015/07/26/transactional/)