-
xkajanp1
2010-11-30 13:48
#61
Rev.: 229
-
94 lines of code changed in 2 files:
-
parent/prototype-rdf-repository/src/main/java/sk/fiit/team17cf/stfu/model/impl:
MetadataObjectManagerImpl.java (+92 -77),
MetadataRepository.java (+2)
-
xvalalikova
2010-11-30 11:54
#60
Rev.: 228
-
2 lines of code changed in 1 file:
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/stfu/client/impl:
MetadataObjectRestClient.java (+2 -2)
-
xvalalikova
2010-11-30 10:53
#59
Rev.: 227
-
68 lines of code changed in 5 files:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/stfu/cli:
DataController.java (+8)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/stfu/client/impl:
DataObjectRestClient.java (+1 -1),
RestClientManager.java (+6 -1)
-
parent/prototype-object-repository/src/main/java/sk/fiit/team17cf/stfu/model/impl:
DataObjectManagerImpl.java (+2 -2)
-
parent/prototype-webapp/src/main/java/sk/fiit/team17cf/stfu/service:
RestService.java (+51 -51)
-
xuhlarm1
2010-11-30 00:26
#58
Rev.: 226
-
10 lines of code changed in 2 files:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/stfu/cli:
CliMain.java (+1 -1)
-
parent/prototype-object-repository/src/main/java/sk/fiit/team17cf/prototype/model/impl:
FileManager.java (+9 -3)
-
xvalalikova
2010-11-29 23:23
#57
Rev.: 225
-
255 lines of code changed in 14 files:
-
parent/Security/src/main/java/sk/fiit/team17cf/stfu/security:
AuthorizationAspect.java (+13)
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/stfu/cli:
CliMain.java (+15 -67),
DataController.java (+85 -48),
MetadataController.java (+9 -26)
-
parent/prototype-CLI/src/main/resources:
application-context.xml (+2)
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/stfu/data:
BaseObject.java (+1 -1),
BaseObjectList.java (+11 -2),
PreviewObject.java (+34 -1)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/stfu/client/impl:
MetadataObjectRestClient.java (+19 -4),
RestClientManager.java (+34 -5)
-
parent/prototype-library/src/main/resources:
application-context.xml (+1)
-
parent/prototype-webapp/src/main/java/sk/fiit/team17cf/prototype/webapp:
RepositoryRestService.java (+2 -25)
-
parent/prototype-webapp/src/main/java/sk/fiit/team17cf/stfu/service:
RestService.java (+27 -9)
-
parent/prototype-webapp/src/main/webapp/WEB-INF:
Spring3RESTFul-servlet.xml (+2)
-
xuhlarm1
2010-11-29 16:49
#56
Rev.: 224
-
31 lines of code changed in 3 files:
-
parent/prototype-object-repository/src/main/java/sk/fiit/team17cf/prototype/model/impl:
DataRepositoryImpl.java (+3 -3),
FileManager.java (+16 -9)
-
parent/prototype-object-repository/src/main/java/sk/fiit/team17cf/stfu/model/impl:
DataObjectManagerImpl.java (+12 -8)
-
xvalalikova
2010-11-28 13:52
#55
Rev.: 223
-
1071 lines of code changed in 21 files:
-
parent/Security:
pom.xml (+169 -144)
-
parent/Security/src/main/java/sk/fiit/team17cf/stfu/security:
AccessManagerAspect.java (+2 -2),
AuthorizationAspect.java (new 43),
UserService.java (+2 -1)
-
parent/prototype-CLI:
pom.xml (+1 -1)
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
AccountControler.java (del),
CliControler.java (del),
CliMain.java (del),
MetadataControler.java (del),
ObjectControler.java (del)
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/stfu/cli:
AccountControler.java (new 95),
CliControler.java (new 74),
CliMain.java (new 341),
DataController.java (new 206),
MetadataController.java (new 106)
-
parent/prototype-CLI/src/main/resources:
application-context.xml (+8 -1),
log4j.properties (+1 -2)
-
parent/prototype-api:
pom.xml (+14 -1)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/stfu/client/impl:
DataObjectRestClient.java (+2 -2),
MetadataObjectRestClient.java (+2)
-
parent/prototype-library/src/main/resources:
application-context.xml (+5 -1)
-
xkajanp1
2010-11-27 01:06
#54
Rev.: 222
-
132 lines of code changed in 5 files:
-
parent:
nb-configuration.xml (new 15)
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/stfu/metadata/model:
ObjectMetadataEntity.java (+1 -2),
RelationMetadataEntity.java (+14 -1)
-
parent/prototype-rdf-repository/src/main/java/sk/fiit/team17cf/stfu/model/impl:
MetadataObjectManagerImpl.java (+100 -16),
MetadataRepository.java (+2 -1)
-
xvalalikova
2010-11-25 21:21
#53
Rev.: 218
-
796 lines of code changed in 16 files:
-
parent:
pom.xml (+4 -16)
-
parent/Security:
pom.xml (new 189)
-
parent/Security/src/main/java/sk/fiit/team17cf/stfu/security:
AccessManagerAspect.java (new 57),
App.java (new 79),
LoggerAsspect.java (new 26),
UserAuthentication.java (new 49),
UserService.java (new 39)
-
parent/Security/src/main/resources:
application-context.xml (new 63)
-
parent/Security/src/test/java/sk/fiit/team17cf/stfu/security:
AppTest.java (new 38)
-
parent/prototype-CLI:
pom.xml (+133)
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
AccountControler.java (+5),
CliMain.java (+46 -6)
-
parent/prototype-CLI/src/main/resources:
application-context.xml (+26)
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/stfu/data:
PreviewObject.java (new 14)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/stfu/client/impl:
RestClientManager.java (+1)
-
parent/prototype-rdf-repository:
pom.xml (+27 -3)
-
xbakova
2010-11-25 18:23
#52
Rev.: 215
-
43 lines of code changed in 4 files:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
AccountControler.java (+25 -9),
CliControler.java (+2 -1),
CliMain.java (+8 -8),
MetadataControler.java (+8 -9)
-
xbakova
2010-11-25 18:22
#51
Rev.: 214
-
19 lines of code changed in 1 file:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
ObjectControler.java (+19 -21)
-
xkajanp1
2010-11-24 23:45
#50
Rev.: 212
-
3 lines of code changed in 2 files:
-
parent/prototype-api:
pom.xml (+1 -13)
-
parent/prototype-rdf-repository:
pom.xml (+2 -12)
-
xbakova
2010-11-24 23:14
#49
Rev.: 210
-
88 lines of code changed in 2 files:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
AccountControler.java (+42),
CliMain.java (+46 -6)
-
xkajanp1
2010-11-24 21:52
#48
Rev.: 208
-
47 lines of code changed in 2 files:
-
parent/prototype-rdf-repository/src/main/java/sk/fiit/team17cf/stfu/model/impl:
MetadataObjectManagerImpl.java (+42 -59),
MetadataRepository.java (+5 -6)
-
xvalalikova
2010-11-24 21:43
#47
Rev.: 207
-
37 lines of code changed in 2 files:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
CliControler.java (-3),
CliMain.java (+37 -47)
-
xkajanp1
2010-11-24 20:37
#46
Rev.: 206
-
17 lines of code changed in 2 files:
-
parent:
pom.xml (+15)
-
parent/prototype-rdf-repository:
pom.xml (+2 -2)
-
xkajanp1
2010-11-23 14:08
#45
-
55 lines of code changed in 3 files:
-
parent:
pom.xml (+25 -3)
-
parent/prototype-rdf-repository:
pom.xml (+17 -5)
-
parent/prototype-rdf-repository/src/main/java/sk/fiit/team17cf/stfu/model/impl:
MetadataObjectManagerImpl.java (+13 -12)
-
xkajanp1
2010-11-23 11:50
#44
Rev.: 202
-
85 lines of code changed in 2 files:
-
parent/prototype-rdf-repository/src/main/java/sk/fiit/team17cf/stfu/model/impl:
MetadataObjectManagerImpl.java (+84 -27),
MetadataRepository.java (+1)
-
xvalalikova
2010-11-23 01:35
#43
Rev.: 201
-
122 lines of code changed in 5 files:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
MetadataControler.java (+18 -27),
ObjectControler.java (+64 -36)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/stfu/client/impl:
DataObjectRestClient.java (+6 -1),
RestClientManager.java (+5 -2)
-
parent/prototype-webapp/src/main/java/sk/fiit/team17cf/stfu/service:
RestService.java (+29 -10)
-
xuhlarm1
2010-11-23 00:33
#42
Rev.: 200
-
16 lines of code changed in 1 file:
-
parent/prototype-object-repository/src/main/java/sk/fiit/team17cf/stfu/model/impl:
DataObjectManagerImpl.java (+16 -1)
-
xbakova
2010-11-22 23:45
#41
Rev.: 198
-
21 lines of code changed in 1 file:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
CliMain.java (+21 -11)
-
xvalalikova
2010-11-22 23:09
#40
Rev.: 197
-
1 lines of code changed in 1 file:
-
xvalalikova
2010-11-22 19:05
#39
Rev.: 196
-
45 lines of code changed in 7 files:
-
parent:
pom.xml (+5 -4)
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/stfu/data:
BaseObjectList.java (+6)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/stfu/client/impl:
MetadataObjectRestClient.java (+15 -2),
RestClientManager.java (+7 -1)
-
parent/prototype-library/src/main/resources:
application-context.xml (+1)
-
parent/prototype-webapp/src/main/java/sk/fiit/team17cf/stfu/service:
RestService.java (+10 -4)
-
parent/prototype-webapp/src/main/webapp/WEB-INF:
Spring3RESTFul-servlet.xml (+1)
-
xkajanp1
2010-11-22 17:22
#38
Rev.: 195
-
2 lines of code changed in 1 file:
-
parent/prototype-rdf-repository/src/main/java/sk/fiit/team17cf/stfu/model/impl:
MetadataObjectManagerImpl.java (+2 -1)
-
xkajanp1
2010-11-22 16:53
#37
Rev.: 194
-
88 lines of code changed in 8 files:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
MetadataControler.java (+37 -15)
-
parent/prototype-CLI/src/main/resources:
application-context.xml (+1)
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/stfu/data:
BaseObjectList.java (+2)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/stfu/client/impl:
MetadataObjectRestClient.java (+3 -1),
RestClientManager.java (+6 -5)
-
parent/prototype-rdf-repository:
pom.xml (+6)
-
parent/prototype-rdf-repository/src/main/java/sk/fiit/team17cf/stfu/model/impl:
MetadataObjectManagerImpl.java (+30 -1)
-
parent/prototype-webapp/src/main/java/sk/fiit/team17cf/stfu/service:
RestService.java (+3 -2)
-
xkajanp1
2010-11-22 13:57
#36
Rev.: 192
-
665 lines of code changed in 24 files:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
CliControler.java (+4),
CliMain.java (+2 -2),
MetadataControler.java (+12 -4),
ObjectControler.java (+8 -5)
-
parent/prototype-CLI/src/main/resources:
log4j.properties (+1)
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/stfu/data:
MetadataObject.java (+79 -43)
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/stfu/metadata/model:
InvalidMetadataEntityException.java (new 18),
MetadataEntity.java (new 25),
MetadataObjectWrapper.java (new 81),
ObjectMetadataEntity.java (new 37),
RelationMetadataEntity.java (new 48),
RelationValidator.java (new 20),
Validator.java (new 16),
ValueMetadataEntity.java (new 36)
-
parent/prototype-object-repository/src/main/java/sk/fiit/team17cf/stfu/model/impl:
DataObjectValidatorImpl.java (new 30)
-
parent/prototype-rdf-repository:
pom.xml (+56 -32)
-
parent/prototype-rdf-repository/src/main/java/sk/fiit/team17cf/stfu/model/impl:
MetadataObjectManagerImpl.java (+46 -33),
MetadataRepository.java (+5 -3),
RelationValidatorImpl.java (new 37),
ValueValidator.java (new 33)
-
parent/prototype-rdf-repository/src/test/java/sk/fiit/team17cf/stfu/model/impl:
MetadataObjectManagerImplTest.java (+29 -29)
-
parent/prototype-webapp:
pom.xml (+7 -2)
-
parent/prototype-webapp/src/main/java/sk/fiit/team17cf/stfu/service:
RestService.java (+29 -7)
-
parent/prototype-webapp/src/main/webapp/WEB-INF:
Spring3RESTFul-servlet.xml (+6 -1)
-
xbahnoj1
2010-11-21 03:44
#35
Rev.: 186
-
75 lines of code changed in 4 files:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
MetadataControler.java (+1 -1),
ObjectControler.java (+1 -1)
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/stfu/data:
MetadataObject.java (+1)
-
parent/prototype-rdf-repository/src/test/java/sk/fiit/team17cf/stfu/model/impl:
MetadataObjectManagerImplTest.java (new 72)
-
xbakova
2010-11-20 21:35
#34
Rev.: 184
-
1 lines of code changed in 2 files:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
CliControler.java (+1 -14),
ObjectControler.java (-1)
-
xbakova
2010-11-19 15:18
#33
Rev.: 180
-
65 lines of code changed in 4 files:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
CliControler.java (+4 -45),
CliMain.java (+48 -16),
MetadataControler.java (+5 -1),
ObjectControler.java (+8 -8)
-
xvalalikova
2010-11-19 12:05
#32
Rev.: 179
-
52 lines of code changed in 8 files:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
CliControler.java (+3),
MetadataControler.java (+17 -9)
-
parent/prototype-CLI/src/main/resources:
application-context.xml (+1)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/stfu/client/impl:
MetadataObjectRestClient.java (+18 -1),
RestClientManager.java (+7)
-
parent/prototype-library/src/main/resources:
application-context.xml (+1)
-
parent/prototype-webapp/src/main/java/sk/fiit/team17cf/stfu/service:
RestService.java (+4)
-
parent/prototype-webapp/src/main/webapp/WEB-INF:
Spring3RESTFul-servlet.xml (+1)
-
xbakova
2010-11-18 19:25
#31
Rev.: 177
-
258 lines of code changed in 5 files:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
AccountControler.java (new 16),
CliControler.java (+12 -147),
CliMain.java (+30 -5),
MetadataControler.java (new 68),
ObjectControler.java (new 132)
-
xbakova
2010-11-18 16:52
#30
Rev.: 174
-
2 lines of code changed in 1 file:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
CliMain.java (+2 -2)
-
xbakova
2010-11-18 16:44
#29
Rev.: 173
-
150 lines of code changed in 1 file:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
CliMain.java (+150 -140)
-
xbakova
2010-11-18 15:44
#28
Rev.: 172
-
15 lines of code changed in 1 file:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
CliControler.java (+15 -15)
-
xvalalikova
2010-11-18 03:57
#27
Rev.: 170
-
235 lines of code changed in 17 files:
-
parent/prototype-CLI:
pom.xml (+5)
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
CliControler.java (+29 -2),
CliMain.java (+50 -20)
-
parent/prototype-CLI/src/main/resources:
application-context.xml (+21 -8),
log4j.properties (+2 -2)
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/stfu/data:
BaseObject.java (+3)
-
parent/prototype-library:
pom.xml (+5)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/stfu/client/controller:
ObjectController.java (new 16)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/stfu/client/impl:
DataObjectRestClient.java (+15 -1),
RestClientManager.java (+26 -2)
-
parent/prototype-library/src/main/resources:
application-context.xml (+20 -8),
log4j.properties (+1 -2)
-
parent/prototype-object-repository/src/main/java/sk/fiit/team17cf/prototype/model/impl:
FileManager.java (+1 -1)
-
parent/prototype-object-repository/src/main/java/sk/fiit/team17cf/stfu/model/impl:
DataObjectManagerImpl.java (+2 -1)
-
parent/prototype-webapp/src/main/java/sk/fiit/team17cf/stfu/service:
RestService.java (+14 -4)
-
parent/prototype-webapp/src/main/resources:
log4j.properties (+1 -1)
-
parent/prototype-webapp/src/main/webapp/WEB-INF:
Spring3RESTFul-servlet.xml (+24 -6)
-
xkajanp1
2010-11-18 03:45
#26
Rev.: 169
-
250 lines of code changed in 4 files:
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/stfu/data:
MetadataObject.java (+10)
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/stfu/uri:
UriAdressManager.java (+3 -3)
-
parent/prototype-rdf-repository/src/main/java/sk/fiit/team17cf/stfu/model/impl:
MetadataObjectManagerImpl.java (+60 -141),
MetadataRepository.java (new 177)
-
xbakova
2010-11-18 00:10
#25
Rev.: 167
-
249 lines of code changed in 2 files:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
CliControler.java (new 231),
CliMain.java (+18 -152)
-
xvalalikova
2010-11-17 17:36
#24
Rev.: 165
-
7 lines of code changed in 4 files:
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/prototype/library:
DataObjectConverter.java (+1 -1)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/stfu/client/impl:
MetadataObjectRestClient.java (+1 -1),
RestClientManager.java (+4 -4)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/stfu/library:
DataObjectConverter.java (+1 -1)
-
xvalalikova
2010-11-17 16:53
#23
Rev.: 164
-
116 lines of code changed in 7 files:
-
parent:
pom.xml (+2 -1)
-
parent/prototype-CLI:
pom.xml (+3 -3)
-
parent/prototype-webapp:
pom.xml (+4 -4)
-
parent/prototype-webapp/src/main/java/sk/fiit/team17cf/prototype/webapp:
RepositoryRestService.java (+3 -3),
RestService.java (del)
-
parent/prototype-webapp/src/main/java/sk/fiit/team17cf/stfu/service:
RestService.java (new 94)
-
parent/prototype-webapp/src/main/webapp/WEB-INF:
Spring3RESTFul-servlet.xml (+10)
-
xvalalikova
2010-11-17 16:49
#22
Rev.: 163
-
243 lines of code changed in 4 files:
-
parent/prototype-rdf-repository:
pom.xml (+3 -3)
-
parent/prototype-rdf-repository/src/main/java/sk/fiit/team17cf/prototype/model/impl:
MetadataObjectManagerImpl.java (del),
OntologyPrototype.java (+2 -2)
-
parent/prototype-rdf-repository/src/main/java/sk/fiit/team17cf/stfu/model/impl:
MetadataObjectManagerImpl.java (new 238)
-
xvalalikova
2010-11-17 16:40
#21
-
365 lines of code changed in 13 files:
-
parent/prototype-library:
pom.xml (+3 -3)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/prototype/client:
RestClient.java (+2 -6)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/prototype/client/impl:
DataObjectRestClient.java (del),
MetadataObjectRestClient.java (del),
RestClientManager.java (del)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/stfu/client/impl:
DataObjectRestClient.java (new 56),
MetadataObjectRestClient.java (new 87),
RestClientManager.java (new 62)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/stfu/library:
DataObjectConverter.java (new 75)
-
parent/prototype-object-repository:
pom.xml (+3 -3)
-
parent/prototype-object-repository/src/main/java/sk/fiit/team17cf/prototype/model/impl:
DataObjectManagerImpl.java (del),
DataRepositoryImpl.java (+2 -2)
-
parent/prototype-object-repository/src/main/java/sk/fiit/team17cf/stfu/model/impl:
DataObjectManagerImpl.java (new 75)
-
xvalalikova
2010-11-17 16:39
#20
Rev.: 160
-
88 lines of code changed in 1 file:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
CliMain.java (+88 -139)
-
xvalalikova
2010-11-17 16:31
#19
Rev.: 159
-
376 lines of code changed in 19 files:
-
parent/prototype-api:
pom.xml (+2 -2)
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/prototype/data:
BaseObject.java (del),
BaseObjectList.java (del),
DataObject.java (del),
MetadataObject.java (del),
Photo.java (del)
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/prototype/model:
DataObjectManager.java (del),
MetadataObjectManager.java (del),
ObjectManager.java (del)
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/prototype/uri:
UriAdressManager.java (del)
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/stfu/data:
BaseObject.java (new 31),
BaseObjectList.java (new 27),
DataObject.java (new 42),
MetadataObject.java (new 69),
Photo.java (new 14)
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/stfu/model:
DataObjectManager.java (new 24),
MetadataObjectManager.java (new 47),
ObjectManager.java (new 45)
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/stfu/uri:
UriAdressManager.java (new 75)
-
xkajanp1
2010-11-17 16:27
#18
Rev.: 158
-
459 lines of code changed in 3 files:
-
parent/prototype-rdf-repository/src/main/java/sk/fiit/team17cf/prototype/model/impl:
MetadataObjectManagerImpl.java (+180 -3),
MetadataRepositoryImpl.java (+204 -204),
OntologyPrototype.java (+75 -75)
-
xkajanp1
2010-11-17 16:26
#17
Rev.: 157
-
122 lines of code changed in 2 files:
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/prototype/data:
MetadataObject.java (+47 -11)
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/prototype/uri:
UriAdressManager.java (new 75)
-
xuhlarm1
2010-11-17 12:57
#16
Rev.: 154
-
0 lines of code changed in 66 files:
-
parent/prototype-CLI/target:
prototype-cli-1.0-SNAPSHOT.jar (del)
-
parent/prototype-CLI/target/maven-archiver:
pom.properties (del)
-
parent/prototype-CLI/target/surefire-reports:
TEST-sk.fiit.team17cf.prototype.cli.AppTest.xml (del),
sk.fiit.team17cf.prototype.cli.AppTest.txt (del)
-
parent/prototype-CLI/target/test-classes/sk/fiit/team17cf/prototype/cli:
AppTest.class (del)
-
parent/prototype-api/target:
prototype-api-1.0-SNAPSHOT.jar (del)
-
parent/prototype-api/target/maven-archiver:
pom.properties (del)
-
parent/prototype-library/target:
prototype-library-1.0-SNAPSHOT.jar (del)
-
parent/prototype-library/target/classes:
application-context.xml (del)
-
parent/prototype-library/target/classes/sk/fiit/team17cf/prototype/client:
HelloWorld.class (del),
StringMessageHttpConverter.class (del)
-
parent/prototype-library/target/maven-archiver:
pom.properties (del)
-
parent/prototype-library/target/surefire-reports:
TEST-sk.fiit.team17cf.prototype.library.AppTest.xml (del),
sk.fiit.team17cf.prototype.library.AppTest.txt (del)
-
parent/prototype-library/target/test-classes/sk/fiit/team17cf/prototype/library:
AppTest.class (del)
-
parent/prototype-object-repository/target:
prototype-object-repository-1.0-SNAPSHOT.jar (del)
-
parent/prototype-object-repository/target/classes/META-INF:
MANIFEST.MF (del)
-
parent/prototype-object-repository/target/maven-archiver:
pom.properties (del)
-
parent/prototype-rdf-repository/target:
prototype-rdf-repository-1.0-SNAPSHOT.jar (del)
-
parent/prototype-rdf-repository/target/classes/META-INF:
MANIFEST.MF (del)
-
parent/prototype-rdf-repository/target/maven-archiver:
pom.properties (del)
-
parent/prototype-webapp/target:
prototype-webapp-1.0-SNAPSHOT.war (del)
-
parent/prototype-webapp/target/classes/sk/fiit/team17cf/prototype/webapp:
HelloWorldRestService.class (del)
-
parent/prototype-webapp/target/maven-archiver:
pom.properties (del)
-
parent/prototype-webapp/target/prototype-webapp-1.0-SNAPSHOT:
META-INF (del),
index.jsp (del)
-
parent/prototype-webapp/target/prototype-webapp-1.0-SNAPSHOT/WEB-INF:
Spring3RESTFul-servlet.xml (del),
sun-web.xml (del),
web.xml (del)
-
parent/prototype-webapp/target/prototype-webapp-1.0-SNAPSHOT/WEB-INF/classes/sk/fiit/team17cf/prototype/webapp:
HelloWorldRestService.class (del)
-
parent/prototype-webapp/target/prototype-webapp-1.0-SNAPSHOT/WEB-INF/lib:
com.springsource.org.aopalliance-1.0.0.jar (del),
com.springsource.org.apache.commons.logging-1.1.1.jar (del),
com.springsource.org.apache.log4j-1.2.16.jar (del),
com.springsource.slf4j.api-1.6.1.jar (del),
com.springsource.slf4j.log4j-1.6.1.jar (del),
commons-beanutils-1.8.3.jar (del),
commons-logging-1.1.1.jar (del),
jcl-over-slf4j-1.6.1.jar (del),
org.springframework.aop-3.0.3.RELEASE.jar (del),
org.springframework.asm-3.0.3.RELEASE.jar (del),
org.springframework.aspects-3.0.3.RELEASE.jar (del),
org.springframework.beans-3.0.3.RELEASE.jar (del),
org.springframework.binding-2.1.1.RELEASE.jar (del),
org.springframework.context-3.0.3.RELEASE.jar (del),
org.springframework.context.support-3.0.3.RELEASE.jar (del),
org.springframework.core-3.0.3.RELEASE.jar (del),
org.springframework.expression-3.0.3.RELEASE.jar (del),
org.springframework.instrument-3.0.3.RELEASE.jar (del),
org.springframework.jdbc-3.0.3.RELEASE.jar (del),
org.springframework.jms-3.0.3.RELEASE.jar (del),
org.springframework.js-2.1.1.RELEASE.jar (del),
org.springframework.orm-3.0.3.RELEASE.jar (del),
org.springframework.oxm-3.0.3.RELEASE.jar (del),
org.springframework.security.config-3.0.3.RELEASE.jar (del),
org.springframework.security.core-3.0.3.RELEASE.jar (del),
org.springframework.security.web-3.0.3.RELEASE.jar (del),
org.springframework.transaction-3.0.3.RELEASE.jar (del),
org.springframework.web-3.0.3.RELEASE.jar (del),
org.springframework.web.servlet-3.0.3.RELEASE.jar (del),
org.springframework.webflow-2.1.1.RELEASE.jar (del),
prototype-api-1.0-SNAPSHOT.jar (del),
prototype-object-repository-1.0-SNAPSHOT.jar (del),
prototype-rdf-repository-1.0-SNAPSHOT.jar (del),
servlet-api-2.5.jar (del),
slf4j-api-1.6.1.jar (del)
-
parent/prototype-webapp/target/war/work:
webapp-cache.xml (del)
-
xbakova
2010-11-17 04:11
#15
Rev.: 153
-
207 lines of code changed in 2 files:
-
parent/prototype-CLI:
pom.xml (+8 -1)
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
CliMain.java (+199 -7)
-
xuhlarm1
2010-11-17 00:30
#14
Rev.: 151
-
41 lines of code changed in 1 file:
-
parent/prototype-object-repository/src/main/java/sk/fiit/team17cf/prototype/model/impl:
DirectoryManager.java (new 41)
-
xuhlarm1
2010-11-17 00:22
#13
Rev.: 150
-
81 lines of code changed in 5 files:
-
parent/prototype-api/target:
prototype-api-1.0-SNAPSHOT.jar (changed)
-
parent/prototype-object-repository/src/main/java/sk/fiit/team17cf/prototype/model/impl:
DataObjectManagerImpl.java (-1),
DataRepositoryImpl.java (+28 -24),
FileManager.java (+53 -10)
-
parent/prototype-rdf-repository/target:
prototype-rdf-repository-1.0-SNAPSHOT.jar (changed)
-
xbahnoj1
2010-11-16 04:28
#12
Rev.: 148
-
71 lines of code changed in 2 files:
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/prototype/client/impl:
DataObjectRestClient.java (+25 -1),
MetadataObjectRestClient.java (+46)
-
xkajanp1
2010-11-14 17:19
#11
Rev.: 140
-
65 lines of code changed in 1 file:
-
parent/prototype-rdf-repository/src/main/java/sk/fiit/team17cf/prototype/model/impl:
MetadataRepositoryImpl.java (+65 -15)
-
xvalalikova
2010-11-14 13:04
#10
Rev.: 137
-
518 lines of code changed in 20 files:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
CliMain.java (+1 -1)
-
parent/prototype-CLI/src/main/resources:
application-context.xml (+1 -1)
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/prototype/data:
BaseObjectList.java (new 27),
RepositoryObject.java (del)
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/prototype/model:
DataObjectManager.java (new 24),
MetadataObjectManager.java (new 47),
ObjectManager.java (new 45),
RepositoryInterface.java (del)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/prototype/client:
RestClient.java (+4 -9)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/prototype/client/impl:
DataObjectRestClient.java (new 43),
MetadataObjectRestClient.java (new 60),
RestClientManager.java (new 65)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/prototype/library:
DataObjectConverter.java (+3 -3)
-
parent/prototype-library/src/main/resources:
application-context.xml (+1)
-
parent/prototype-object-repository/src/main/java/sk/fiit/team17cf/prototype/model/impl:
DataObjectManagerImpl.java (new 45),
DataRepositoryImpl.java (+5 -5)
-
parent/prototype-rdf-repository/src/main/java/sk/fiit/team17cf/prototype/model/impl:
MetadataObjectManagerImpl.java (new 61),
MetadataRepositoryImpl.java (+8 -16)
-
parent/prototype-webapp/src/main/java/sk/fiit/team17cf/prototype/webapp:
RepositoryRestService.java (+4 -3),
RestService.java (new 74)
-
xkajanp1
2010-11-14 13:00
#9
Rev.: 136
-
19 lines of code changed in 1 file:
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/prototype/data:
MetadataObject.java (+19)
-
xkajanp1
2010-11-14 12:53
#8
Rev.: 135
-
105 lines of code changed in 1 file:
-
parent/prototype-rdf-repository/src/main/java/sk/fiit/team17cf/prototype/model/impl:
OntologyPrototype.java (new 105)
-
xkajanp1
2010-11-14 12:52
#7
Rev.: 134
-
23 lines of code changed in 1 file:
-
parent/prototype-rdf-repository/src/main/java/sk/fiit/team17cf/prototype/model/impl:
ObjectId.java (new 23)
-
xkajanp1
2010-11-13 23:39
#6
Rev.: 133
-
1 lines of code changed in 1 file:
-
parent/prototype-rdf-repository/src/main/resources:
test1.owl (new 1)
-
xkajanp1
2010-11-13 23:38
#5
Rev.: 132
-
13 lines of code changed in 1 file:
-
parent/prototype-rdf-repository/src/main/java/sk/fiit/team17cf/prototype/model/impl:
MetadataRepositoryImpl.java (+13 -1)
-
xkajanp1
2010-11-13 20:34
#4
Rev.: 129
-
160 lines of code changed in 2 files:
-
parent/prototype-rdf-repository:
pom.xml (+10)
-
parent/prototype-rdf-repository/src/main/java/sk/fiit/team17cf/prototype/model/impl:
MetadataRepositoryImpl.java (+150 -6)
-
xvalalikova
2010-11-11 01:08
#3
Rev.: 119
-
204 lines of code changed in 9 files:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
CliMain.java (+3 -22),
DataObjectConverter.java (del),
HelloWorld.java (del)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/prototype/client:
HelloWorld.java (del),
RestClient.java (new 65),
StringMessageHttpConverter.java (del)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/prototype/library:
DataObjectConverter.java (new 75)
-
parent/prototype-webapp/src/main/java/sk/fiit/team17cf/prototype/webapp:
HelloWorldRestService.java (del),
RepositoryRestService.java (new 61)
-
xvalalikova
2010-11-11 00:55
#2
Rev.: 118
-
62 lines of code changed in 5 files:
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
CliMain.java (+4 -1)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/prototype/client:
HelloWorld.java (+9 -2)
-
parent/prototype-library/src/main/resources:
log4j.properties (new 29)
-
parent/prototype-object-repository/src/main/java/sk/fiit/team17cf/prototype/model/impl:
FileManager.java (+1 -1)
-
parent/prototype-webapp/src/main/java/sk/fiit/team17cf/prototype/webapp:
HelloWorldRestService.java (+19 -3)
-
xvalalikova
2010-11-10 16:05
#1
Rev.: 117
-
618 lines of code changed in 17 files:
-
parent/prototype-CLI:
pom.xml (+63 -2)
-
parent/prototype-CLI/src/main/java/sk/fiit/team17cf/prototype/cli:
CliMain.java (new 119),
DataObjectConverter.java (new 75)
-
parent/prototype-CLI/src/main/resources:
application-context.xml (new 42),
log4j.properties (new 29)
-
parent/prototype-api:
pom.xml (+14 -2)
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/prototype/data:
BaseObject.java (+3 -9),
DataObject.java (+20)
-
parent/prototype-api/src/main/java/sk/fiit/team17cf/prototype/model:
RepositoryInterface.java (+2 -1)
-
parent/prototype-library:
pom.xml (+54 -4)
-
parent/prototype-library/src/main/java/sk/fiit/team17cf/prototype/client:
HelloWorld.java (+80 -24)
-
parent/prototype-object-repository:
pom.xml (+16 -2)
-
parent/prototype-object-repository/src/main/java/sk/fiit/team17cf/prototype/model/impl:
DataRepositoryImpl.java (+38 -17)
-
parent/prototype-rdf-repository:
pom.xml (+15 -1)
-
parent/prototype-rdf-repository/src/main/java/sk/fiit/team17cf/prototype/model/impl:
MetadataRepositoryImpl.java (+2 -2)
-
parent/prototype-webapp/src/main/java/sk/fiit/team17cf/prototype/webapp:
HelloWorldRestService.java (+17 -4)
-
parent/prototype-webapp/src/main/resources:
log4j.properties (new 29)