Thanks snicoll.
Type: Posts; User: linoyabut; Keyword(s):
Thanks snicoll.
Hi Everyone,
I'd like to know if there is an API that will handle the sending of email with attachment -- just SimpleMailMessageItemWriter.
Thanks In advance.
Based on my understanding in order to write data to multiple destinations (text file) you will use the CompositeItemWriter class. Also, all delegate writers must be explicitly registered as streams...
I tried to revisit this RecursiveCollectionLineAggregator class and I got my answer. I just simply added a new line charter "/n" and a little string manipulation and that's it. Thanks!
I created a processor that will create a List of item and eventually pass it to FieldExtractor in order to convert the fields on the item into an array. Since I passing a List of Item, I iterate the...
Thanks for the reply ticono.
"Domain representation of a parameter to a batch job" What does it mean? Please elaborate.
If that is the case, how will you add an int paramater aside from the...
Up..
Need some response.
Thanks
I was looking for a method that will add an int variable/parameter under JobParametersBuilder class but it seems this is not available. May I know the reason why there is no method to add an int...