Skip to content

Developing on the service registry

mkalam-alami edited this page Jul 4, 2011 · 29 revisions

Check out the easysoa-model-demo project, do a mvn eclipse:eclipse at the root of the maven projects (in "plugins/"), import them in Eclipse and you're ready to go !

In order to build and deploy the plugins, you can either:

  • Use [Buildr](Development Environment) (recommended). Check out the easysoa-demo-dist to the same folder as the other repository, configure your Nuxeo location in "build.yaml", then build and deploy by typing buildr nx_mvn nx_dist from the easysoa-demo-dist folder.
  • Build them using the "buildPlugins.sh" (or ".bat") script, them move the "target/plugins" contents to your Nuxeo plugins folder ("./nxserver/plugins").
Clone this wiki locally