Spring based Application Server

Abstract Horizon has released the Spring Application Server, which is:

> Spring Application Server is simple, highly configurable and light-weight application container based on Spring Framework. Server components are POJOs defined under the Spring Framework that is extended to provide support for services.

The interesting part is its use of Modules, a concept that Spring doesn't quite have yet.

> The server is organised around Modules. Each module describes an unit that exists within a server's boundaries. The modules are organised in a hierarcy of dependancies.

Popular posts from this blog

Lists and arrays in Dart

Converting Array to List in Scala

Null-aware operators in Dart