Petals ESB Web Management

A Web Management Application for Petals ESB

View the Project on GitHub petalslink/petals-web-management

Petals Web Management

Management Web console for OW2-Petals ESB (http://petals.ow2.org) based on PlayFramework v1.

Install & Run

Download PlayFramework v1.2.5 at http://www.playframework.com/download, add it to your path and then:

git clone https://github.com/petalslink/petals-web-management.git
cd petals-web-management
play dependencies
play run
open http://localhost:9000

The current version has been tested with Petals ESB v4.1. You can get it from http://petals.ow2.org/download.html

Develop

Using Eclipse IDE:

play eclipsify

Will generate an Eclipse project, then import it in Eclipse.

License

Copyright (c) 2013, Linagora

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA