Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Trying to get the cvs id keyword expansion to work.

    • -3
    • +2
    ./lamsfoundation/lams/tool/example/Example.java
  1. … 4 more files in changeset.
Trying to get the cvs id keyword expansion to work.

    • -2
    • +2
    ./lamsfoundation/lams/tool/example/Example.java
Trying to get the cvs id keyword expansion to work.

Added missing copyright statement and the cvs id keyword

    • -1
    • +22
    ./lamsfoundation/lams/tool/example/Example.java
Implemented some basic Hibernate POJOs and their DAOs, along with an applicationContext.xml file. The tool should now deploy okay and appear in authoring. So you can run a lesson with it but you can't actually do anything as the service doesn't store any data and no jsp pages exist.

    • -0
    • +319
    ./lamsfoundation/lams/tool/example/Example.java
    • -0
    • +183
    ./lamsfoundation/lams/tool/example/ExampleAttachment.java
    • -0
    • +206
    ./lamsfoundation/lams/tool/example/ExampleSession.java
    • -0
    • +150
    ./lamsfoundation/lams/tool/example/ExampleUser.java
    • -0
    • +82
    ./lamsfoundation/lams/tool/example/applicationContext.xml
    • -0
    • +7
    ./lamsfoundation/lams/tool/example/dao/IExampleDAO.java
    • -0
    • +7
    ./lamsfoundation/lams/tool/example/dao/IExampleSessionDAO.java
    • -0
    • +7
    ./lamsfoundation/lams/tool/example/dao/IExampleUserDAO.java
    • -0
    • +8
    ./lamsfoundation/lams/tool/example/dao/hibernate/ExampleDAO.java
  1. … 16 more files in changeset.
Initial version of example tool. DB setup done but Hibernate objects are yet to be done.

  1. … 42 more files in changeset.