Menu

Scalaffinity / News: Recent posts

Version 0.2.0 released

Changes:
- Added full text search functionalities.
- Custom similarity computation has been improved by replacing it with Lucene similarity computation (MoreLikeThis class).
- DAO methods to search efficiently by text.
- Modified class diagrams.
- Usability and performance improvements

Please check the wiki for details:
https://sourceforge.net/apps/mediawiki/scalaffinity/index.php?title=Main_Page

Posted by Álvaro Martínez Hernández 2009-06-14

Version 0.1.1 released

- Fixed some DAO methods
- Fixed some queries
- Fixed 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 mean nothing to Hibernate and make everything crash.

Check the wiki for details:
http://apps.sourceforge.net/mediawiki/scalaffinity/index.php?title=Main_Page

Posted by Álvaro Martínez Hernández 2009-06-05


Scala+Maven+Spring+Hibernate? Take a look at the sources

Have you ever wondered how Scala interacts with Java frameworks such as Spring and Hibernate? Do you want to see the full stack in action before jumping into the language? Then download Scalaffinity sources and study them. Scalaffinity is still under development, but the way I've used Maven, Spring, Hibernate and JUnit is stable and does not fail.

If you are in a mood for rarities, type "mvn site" and watch how Findbugs analyzes Scala!

Posted by Álvaro Martínez Hernández 2009-04-26

Scalaffinity as a work in progress

Scalaffinity has been launched. At this time, it is just a work in progress. Very soon, 0.1.0 version will be released; stay tunned.

Posted by Álvaro Martínez Hernández 2009-04-19
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.