<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><channel rdf:about="https://www.bibsonomy.org/user/gresch/scala"><title>BibSonomy bookmarks for /user/gresch/scala</title><link>https://www.bibsonomy.org/user/gresch/scala</link><description>BibSonomy RSS Feed for /user/gresch/scala</description><items><rdf:Seq><rdf:li rdf:resource="http://esme.apache.org/"/><rdf:li rdf:resource="http://dgronau.wordpress.com/author/dgronau/"/><rdf:li rdf:resource="http://squeryl.org/"/><rdf:li rdf:resource="http://scalate.fusesource.org/"/><rdf:li rdf:resource="http://incubator.apache.org/esme/"/><rdf:li rdf:resource="http://grahamhackingscala.blogspot.com/"/><rdf:li rdf:resource="http://scalaxb.org/scalaxb-appengine"/><rdf:li rdf:resource="http://github.com/n8han/Unfiltered"/><rdf:li rdf:resource="http://scalaxb.org/"/><rdf:li rdf:resource="http://technically.us/code/x/the-escape-hatch"/><rdf:li rdf:resource="http://github.com/scalaz/scalaz"/><rdf:li rdf:resource="http://code.google.com/p/sweetscala/"/><rdf:li rdf:resource="http://www.playframework.org/"/><rdf:li rdf:resource="http://github.com/pk11/pinky"/><rdf:li rdf:resource="http://www.thomasknierim.com/scala-pages-web-framework/"/><rdf:li rdf:resource="http://www.scalatra.org/"/><rdf:li rdf:resource="http://jr-thies.de/index.php/2009/07/30/tutorial-erste-gui-anwendungen-mit-scala"/><rdf:li rdf:resource="http://scala.sygneca.com/"/><rdf:li rdf:resource="http://github.com/sonatype/m2eclipse-scala"/><rdf:li rdf:resource="http://code.google.com/p/avro-scala-compiler-plugin/"/></rdf:Seq></items></channel><item rdf:about="http://esme.apache.org/"><title>Apache ESME - Welcome to Apache ESME</title><description>Apache ESME (Enterprise Social Messaging Environment) is a secure and highly scalable microsharing and micromessaging platform that allows people to discover and meet one another and get controlled access to other sources of information.

You can hardly turn a web page these days without seeing a story that describes how people are using social networks, whether it is Twitter, Facebook or some other service to develop and build their personal communities.

When solving problems, how useful might it be if a user was able to tap into the collective knowledge of her peers or surrounding groups of people with whom she might naturally network in the workplace setting? How much quicker and with greater precision might she be able to solve daily problems? What if there was a communications mechanism that takes the best of what services like Twitter offers and co-mingled that with readily recognizable business processes? That solution is Apache ESME.</description><link>http://esme.apache.org/</link><dc:creator>gresch</dc:creator><dc:date>2011-10-21T20:52:16+02:00</dc:date><dc:subject>apache develop frameworks java scala social software tools </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Apache ESME (Enterprise Social Messaging Environment) is a secure and highly scalable microsharing and micromessaging platform that allows people to discover and meet one another and get controlled access to other sources of information.

You can hardly turn a web page these days without seeing a story that describes how people are using social networks, whether it is Twitter, Facebook or some other service to develop and build their personal communities.

When solving problems, how useful might it be if a user was able to tap into the collective knowledge of her peers or surrounding groups of people with whom she might naturally network in the workplace setting? How much quicker and with greater precision might she be able to solve daily problems? What if there was a communications mechanism that takes the best of what services like Twitter offers and co-mingled that with readily recognizable business processes? That solution is Apache ESME.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/apache"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/frameworks"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scala"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/social"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tools"/></rdf:Bag></taxo:topics></item><item rdf:about="http://dgronau.wordpress.com/author/dgronau/"><title>dgronau « eSCALAtion Blog</title><description>Scala-Blog. Hat fast den Namen eines internen Projekts von mir. O my...</description><link>http://dgronau.wordpress.com/author/dgronau/</link><dc:creator>gresch</dc:creator><dc:date>2011-05-27T14:12:51+02:00</dc:date><dc:subject>articles blogs develop functional haskell scala software </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Scala-Blog. Hat fast den Namen eines internen Projekts von mir. O my...&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/articles"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/blogs"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/functional"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/haskell"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scala"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/></rdf:Bag></taxo:topics></item><item rdf:about="http://squeryl.org/"><title>Squeryl - A Scala ORM for SQL Databases</title><description>Squeryl

Home   Learn more   Scaladoc   Community   Follow _squeryl on TwitterTwitter

A Scala ORM and DSL for talking with Databases with minimum verbosity and maximum type safety

Write compiler validated statements.

Squeryl statements that pass compilation won’t fail at runtime. Refactor your schema as often as is required, the Scala compiler and your IDE will tell you exactly which lines of code are affected.
Never repeat yourself

The Composability of Squeryl statements allows you to define them
once and reuse them as sub queries within other statements.
Write declaratively

Write as declaratively as SQL, only with less boilerplate. SQL’s declarativeness is preserved, not encapsulated in a lower level API that requires imperative and procedural code to get things done.
Explicitly control retrieval granularity and laziness

A significant part of optimizing a database abstraction layer is to choose for every situation the right balance between fine and large grained retrieval, and the optimal mix of laziness and eagerness. Data retrieval strategies are explicit in Squeryl rather than driven by configuration like current generation Java ORMs read more</description><link>http://squeryl.org/</link><dc:creator>gresch</dc:creator><dc:date>2011-02-16T21:32:56+01:00</dc:date><dc:subject>database db dsl frameworks orm scala software sql </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Squeryl

Home   Learn more   Scaladoc   Community   Follow _squeryl on TwitterTwitter

A Scala ORM and DSL for talking with Databases with minimum verbosity and maximum type safety

Write compiler validated statements.

Squeryl statements that pass compilation won’t fail at runtime. Refactor your schema as often as is required, the Scala compiler and your IDE will tell you exactly which lines of code are affected.
Never repeat yourself

The Composability of Squeryl statements allows you to define them
once and reuse them as sub queries within other statements.
Write declaratively

Write as declaratively as SQL, only with less boilerplate. SQL’s declarativeness is preserved, not encapsulated in a lower level API that requires imperative and procedural code to get things done.
Explicitly control retrieval granularity and laziness

A significant part of optimizing a database abstraction layer is to choose for every situation the right balance between fine and large grained retrieval, and the optimal mix of laziness and eagerness. Data retrieval strategies are explicit in Squeryl rather than driven by configuration like current generation Java ORMs read more&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/database"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/db"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/dsl"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/frameworks"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/orm"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scala"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/sql"/></rdf:Bag></taxo:topics></item><item rdf:about="http://scalate.fusesource.org/"><title>Scalate - Scala Template Engine</title><description>Scalate is a Scala 2.8 based template engine for generating text and markup which can be used in the following frameworks and environments:

    * stand alone in any JVM or as a Servlet Filter in any Java in a web application
    * with JAXRS with Jersey
    * in the Play Framework via play-scalate
    * in Apache Camel for transforming messages and templating
    * to generate your static or semi-static website

Scalate supports the following template formats

    * Mustache which is a Scala dialect of Mustache for logic-less templates which also work inside the browser using mustache.js
    * Scaml which is a Scala dialect of Haml and is very DRY for generating HTML / XHTML
    * Jade which is an even more DRY dialect of Scaml for HTML / XHTML markup generation
    * SSP which is like Velocity, JSP or Erb from Rails

Scalate also has a powerful web console and command line shell which includes converters from JSP or HTML to Scalate

Still confused? Check out which template engine is right for me, why Scalate or how Scalate compares to JSP or Lift</description><link>http://scalate.fusesource.org/</link><dc:creator>gresch</dc:creator><dc:date>2011-02-09T22:16:46+01:00</dc:date><dc:subject>develop frameworks scala software template_engine text_generation </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Scalate is a Scala 2.8 based template engine for generating text and markup which can be used in the following frameworks and environments:

    * stand alone in any JVM or as a Servlet Filter in any Java in a web application
    * with JAXRS with Jersey
    * in the Play Framework via play-scalate
    * in Apache Camel for transforming messages and templating
    * to generate your static or semi-static website

Scalate supports the following template formats

    * Mustache which is a Scala dialect of Mustache for logic-less templates which also work inside the browser using mustache.js
    * Scaml which is a Scala dialect of Haml and is very DRY for generating HTML / XHTML
    * Jade which is an even more DRY dialect of Scaml for HTML / XHTML markup generation
    * SSP which is like Velocity, JSP or Erb from Rails

Scalate also has a powerful web console and command line shell which includes converters from JSP or HTML to Scalate

Still confused? Check out which template engine is right for me, why Scalate or how Scalate compares to JSP or Lift&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/frameworks"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scala"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/template_engine"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/text_generation"/></rdf:Bag></taxo:topics></item><item rdf:about="http://incubator.apache.org/esme/"><title>Apache ESME: Index</title><description>Enterprise Social Messaging Environment (ESME) is a secure and highly scalable microsharing and micromessaging platform that allows people to discover and meet one another and get controlled access to other sources of information, all in a business process context.   
You can hardly turn a web page these days without seeing a story that describes how people are using social networks, whether it is Twitter, Facebook or some other service to develop and build their personal communities. In business, we increasingly see blogs and wikis demonstrating utility in problem solving and communications but the real time nature of business process problem solving largely remains untouched by social networking tools. Existing services, while attractive do not scale well and have proven unreliable. This is unacceptable to business which must be &#039;Always On&#039; and able to support people in their daily working lives. Such applications must therefore be scalable and reliable but also provide a lot more.
When solving problems, how good might it be if a user was able to tap into the collective knowledge of her peers or surrounding groupsof people with whom she might naturally network in the workplace setting? How much quicker and with greater precision might she be able to solve daily problems? What if there was a communications mechanism that takes the best of what services like Twitter offers and co-mingled that with readily recognizable business processes? That solution is ESME.</description><link>http://incubator.apache.org/esme/</link><dc:creator>gresch</dc:creator><dc:date>2010-12-17T16:44:34+01:00</dc:date><dc:subject>apache api bpm develop frameworks lift messaging sap scala social software twitter </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Enterprise Social Messaging Environment (ESME) is a secure and highly scalable microsharing and micromessaging platform that allows people to discover and meet one another and get controlled access to other sources of information, all in a business process context.   
You can hardly turn a web page these days without seeing a story that describes how people are using social networks, whether it is Twitter, Facebook or some other service to develop and build their personal communities. In business, we increasingly see blogs and wikis demonstrating utility in problem solving and communications but the real time nature of business process problem solving largely remains untouched by social networking tools. Existing services, while attractive do not scale well and have proven unreliable. This is unacceptable to business which must be &amp;#039;Always On&amp;#039; and able to support people in their daily working lives. Such applications must therefore be scalable and reliable but also provide a lot more.
When solving problems, how good might it be if a user was able to tap into the collective knowledge of her peers or surrounding groupsof people with whom she might naturally network in the workplace setting? How much quicker and with greater precision might she be able to solve daily problems? What if there was a communications mechanism that takes the best of what services like Twitter offers and co-mingled that with readily recognizable business processes? That solution is ESME.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/apache"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/api"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/bpm"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/frameworks"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/lift"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/messaging"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/sap"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scala"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/social"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/twitter"/></rdf:Bag></taxo:topics></item><item rdf:about="http://grahamhackingscala.blogspot.com/"><title>Graham Hacking Scala</title><description>The point of &#034;Graham Hacking Scala&#034; is to share with you my knowledge of and experience with the Scala programming language. The blog will contain everything from introductions to basic features through to in-depth analysis of complex techniques and problems. When I make mistakes, you will learn from my mistakes. When I discover cool features, you will learn about them, too.</description><link>http://grahamhackingscala.blogspot.com/</link><dc:creator>gresch</dc:creator><dc:date>2010-11-07T23:21:56+01:00</dc:date><dc:subject>article blogs develop howtos java scala software springframework </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;The point of &amp;#034;Graham Hacking Scala&amp;#034; is to share with you my knowledge of and experience with the Scala programming language. The blog will contain everything from introductions to basic features through to in-depth analysis of complex techniques and problems. When I make mistakes, you will learn from my mistakes. When I discover cool features, you will learn about them, too.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/article"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/blogs"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/howtos"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scala"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/springframework"/></rdf:Bag></taxo:topics></item><item rdf:about="http://scalaxb.org/scalaxb-appengine"><title>scalaxb-appengine | scalaxb.org</title><description>scalaxb-appengine is a RESTful API to run scalaxb over the web. It&#039;s implemented using n8han/Unfiltered and the full source is available on eed3si9n/scalaxb-appengine.

scalaxb-appengine came into being because I didn&#039;t know how to deploy a command line application written in Scala. Greg kindly suggested that I turn scalaxb into a web service, so I did. I guess I always thought about the possibility of making it into a web app, but this gave me a perfect opportunity to seize the moment and write a web app in Scala.</description><link>http://scalaxb.org/scalaxb-appengine</link><dc:creator>gresch</dc:creator><dc:date>2010-07-31T23:41:25+02:00</dc:date><dc:subject>develop framework google_app_engine rest scala scalaxb software webapp </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;scalaxb-appengine is a RESTful API to run scalaxb over the web. It&amp;#039;s implemented using n8han/Unfiltered and the full source is available on eed3si9n/scalaxb-appengine.

scalaxb-appengine came into being because I didn&amp;#039;t know how to deploy a command line application written in Scala. Greg kindly suggested that I turn scalaxb into a web service, so I did. I guess I always thought about the possibility of making it into a web app, but this gave me a perfect opportunity to seize the moment and write a web app in Scala.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/framework"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/google_app_engine"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/rest"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scala"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scalaxb"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/webapp"/></rdf:Bag></taxo:topics></item><item rdf:about="http://github.com/n8han/Unfiltered"><title>n8han&#039;s Unfiltered at master - GitHub</title><description>A Scala library for servlet filters </description><link>http://github.com/n8han/Unfiltered</link><dc:creator>gresch</dc:creator><dc:date>2010-07-31T23:37:37+02:00</dc:date><dc:subject>develop extension filter framework scala servlet software webapp </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;A Scala library for servlet filters &lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/extension"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/filter"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/framework"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scala"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/servlet"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/webapp"/></rdf:Bag></taxo:topics></item><item rdf:about="http://scalaxb.org/"><title>scalaxb.org</title><description>scalaxb is an XML data-binding tool for Scala that supports W3C XML Schema (xsd) as the input file.</description><link>http://scalaxb.org/</link><dc:creator>gresch</dc:creator><dc:date>2010-07-31T23:36:40+02:00</dc:date><dc:subject>binding develop framework scala software xml_schema xsd </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;scalaxb is an XML data-binding tool for Scala that supports W3C XML Schema (xsd) as the input file.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/binding"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/framework"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scala"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/xml_schema"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/xsd"/></rdf:Bag></taxo:topics></item><item rdf:about="http://technically.us/code/x/the-escape-hatch"><title>Coderspiel / The escape hatch</title><description>Writing a Wicket and Hibernate application in Scala</description><link>http://technically.us/code/x/the-escape-hatch</link><dc:creator>gresch</dc:creator><dc:date>2010-07-31T23:33:44+02:00</dc:date><dc:subject>article blog develop scala software webapp wicket </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Writing a Wicket and Hibernate application in Scala&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/article"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/blog"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scala"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/webapp"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/wicket"/></rdf:Bag></taxo:topics></item><item rdf:about="http://github.com/scalaz/scalaz"><title>scalaz&#039;s scalaz at master - GitHub</title><description>Scalaz is a library written in the Scala Programming Language. One mandate of the library is to depend only on the core Scala API and the core Java 2 Standard Edition API. The intention of Scalaz is to include general functions that are not currently available in the core Scala API. Scalaz is released under a BSD open source licence making it compatible with the licence of the Scala project. </description><link>http://github.com/scalaz/scalaz</link><dc:creator>gresch</dc:creator><dc:date>2010-07-31T23:08:56+02:00</dc:date><dc:subject>develop extension frameworks scala software </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Scalaz is a library written in the Scala Programming Language. One mandate of the library is to depend only on the core Scala API and the core Java 2 Standard Edition API. The intention of Scalaz is to include general functions that are not currently available in the core Scala API. Scalaz is released under a BSD open source licence making it compatible with the licence of the Scala project. &lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/extension"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/frameworks"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scala"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/></rdf:Bag></taxo:topics></item><item rdf:about="http://code.google.com/p/sweetscala/"><title>sweetscala - Project Hosting on Google Code</title><description>Sweet is a web application framework for building dynamic web content that runs on any Java servlet server. The framework is made with Scala, a more advance and easier to write programming language compared to Java. Since Sweet applications can run on a Java Virtual Machine, it can take advantage of all the Java libraries, servers, and large communities.

Our visions and goals for Sweet is SWEET itself:

    * Simplicity - Sweet needs to keep complex things simple.
    * Works - Sweet needs to be practical and functional.
    * Efficient - Sweet needs to be efficient.
    * Extensible - Sweet needs to be extensible by developers.
    * Testable - Sweet needs to be testable. </description><link>http://code.google.com/p/sweetscala/</link><dc:creator>gresch</dc:creator><dc:date>2010-07-31T23:07:38+02:00</dc:date><dc:subject>develop frameworks scala software webapp </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Sweet is a web application framework for building dynamic web content that runs on any Java servlet server. The framework is made with Scala, a more advance and easier to write programming language compared to Java. Since Sweet applications can run on a Java Virtual Machine, it can take advantage of all the Java libraries, servers, and large communities.

Our visions and goals for Sweet is SWEET itself:

    * Simplicity - Sweet needs to keep complex things simple.
    * Works - Sweet needs to be practical and functional.
    * Efficient - Sweet needs to be efficient.
    * Extensible - Sweet needs to be extensible by developers.
    * Testable - Sweet needs to be testable. &lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/frameworks"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scala"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/webapp"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.playframework.org/"><title>Play framework ★ Home</title><description>The Play framework makes it easier to build Web applications with Java
Finally a Java framework made by Web developers. Discover a clean alternative to bloated enterprise Java stacks. Play focuses on developer productivity and targets RESTful architectures. </description><link>http://www.playframework.org/</link><dc:creator>gresch</dc:creator><dc:date>2010-07-31T23:05:32+02:00</dc:date><dc:subject>develop java rest scala software webapp </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;The Play framework makes it easier to build Web applications with Java
Finally a Java framework made by Web developers. Discover a clean alternative to bloated enterprise Java stacks. Play focuses on developer productivity and targets RESTful architectures. &lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/rest"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scala"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/webapp"/></rdf:Bag></taxo:topics></item><item rdf:about="http://github.com/pk11/pinky"><title>pk11&#039;s pinky at master - GitHub</title><description>pinky is a Scala REST/MVC glue web framework built on top of Guice and Guice Servlet. Pinky provides out-of-the-box support for dealing with forms, domain objects, jdbc and rss/xml/json/html content types </description><link>http://github.com/pk11/pinky</link><dc:creator>gresch</dc:creator><dc:date>2010-07-31T23:04:16+02:00</dc:date><dc:subject>develop guice rest scala software webapp </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;pinky is a Scala REST/MVC glue web framework built on top of Guice and Guice Servlet. Pinky provides out-of-the-box support for dealing with forms, domain objects, jdbc and rss/xml/json/html content types &lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/guice"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/rest"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scala"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/webapp"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.thomasknierim.com/scala-pages-web-framework/"><title>Scala Pages (SCP) Web Framework | thomasknierim.com</title><description>Scala Pages (SCP) is a lightweight web framework developed in the Scala language. It is intended for developing Scala web applications; it is released under the Apache 2 license. SCP provides an API that is familiar to Java programmers. It is built on and closely aligned to the Servlet API. It can be learned quickly by anyone familiar with Java web development. The SCP Scala web framework is build around a text-oriented template engine. Dynamic web pages are either generated from templates or from Scala code. Templates can be HTML-templates, XML-templates or any other text format, such as CSV, JSON, etc. Because SCP neither uses DOM nor SAX parsing, memory and CPU requirements are moderate. SCP makes use of XML processing instructions instead of custom tags.</description><link>http://www.thomasknierim.com/scala-pages-web-framework/</link><dc:creator>gresch</dc:creator><dc:date>2010-07-31T23:03:41+02:00</dc:date><dc:subject>develop framework scala software webapp </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Scala Pages (SCP) is a lightweight web framework developed in the Scala language. It is intended for developing Scala web applications; it is released under the Apache 2 license. SCP provides an API that is familiar to Java programmers. It is built on and closely aligned to the Servlet API. It can be learned quickly by anyone familiar with Java web development. The SCP Scala web framework is build around a text-oriented template engine. Dynamic web pages are either generated from templates or from Scala code. Templates can be HTML-templates, XML-templates or any other text format, such as CSV, JSON, etc. Because SCP neither uses DOM nor SAX parsing, memory and CPU requirements are moderate. SCP makes use of XML processing instructions instead of custom tags.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/framework"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scala"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/webapp"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.scalatra.org/"><title>Scalatra | A tiny, Sinatra-like web framework for Scala</title><description>A tiny, Sinatra-like web framework for Scala </description><link>http://www.scalatra.org/</link><dc:creator>gresch</dc:creator><dc:date>2010-07-29T10:03:21+02:00</dc:date><dc:subject>develop frameworks scala software webapp </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;A tiny, Sinatra-like web framework for Scala &lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/frameworks"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scala"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/webapp"/></rdf:Bag></taxo:topics></item><item rdf:about="http://jr-thies.de/index.php/2009/07/30/tutorial-erste-gui-anwendungen-mit-scala"><title>Tutorial: Erste GUI-Anwendungen mit Scala</title><description>Kurze Einleitung auf Deutsch zum Start mit Scala-Swing.</description><link>http://jr-thies.de/index.php/2009/07/30/tutorial-erste-gui-anwendungen-mit-scala</link><dc:creator>gresch</dc:creator><dc:date>2010-07-04T00:01:54+02:00</dc:date><dc:subject>develop german gui howto information scala software swing tutorial </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Kurze Einleitung auf Deutsch zum Start mit Scala-Swing.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/german"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/gui"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/howto"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/information"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scala"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tutorial"/></rdf:Bag></taxo:topics></item><item rdf:about="http://scala.sygneca.com/"><title>start [Scala Wiki]</title><description>Welcome to the Scala Wiki. First-time visitors should read the introduction to this site. </description><link>http://scala.sygneca.com/</link><dc:creator>gresch</dc:creator><dc:date>2010-07-03T23:20:36+02:00</dc:date><dc:subject>article codebeispiele develop information java scala software wiki </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Welcome to the Scala Wiki. First-time visitors should read the introduction to this site. &lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/article"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/codebeispiele"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/information"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scala"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/wiki"/></rdf:Bag></taxo:topics></item><item rdf:about="http://github.com/sonatype/m2eclipse-scala"><title>sonatype&#039;s m2eclipse-scala at master - GitHub</title><description>m2eclipse-scala is a work in progress to ease integration between m2eclipse and scala-ide for eclipse.</description><link>http://github.com/sonatype/m2eclipse-scala</link><dc:creator>gresch</dc:creator><dc:date>2010-07-03T21:18:19+02:00</dc:date><dc:subject>develop github maven scala software sonatype </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;m2eclipse-scala is a work in progress to ease integration between m2eclipse and scala-ide for eclipse.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/github"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/maven"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scala"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/sonatype"/></rdf:Bag></taxo:topics></item><item rdf:about="http://code.google.com/p/avro-scala-compiler-plugin/"><title>avro-scala-compiler-plugin - Project Hosting on Google Code</title><description>We are attempting to build a scala compiler plugin to auto-generate avro classes based on some simple definitions. This plugin is for the Scala 2.8 compiler, and for the Avro 1.3.0 runtime. </description><link>http://code.google.com/p/avro-scala-compiler-plugin/</link><dc:creator>gresch</dc:creator><dc:date>2010-07-02T09:34:09+02:00</dc:date><dc:subject>avro code-generation develop google-code json scala software </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;We are attempting to build a scala compiler plugin to auto-generate avro classes based on some simple definitions. This plugin is for the Scala 2.8 compiler, and for the Avro 1.3.0 runtime. &lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/avro"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/code-generation"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/google-code"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/json"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scala"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/></rdf:Bag></taxo:topics></item></rdf:RDF>