[ 
http://jira.magnolia-cms.com/browse/MAGNOLIA-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=19883#action_19883
 ] 

Hudson CI server commented on MAGNOLIA-405:
-------------------------------------------

Integrated in !http://hudson.magnolia-cms.com/nocacheImages/16x16/blue.gif! 
[magnolia_main-trunk 
#289|http://hudson.magnolia-cms.com/job/magnolia_main-trunk/289/]
     MAGNOLIA-2245  - removed unused package completely.


> Content export / zipper / import
> --------------------------------
>
>                 Key: MAGNOLIA-405
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-405
>             Project: Magnolia
>          Issue Type: Improvement
>          Components: core
>            Reporter: Sameer Charles
>            Assignee: Gregory Joseph
>
> I commited i.m.c.core.export package which includes first version of magnolia 
> specific content export
> later this will be configurable via GUI and you can add you own content 
> exporters.
> this package contains
> 1. ContentExporter - this will be the main class via you can access any 
> "named" exporter, once I am finish ll add some examples.
> 2. Implementations on Export interface
>         - XmlExport - simple human readable xml export
>         - PackageExport - content zipper, it creates a zip including xml and 
> all binary content in a clean directory structure.
> if you wanna test PackageExport --
> PackageExport pe = new PackageExport();
> pe.setBinaryAsLink(true);
> response.setHeader("content-disposition", "attachment; 
> filename="+aPage.getName()+".zip");
> pe.export(aPage, response.getOutputStream());

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to