[jboss-user] [JBoss Portal] - Re: Reading/Updating JBoss CMS Files via Java Batch Program

psevestre do-not-reply at jboss.com
Thu Oct 30 08:43:05 EDT 2008


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#4185697

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185697



More information about the jboss-user mailing list