|
Project Information
Members
Featured
Downloads
|
Social Bookmarks Friend Finder is a GUI application that allows you to find users with similar bookmarks to the user specified. It is similar to: http://www.aiplayground.org/artikel/delicious-mates/ but:
Requirements
RunningGo to a terminal and type: java -jar sbff-1.2-jar-with-dependencies.jar delicioususer To get a terminal in Microsoft Windows you have to go to Start -> Run... -> type "cmd" and click OK -> then type "cd <folder_with_downloaded_jar>" delicioususer is the user you want to find friends for. Using another database (optional)You may use a different SQL database instead of the included H2 Database. I know MySQL 5.1 works with sbff. Then create a database (and possibly an user with full access to that database) and set up a jdbc.properties like this: jdbc.driverClassName=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://localhost:3306/sbff jdbc.username=myuser jdbc.password=mypassword CompilingGet maven2 and type: mvn package AlgorithmThis is the algorithm followed:
Databases known not to work with sbffThese embedded databases are known not to work with sbff because they are buggy: These are the bugs that sbff triggers: |