I can think in two ways in order to accomplish wat you want:
1) Elegant way:
Write a small web app that exposes the CMS API as set of WebServices. You would then write
a client app that would call those services.
2) Hacky way
Use HTMLUnit, Selenium or some other web testing framework to automate the sequence of
http requests required to submit an archive.
Since I'm lazy, I'd go for (2)...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185697#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...