https://github.com/link-intersystems/blog
Example code and projects used in our blogs.
https://github.com/link-intersystems/blog
Last synced: over 1 year ago
JSON representation
Example code and projects used in our blogs.
- Host: GitHub
- URL: https://github.com/link-intersystems/blog
- Owner: link-intersystems
- License: apache-2.0
- Created: 2014-08-22T05:53:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T06:21:25.000Z (over 3 years ago)
- Last Synced: 2025-04-16T08:10:47.701Z (over 1 year ago)
- Language: Java
- Homepage: http://www.link-intersystems.com/blog
- Size: 601 KB
- Stars: 31
- Watchers: 8
- Forks: 69
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Travis CI
=========
[](https://travis-ci.org/link-intersystems/blog)
blog
====
This repository contains example code and projects used in our blogs:
- [Clean Architecture Example In Pure Java](https://github.com/link-intersystems/clean-architecture-example)
- [Anemic vs. Rich Domain Models](http://www.link-intersystems.com/blog/2011/10/01/anemic-vs-rich-domain-models/)
- [The MVC pattern implemented with java swing](http://www.link-intersystems.com/blog/2013/07/20/the-mvc-pattern-implemented-with-java-swing/)
- [A plug-in architecture implemented with java](https://www.link-intersystems.com/blog/2016/01/02/a-plug-in-architecture-implemented-with-java/)
- [Separation of api and implementation](http://www.link-intersystems.com/blog/2012/02/26/separation-of-api-and-implementation/)
- [Custom swing component renderers](http://www.link-intersystems.com/blog/2014/10/19/custom-swing-component-renderers/)
- [Singleton implementation pitfalls](http://www.link-intersystems.com/blog/2015/05/01/singleton-implementation-pitfalls/)