My favorites | Sign in
Logo
                
Details: Show all Hide all

Earlier this year

  • Jun 26, 2009
    r93 (Tagging the code that was used for the brown bag session on ...) committed by codecraig   -   Tagging the code that was used for the brown bag session on June 11, 2009
    Tagging the code that was used for the brown bag session on June 11, 2009
  • Jun 16, 2009
    StartTheApp Wiki page edited by codecraig
  • Jun 16, 2009
    StartTheApp Wiki page edited by codecraig
  • Jun 16, 2009
    StartTheApp Wiki page added by codecraig
  • Jun 12, 2009
    Spring_Applied.ppt (Spring Applied with Book-o-Tron 4000) file uploaded by codecraig   -  
    Labels: Featured
    Labels: Featured
  • Jun 11, 2009
    r89 (Added author_ico png) committed by binary.mechanics   -   Added author_ico png
    Added author_ico png
  • Jun 11, 2009
    r88 (Added additional views and parsley integration in support of...) committed by binary.mechanics   -   Added additional views and parsley integration in support of author creation and xml<->model translation
    Added additional views and parsley integration in support of author creation and xml<->model translation
  • Jun 10, 2009
    r87 (Included initial support for parsley 2.0 and added simple se...) committed by binary.mechanics   -   Included initial support for parsley 2.0 and added simple sequence for creating an author
    Included initial support for parsley 2.0 and added simple sequence for creating an author
  • Jun 10, 2009
    r86 (fixed invalid data in vm files) committed by behmann   -   fixed invalid data in vm files
    fixed invalid data in vm files
  • Jun 10, 2009
    r85 (updated tests and fixed pom so transactions work) committed by codecraig   -   updated tests and fixed pom so transactions work
    updated tests and fixed pom so transactions work
  • Jun 10, 2009
    r84 (working on unit tests) committed by codecraig   -   working on unit tests
    working on unit tests
  • Jun 10, 2009
    r83 (added xstream alias for first and last name of author to su...) committed by behmann   -   added xstream alias for first and last name of author to support proper xml marshalling
    added xstream alias for first and last name of author to support proper xml marshalling
  • Jun 09, 2009
    r82 (fixed xstream converter) committed by behmann   -   fixed xstream converter
    fixed xstream converter
  • Jun 08, 2009
    r81 (broke up restlist vm into multiple templates) committed by behmann   -   broke up restlist vm into multiple templates
    broke up restlist vm into multiple templates
  • Jun 08, 2009
    r80 (finished css/js layout for rest url's, documented Author res...) committed by behmann   -   finished css/js layout for rest url's, documented Author resource
    finished css/js layout for rest url's, documented Author resource
  • Jun 07, 2009
    r79 (Updated BaseDao to throw a EntityNotFoundException in its 'f...) committed by codecraig   -   Updated BaseDao to throw a EntityNotFoundException in its 'find' method, also updated the 'AbstractRentalException' to be a runtime exception. Lastly, I updated some of the BookDaoTests.
    Updated BaseDao to throw a EntityNotFoundException in its 'find' method, also updated the 'AbstractRentalException' to be a runtime exception. Lastly, I updated some of the BookDaoTests.
  • Jun 07, 2009
    r78 (fixed integrity constraint violation) committed by codecraig   -   fixed integrity constraint violation
    fixed integrity constraint violation
  • Jun 07, 2009
    r77 (the service layer is now wired to the data layer) committed by behmann   -   the service layer is now wired to the data layer
    the service layer is now wired to the data layer
  • Jun 06, 2009
    r76 (working on adding checkout/checkin behavior to AbstractConte...) committed by codecraig   -   working on adding checkout/checkin behavior to AbstractContent and creating a test (see BookDaoTest)...although it's failing currently so -Dmaven.test.skip=true :)
    working on adding checkout/checkin behavior to AbstractContent and creating a test (see BookDaoTest)...although it's failing currently so -Dmaven.test.skip=true :)
  • Jun 06, 2009
    r75 (completed basic RESTful CRUD operations of Author, Book, Com...) committed by behmann   -   completed basic RESTful CRUD operations of Author, Book, Comment, Publisher, Review, Tag, and User resources
    completed basic RESTful CRUD operations of Author, Book, Comment, Publisher, Review, Tag, and User resources
  • Jun 06, 2009
    DataLayer Wiki page edited by codecraig
  • Jun 06, 2009
    DataLayer Wiki page edited by codecraig
  • Jun 06, 2009
    DataLayer Wiki page edited by codecraig
  • Jun 06, 2009
    DataLayer Wiki page edited by codecraig
  • Jun 06, 2009
    DataLayer Wiki page edited by codecraig
  • Jun 06, 2009
    DataLayer Wiki page edited by codecraig
  • Jun 06, 2009
    DataLayer Wiki page added by codecraig
  • Jun 06, 2009
    r67 (updated the AuthorDaoTest so it tests all methods from IBase...) committed by codecraig   -   updated the AuthorDaoTest so it tests all methods from IBaseDao.
    updated the AuthorDaoTest so it tests all methods from IBaseDao.
  • Jun 06, 2009
    r66 (remove javarebel configuration from scm) committed by behmann   -   remove javarebel configuration from scm
    remove javarebel configuration from scm
  • Jun 05, 2009
    r65 (completed basic crud workflow for book resource) committed by behmann   -   completed basic crud workflow for book resource
    completed basic crud workflow for book resource
  • Jun 05, 2009
    r64 (added version info to poms and added CRUD methods to Book re...) committed by behmann   -   added version info to poms and added CRUD methods to Book resource
    added version info to poms and added CRUD methods to Book resource
  • Jun 05, 2009
    r63 (fixed unit tests, need to create more) committed by codecraig   -   fixed unit tests, need to create more
    fixed unit tests, need to create more
  • Jun 05, 2009
    r62 (fixed names of files) committed by codecraig   -   fixed names of files
    fixed names of files
  • Jun 05, 2009
    r61 (trying to rename the actual files) committed by codecraig   -   trying to rename the actual files
    trying to rename the actual files
  • Jun 05, 2009
    r60 (renamed some things, updated data layer in general. unit te...) committed by codecraig   -   renamed some things, updated data layer in general. unit tests in data work via IntelliJ but not from maven...not sure why yet.
    renamed some things, updated data layer in general. unit tests in data work via IntelliJ but not from maven...not sure why yet.
  • Jun 04, 2009
    r59 (added components to support restful resources) committed by behmann   -   added components to support restful resources
    added components to support restful resources
  • Jun 04, 2009
    r58 (IBaseDao.java not needed here anymore) committed by codecraig   -   IBaseDao.java not needed here anymore
    IBaseDao.java not needed here anymore
  • Jun 04, 2009
    r57 (fixing IBaseDAO stuff) committed by codecraig   -   fixing IBaseDAO stuff
    fixing IBaseDAO stuff
  • Jun 03, 2009
    r56 (resolved compile errors) committed by behmann   -   resolved compile errors
    resolved compile errors
  • Jun 03, 2009
    r55 (resolved compile errors) committed by behmann   -   resolved compile errors
    resolved compile errors
  • Jun 03, 2009
    r54 (moved model impl's into data, fixed JPA annotations and bega...) committed by codecraig   -   moved model impl's into data, fixed JPA annotations and began working on unit tests/integration tests. Tests in data currently don't work.
    moved model impl's into data, fixed JPA annotations and began working on unit tests/integration tests. Tests in data currently don't work.
  • May 29, 2009
    UIDevLog Wiki page edited by codecraig
  • May 29, 2009
    r52 (Beginning book-o-tron data layer, basic DAO in place) committed by codecraig   -   Beginning book-o-tron data layer, basic DAO in place
    Beginning book-o-tron data layer, basic DAO in place
  • May 25, 2009
    r51 (resolved dependency conflicts on asm and cglib between hiber...) committed by behmann   -   resolved dependency conflicts on asm and cglib between hibernate and spring as well as added a README for how to add required dependencies for the ui project
    resolved dependency conflicts on asm and cglib between hibernate and spring as well as added a README for how to add required dependencies for the ui project
  • May 25, 2009
    r50 (ignore autogenerated files and directories in model and ui p...) committed by behmann   -   ignore autogenerated files and directories in model and ui projects
    ignore autogenerated files and directories in model and ui projects
  • May 21, 2009
    UIDevLog Wiki page edited by codecraig
  • May 21, 2009
    Domain (Outline the domain objects) Wiki page edited by codecraig
  • May 21, 2009
    Domain (Outline the domain objects) Wiki page edited by codecraig
  • May 21, 2009
    Domain (Outline the domain objects) Wiki page edited by codecraig
  • May 21, 2009
    r43 (implemented base classes for the entire model, generated a c...) committed by codecraig   -   implemented base classes for the entire model, generated a class diagram
    implemented base classes for the entire model, generated a class diagram
 
Hosted by Google Code