Skip to content

Commit e785eba

Browse files
committed
Revised README
1 parent a4c582e commit e785eba

File tree

3 files changed

+36
-56
lines changed

3 files changed

+36
-56
lines changed

README.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,36 @@
1-
Spring Scala
2-
============
1+
# Spring Scala
2+
3+
The goal of Spring Scala is to make it easier to use the Spring framework in Scala.
4+
5+
Currently, the two main areas of focus are:
6+
7+
* Wiring up Scala classes as Spring Beans, both in traditional [XML](https://github.com/SpringSource/spring-scala/wiki/Defining-Scala-Beans-in-Spring-XML) as well as [Scala](https://github.com/SpringSource/spring-scala/wiki/Functional-Bean-Configuration)
8+
* Provide [Scala-friendly](https://github.com/SpringSource/spring-scala/wiki/Using-Spring-Templates-in-Scala) wrappers for the Spring templates
9+
10+
For more information, please refer to the [documentation on the wiki](https://github.com/SpringSource/spring-scala/wiki)
11+
12+
## Installation
13+
14+
As of writing this, there are no binaries to download.
15+
We plan to release a first milestone soon.
16+
17+
## Building
18+
19+
Spring Scala is currently using Maven, but a Gradle build is being worked on.
20+
For the moment, you can build Spring Scala as follows:
21+
22+
git clone [email protected]:SpringSource/spring-scala.git
23+
cd spring-scala
24+
mvn install
25+
26+
## Documentation
27+
28+
You can find out more information about this project on the [wiki](https://github.com/SpringSource/spring-scala/wiki)
29+
30+
## Issue Tracking
31+
32+
TBA
33+
34+
## License
35+
36+
Spring Scala is [Apache 2.0 licensed](http://www.apache.org/licenses/LICENSE-2.0.html).

src/main/scala/org/springframework/scala/web/context/support/FunctionalConfigWebApplicationInitializer.scala

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/test/scala/org/springframework/scala/ScalaScratch.scala

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)