I recently started a project to develop some portlets that will run on IBM WebSphere Portal Server 6.1.
Does anyone know about any scripts, Ant tasks, Maven plugins, etc. to publish a portlet to Portal Server? In the WebSphere Portlet Factory plugin for eclipse, you can โpublishโ the portlet project for the Portal Server instance, however I would like to know what is happening under the hood here (or at least how to replicate the behavior), so that I can do it elsewhere (i.e. from a continuous integration server).
UPDATE. From what I read, it looks like the Factory portlet is publishing using the WebSphere JMX client. Does anyone know where I can find more details about this?
source
share