[jira] Created: (OFBIZ-1414) Refactor FOP Java code

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-1414) Refactor FOP Java code

Nicolas Malin (Jira)
Refactor FOP Java code
----------------------

                 Key: OFBIZ-1414
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1414
             Project: OFBiz
          Issue Type: Improvement
          Components: framework
            Reporter: Adrian Crum
            Priority: Minor


As per the discussion on the dev mailing list, refactor the FOP Java code so that it is contained in a single worker class. This will make it easier to keep OFBiz source code updated against FOP API changes.


--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1414) Refactor FOP Java code

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Crum updated OFBIZ-1414:
-------------------------------

    Attachment: fop_refactor.patch

fop_refactor.patch contains the updated code. Patch contains the following:

1. New ApacheFopWorker class.
2. ApacheFopFactory class deprecated, but still works the same.
3. Refactored ScreenFopViewHandler class - simplified code, renders to temp files to avoid out of memory errors on large documents.
4. Updated peripheral code to use the new ApacheFopWorker  class.
5. Added widget boundary comments to FOP rendering classes.


> Refactor FOP Java code
> ----------------------
>
>                 Key: OFBIZ-1414
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1414
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Adrian Crum
>            Priority: Minor
>         Attachments: fop_refactor.patch
>
>
> As per the discussion on the dev mailing list, refactor the FOP Java code so that it is contained in a single worker class. This will make it easier to keep OFBiz source code updated against FOP API changes.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-1414) Refactor FOP Java code

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Crum closed OFBIZ-1414.
------------------------------

    Resolution: Fixed

Fixed, rev 603483.


> Refactor FOP Java code
> ----------------------
>
>                 Key: OFBIZ-1414
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1414
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Adrian Crum
>            Priority: Minor
>         Attachments: fop_refactor.patch
>
>
> As per the discussion on the dev mailing list, refactor the FOP Java code so that it is contained in a single worker class. This will make it easier to keep OFBiz source code updated against FOP API changes.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.