Soda for Scala is a like soda for drinks. It provides a set of (small) individual libraries that speed up development of reald world applications in Scala.
Soda is an umbrella project of small libs to speed up development of applications in Scala. Each lib is provided as its own artifact.
It is not another application framework. Frameworks tend to tie up application developers to use the (pre-)integrated libs of one version. Instead you can pick an choose from what best fits both, your needs and your taste.
This is a new project. It started with the localization lib l10n.
soda-l10n
: a typesafe localization API - no boilerplate, no magicsoda-logging
: a logging API - Scala wrapper API for SLF4Jsoda-desktop
: supporting functions for desktop applicationssoda-mvvm
: an API for user interfaces based on the MVVM pattern
Copyright (C) 2016 Innoave.com
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.