Changes between Version 1 and Version 2 of MolgenisFile
- Timestamp:
- 2011-01-20T17:07:50+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MolgenisFile
v1 v2 23 23 * No way to check whether the path is correct, nor if tomcat/java has rights to use it for read/write actions 24 24 25 > MS: not a valid argument. You can solve this by making the 'properties' live inside the database. 26 > We therefore could (and should) make a 'MolgenisProperties' entity to store these system settings. 27 25 28 The file is a field and not an entity of its own. This means: 26 29 * There is no straightforward way to attach a plugin for eg. viewing the file 27 30 * Adding decorators, extensions, etc on is not possible in a suitable way 31 32 > MS: this is a very valid argument. Action plan: I think we should first and foremost keep the field type="file" and make it better. But also have inside the GCC model a way to use File as entity. 28 33 29 34 (see note B )