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: about 1 year ago
JSON representation

Working examples of the code snippets mentioned in articles in my blog (dimafeng.com)

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/)