Back to Fuji Service API, or Fuji Service API Info
| At line 125 added 5 lines. |
| The Service API can be used by and code deployed on the Fuji platform. A few examples: |
| * OSGi bundles |
| * Java objects deployed to the POJO Service Engine |
| * Webapps deployed in GlassFish v3 |
| * JRuby scripts deployed to the JRuby Service Engine |
| At line 131 added 2 lines. |
| One of the design goals of the Service API is to be 100% compatible with the POJO Service Engine. Hopefully, the same set of annotations can be shared between the Service API and the POJO SE, with the POJO SE likely offering a superset of functionality (e.g. threading config). |