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) {
... do something ...
}
}
On Fri, Jan 3, 2014 at 10:51 AM, <[email protected]> wrote:
> 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 process the file? Or any
> other way to process this file?
>
> Waiting for your feedback.
>
> BR
> Ranganath Varma
>
>
> The information contained in this electronic message and any attachments to
> this message are intended for the exclusive use of the addressee(s) and may
> contain proprietary, confidential or privileged information. If you are not
> the intended recipient, you should not disseminate, distribute or copy this
> e-mail. Please notify the sender immediately and destroy all copies of this
> message and any attachments.
>
> WARNING: Computer viruses can be transmitted via email. The recipient should
> check this email and any attachments for the presence of viruses. The company
> accepts no liability for any damage caused by any virus transmitted by this
> email.
>
> www.wipro.com