source: extensions/jiwigo-ws-api/.project @ 27153

Last change on this file since 27153 was 9919, checked in by mlg, 13 years ago

Complete rewriting of the api
The api now uses interfaces everywhere (for the dao, services and session manager). This allows the developer to use his own implementations if he wants.
Deletion of the singletons. There are now getters and setters. It allows to make dependency injection.
Use of sl4j in the api, instead of using log4j.

File size: 560 bytes
Line 
1<projectDescription>
2  <name>jiwigo-ws-api</name>
3  <comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
4  <projects/>
5  <buildSpec>
6    <buildCommand>
7      <name>org.eclipse.jdt.core.javabuilder</name>
8    </buildCommand>
9    <buildCommand>
10      <name>org.maven.ide.eclipse.maven2Builder</name>
11    </buildCommand>
12  </buildSpec>
13  <natures>
14    <nature>org.maven.ide.eclipse.maven2Nature</nature>
15    <nature>org.eclipse.jdt.core.javanature</nature>
16  </natures>
17</projectDescription>
Note: See TracBrowser for help on using the repository browser.