Show changed files | Details | Compare with Previous | Blame | RSS feed
Update to final revision of documentation (as submitted to FFHS)
* mainTemplate.jsp - Moved application name to back for better bookmarks * Terms.java - Added relationship links * Relationships: - Added term links * General: - Implemented history for term+relationship create and update (TODO: also for delete, using flag) - Removed unnecessary interfaces - Unifiorm method names in actions and DAO - Unified UI and actions (only one template for CRUD of an object) - Removed edit=false assignment in favor of redirection
* Dokumentation.pdf - Fixed svn:mime-type * rdm.mwb - Changed/fixed relational database model (TODO: update documentation)
* TermAction.java - Implemented add and edit (rename) (TODO: delete) * RelationshipAction.java - Implemented add, edit, and delete * nav.jsp - Removed obsolete navigation items * General - Moved term/relationship edit form to list view, reuse for add (TODO: update documentation)
* Terms - Prepared support for rename * ObjectType.java - Added ID for serialization - Added RELATIONSHIP class constant * struts.xml - Added Relationship actions * General - Relationships between two terms can be added and listed - Clean-up: + Renamed methods according to their purpose + Fixed RDM and corresponding properties/annotations + RelationShipTypeAction.java
* LoginAction.java - Use UserDAOImpl type for better source lookup * TermAction.ava - Use obvious serialization version - Implemented add() * UserAction.java - Use more obvious serialization version * TermDAO.java - Renamed listTermById() to getTermById() - Added Javadoc * TermDAOImpl.java - Fixed "FROM term" bug (no SQL, case-sensitive) - saveOrUpdate() now returns boolean (for TermAction) * Term.java - Now imports java.io.Serializable - Added serialization version ID - Use TermDAOImpl type for better source lookup * struts.xml - /doTermAdd now triggers add() - Added basic Term actions * user/nav.jsp - Added /listTerm link to trigger user/termList.jsp * user/termAddForm.jsp - Now functional and reusable for Rename Term * General: - Clean-up: + Renamed Object to ObjectEntity + Source formatting - Added javax.persistence and org.hibernate sources (for Javadoc) - Added PDF documentation generated from OpenDocument Text
- documentation updated - installation instructions created
- User area: Added Add Term include and term-related classes - Clean-up: + WEB-INF/web.xml: Fixed markup + Added Hibernate3-core sources link (for Javadoc) + Removed bogus Struts2Hubernate source attachment + Changed indentation size to 2 spaces + Formatted all source code (automatically)
user friendly admin interface
- Added termAddForm - Added Struts2-Hibernate plugin sources (ZIP)
Changed output directory so that Struts tags are recognized (see <http://stackoverflow.com/questions/1265309/eclipse-cannot-find-the-tag-library-descriptor>)
user and relationship type now editable and removeable. Generic error page for admin site
implemented administration of relationship type (edit and delete are not yet working)
- Added project preferences (incl. Code Style) - Added xwork2 sources
hibernate tool configuration files
replaced string return values with constants
implemented add and remove functionality for users
all the DAOs and updated hibernate.cfg.xml
- introduced sitemesh for templating, all templates rewritten - added some basic admin stuff
login implemented with hibernate
←Prev12Next→
Show All