Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed
* 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
added libraries for struts 2 and hibernate. sites rewritten to match new technology
Eclipse project settings
project and classpath files
basic folder structure, css and html
database configuration
←Prev12Next→
Show All