Re: Upgrade Jackson from 1.9.11 to 2.4.3

2014-11-26 Thread Vladimir Nišević
Hi Jeroen, I've just uploaded patch as attachment on https://issues.apache.org/jira/browse/ISIS-959 Regards,Vladimir 2014-11-21 17:16 GMT+01:00 Jeroen van der Wal : > Hi Vladimir, > > You could try to upgrade yourself. Patches are welcome! > > Cheers, > > Jeroen > > On Fri, Nov 21, 2014 at 5:03

Consultation on printing

2014-11-26 Thread Resto Tesis
Hello everyone !! We ask them if you can use ISIS to print a .doc or .pdf file. What we need is to perform some service that allows us to print data, such as billing or ticket for customers of a restaurant. Greetings and thanks, hope to answer !! Resto-Thesis

Re: Consultation on printing

2014-11-26 Thread Martin Grigorov
Hi, I am not aware of an addon that gives you this functionality out of the box. But you may want to implement it yourself: - add an action method that receives the entity/object as a parameter - use any Java library that is capable to produce pdf/doc files out of the entity (e.g. http://poi.apach

Re: Consultation on printing

2014-11-26 Thread Jeroen van der Wal
Hi there, A good entry point would be isis-module-docx from Isisaddons which is a wrapper around Apache POI. Cheers, Jeroen [1] https://github.com/isisaddons/isis-module-docx On Wed, Nov 26, 2014 at 4:22 PM, Martin Grigorov wrote: > Hi, > > I am not aware of an addon that gives you this f

Re: Consultation on printing

2014-11-26 Thread Jeroen van der Wal
Sorry, the library being used is docx4j [1] [1] http://www.docx4java.org/trac/docx4j On Wed, Nov 26, 2014 at 5:39 PM, Jeroen van der Wal wrote: > Hi there, > > A good entry point would be isis-module-docx from Isisaddons which is a > wrapper around Apache POI. > > Cheers, > > Jeroen > > > [1] h