Download List

Projeto Descrição

Scalaffinity is a library providing core functionality for any social networking Web site based on ratings and recommendations. In other words, it is a generic collective intelligence library. Examples of such sites are Anobii, Rate Your Music, and Filmaffinity. It is designed to act as an out-of-the-box model for such Web applications. Nevertheless, Scalaffinity is fully customizable, extensible, and scalable. It incorporates lessons learned while reading "Collective Intelligence in Action" by Satnam Alag.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-06-14 23:55
0.2.0

Funcionalidades de pesquisa de texto completo foram adicionados. Custom computação de similaridade foi melhorado, substituindo-o Lucene cálculo de similaridade (classe MoreLikeThis). DAO métodos foram adicionados à pesquisa de forma eficiente pelo texto. Os diagramas de classe, foram alteradas. Usabilidade e melhorias de desempenho foram feitas.
Tags: Stable
Full text search functionalities were added. Custom similarity computation has been improved by replacing it with Lucene similarity computation (MoreLikeThis class). DAO methods were added to search efficiently by text. The class diagrams were modified. Usability and performance improvements were made.

2009-06-06 03:02
0.1.1

Esta versão corrige alguns métodos DAO, correções de algumas consultas e diagramas de classe correções. Validação do Hibernate é impossível com Scala 2,7. Validação do Hibernate só vai funcionar quando as anotações de campo são possíveis em Scala. Se você descompilar uma classe com um validador de anotação, você verá a validação é espalhado no campo e sobre os métodos de seu companheiro, o que não significa nada para Hibernate e faz crash tudo.
Tags: Stable
This release fixes some DAO methods, fixes some queries, and fixes class diagrams. Hibernate validation is impossible with Scala 2.7. Hibernate validation will only work when field annotations are possible in Scala. If you decompile a class with a validator annotation, you'll see the validation is spread on the field and on its companion methods, which means nothing to Hibernate and makes everything crash.

2009-06-02 03:15
0.1.0

Anúncio freshmeat inicial.
Initial freshmeat announcement.

Project Resources