Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 07621624

Přidáno uživatelem Tomáš Šimandl před asi 6 roky(ů)

Updated modularization

+ removed unfunctional interface
+ added mechanism to stop watcher on modules folder changes
+ run module method execution with own class loader
+ small refactor

Zobrazit rozdíly:

sources/src/main/webapp/uploadFiles.jsp
72 72

  
73 73
					<div class="form-field">
74 74
						Select type of data file:<br>
75
						<label for="raw"><input type="radio" name="jsonFileFormat" value="raw" id="raw" checked> Raw JSON</label><br>
75
						<label for="raw"><input type="radio" name="fileFormat" value="raw" id="raw" checked> Raw JSON</label><br>
76 76
						<c:forEach items="${processingModules}" var="module">
77
							<label for="${module.key}"><input type="radio" name="jsonFileFormat" value="${module.key}" id="${module.key}">${module.value.key}</label><br>
77
							<label for="${module.key}"><input type="radio" name="fileFormat" value="${module.key}" id="${module.key}"> ${module.value.key}</label><br>
78 78
						</c:forEach>
79 79
					</div>
80 80

  

Také k dispozici: Unified diff