-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[irods-contrib/metalnx-web#214] Removal of external database code
- Reimplemented UserDaoImpl.java to use Jargon calls to iRODS. - Remove code that involves with favorites, bookmarks, templates, and profiles. - Remove code for unused user fields. - Remove references to hibernate and javax.persistence and all database update code. - Moved UserDaoImpl.java and IRODSServices.java to avoid cyclic dependency. - Add new required dependency for emc-metalnx-core to depend on jargon-zipservice and jargon-ticket. - Change build->tasks to build->target as seems to be required due to maven update. - Remove UserDao dependency on GenericDao. Remove GenericDao and GenericDaoImpl as these have DB specific functionality.
- Loading branch information
1 parent
04d25a9
commit adef656
Showing
49 changed files
with
452 additions
and
4,375 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
114 changes: 0 additions & 114 deletions
114
emc-metalnx-core/src/main/java/com/emc/metalnx/core/domain/dao/FavoriteDao.java
This file was deleted.
Oops, something went wrong.
99 changes: 0 additions & 99 deletions
99
emc-metalnx-core/src/main/java/com/emc/metalnx/core/domain/dao/TemplateDao.java
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
emc-metalnx-core/src/main/java/com/emc/metalnx/core/domain/dao/TemplateFieldDao.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.