Re: Isis: File upload

2014-01-03 Thread Jeroen van der Wal
If you put the CLOB or BLOB on a domain object it is persisted but you can also pass a CLOB/BLOB as a parameter of a method of a domain service: @Named("Administration") public class AdministrationService { public void processFile(final @Named("File to process") Blob fileToProcess) {

Isis: File upload

2014-01-03 Thread chittari.varma
In ISIS, using BLOB or CLOB type file upload feature can be enabled. But this feature actually stores the uploaded file in the database. But, I will like to process the records in a file uploaded instead of storing the entire file in Database. Is there any listener kind of feature can we use to