Pinned Repositories
bean-validator
A library for validating JavaBeans based on a Java internal DSL.
circuit-breaker
An implementation of the Circuit Breaker stability design pattern using AOP
coeus
A traditional MVC web framework for Scala with focus on productivity and developer usability.
coeus-samples
Sample applications using the coeus framework
goos-scala
Port of the source code of the book "Growing Object-Oriented Software, Guided by Tests" to Scala 2.8
sse-breaker
A circuit breaker implementation in Scala
sse-guice
Make the Guice EDSL more Scala friendly
sse-jmx
A JMX library for Scala
sse-sentiment
A library for simple sentiment analysis
sptz45's Repositories
sptz45/sse-guice
Make the Guice EDSL more Scala friendly
sptz45/circuit-breaker
An implementation of the Circuit Breaker stability design pattern using AOP
sptz45/goos-scala
Port of the source code of the book "Growing Object-Oriented Software, Guided by Tests" to Scala 2.8
sptz45/sse-breaker
A circuit breaker implementation in Scala
sptz45/sse-jmx
A JMX library for Scala
sptz45/coeus
A traditional MVC web framework for Scala with focus on productivity and developer usability.
sptz45/bean-validator
A library for validating JavaBeans based on a Java internal DSL.
sptz45/sse-sentiment
A library for simple sentiment analysis
sptz45/coeus-samples
Sample applications using the coeus framework
sptz45/coeus-spring
Integration of coeus with the Spring Framework
sptz45/dyndelegate
Dynamically implement the Business Delegate pattern with Dynamic Proxies
sptz45/pool-ng
A modern database connection pool
sptz45/tzavellas.com
My homepage @ tzavellas.com
sptz45/play-phantomjs-example
A website screenshot service
sptz45/play-react-redis-chat-example
A simple chat app with Play Framework, ReactJS and Redis
sptz45/scala-redis
A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side.
sptz45/scalate
scala template engine: like JSP but without the crap and with added scala coolness
sptz45/snowflake
Snowflake is a network service for generating unique ID numbers at high scale with some simple guarantees.
sptz45/squeryl
A Scala DSL for talking with databases with minimum verbosity and maximum type safety
sptz45/sse-sbt-common
An SBT auto-plugin with common settings for the sse projects