35 |
2011-01-14 23:15:22 |
PointedEars |
/trunk/ |
* 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) |
|
/trunk/WebContent/user/relationships.jsp /trunk/WebContent/user/terms.jsp
/trunk/WebContent/user/relationshipAdd.jsp /trunk/WebContent/user/relationshipAddForm.jsp /trunk/WebContent/user/relationshipList.jsp /trunk/WebContent/user/termAdd.jsp /trunk/WebContent/user/termAddForm.jsp /trunk/WebContent/user/termList.jsp
/trunk/WebContent/user/nav.jsp /trunk/src/ch/ffhs/webE/action/RelationshipAction.java /trunk/src/ch/ffhs/webE/action/TermAction.java /trunk/src/ch/ffhs/webE/dao/RelationshipDAOImpl.java /trunk/src/ch/ffhs/webE/domain/Term.java /trunk/src/struts.xml
|
34 |
2011-01-12 01:26:50 |
PointedEars |
/trunk/ |
* 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 |
|
/trunk/WebContent/user/relationshipAdd.jsp /trunk/WebContent/user/relationshipAddForm.jsp /trunk/WebContent/user/relationshipList.jsp /trunk/WebContent/user/userAdd.jsp /trunk/src/ch/ffhs/webE/action/RelationshipAction.java /trunk/src/ch/ffhs/webE/dao/RelationshipDAOImpl.java
/trunk/WebContent/admin/relTypeAddForm.jsp /trunk/WebContent/admin/relTypeList.jsp /trunk/WebContent/user/nav.jsp /trunk/WebContent/user/termAddForm.jsp /trunk/WebContent/user/termList.jsp /trunk/docs/rdm.mwb /trunk/src/ch/ffhs/webE/action/RelationshipTypeAction.java /trunk/src/ch/ffhs/webE/action/TermAction.java /trunk/src/ch/ffhs/webE/dao/RelationshipTypeDAO.java /trunk/src/ch/ffhs/webE/dao/RelationshipTypeDAOImpl.java /trunk/src/ch/ffhs/webE/dao/TermDAO.java /trunk/src/ch/ffhs/webE/dao/TermDAOImpl.java /trunk/src/ch/ffhs/webE/domain/ObjectType.java /trunk/src/ch/ffhs/webE/domain/Relationship.java /trunk/src/ch/ffhs/webE/domain/RelationshipType.java /trunk/src/ch/ffhs/webE/domain/Term.java /trunk/src/struts.xml
|