An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Travis CI
=========
[![Build Status](https://travis-ci.org/link-intersystems/blog.svg?branch=master)](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/)