Télécharger la liste

Description du projet

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.

Système requise

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

Fonctionnalités de recherche plein texte ont été ajoutés. Custom calcul de similarité a été améliorée en le remplaçant par Lucene similitude de calcul (classe MoreLikeThis). DAO méthodes ont été ajoutées à rechercher efficacement par le texte. Les diagrammes de classe ont été modifiés. La facilité d'utilisation et les améliorations de performance ont été effectués.
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

Cette version corrige quelques méthodes DAO, fixe certaines requêtes, et des diagrammes correctifs de classe. Hibernate validation est impossible avec la Scala 2.7. Hibernate validation ne fonctionne que quand les annotations sur le terrain sont possibles dans Scala. Si vous décompiler une classe avec une annotation de validation, vous verrez la validation est épandu sur les champs et sur ses méthodes d'accompagnement, ce qui ne signifie rien pour Hibernate et fait juste planter tout.
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

Freshmeat annonce initiale.
Initial freshmeat announcement.

Project Resources