没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > jfotonotes |
jfotonotes
|
0 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
IntroductionjFotoNotes is java implementation of famous FotoNotes in php. Fotonotes is a standard, specification, and collection of scripts for annotating images. In jFotoNotes I have used the same JavaScript libraries but I have completely rewritten the server side components in Java. If you find any bugs or if you have any suggestions please write to me.
NotesCoded with mysql in mind. But you can always change it. Just change jFotoNotes.data.FotoNotesDataImpl Anyways even if you use my sql you need to change the implementation of getConnection. For mysql you need the driver for jdbc. You can download from mysql site. I have included a demo schema with some sample data. Import fotonotes.sql into your database fotonotes. Almost spring ready. Just put the jFotoNotes.data.FotoNotesDataImpl into the config and remove the direct calling. The fnServerPath in fnclient.js points to localhost by default. Change it as required. Demo