Back to REST Support, or REST Support Info
| At line 11 added 4 lines. |
| ! Short term |
| Make it possible. |
| ! Long term |
| Make it easier. |
| At line 37 changed 1 line. |
| * |
| * [Deploying JAXRS-POJO to Fuji | JaxrsPojoInFuji] |
| At line 43 added 1 line. |
| !! Background for Use-case 3 |
| At line 45 added 6 lines. |
| ! Notes on JAX-RS Pojo |
| * POJO's expose a resource |
| * REST service by annotating POJO? |
| * Let REST POJO call ESB (Like SOAP to EJB??? (Not sure I got this right I have ESB in my notes)) |
| * Is JAX-RS EE-only or also available on SE (Later was assumed) |
| * JAX-RS only specifies a server interface. Jersey implements a client API (could be useful.) |
| At line 52 added 18 lines. |
| !! Longer Term |
| ! First class representation of resources in ESB |
| ! Resource view of System | Services view of System (Possible? Would be nice.) |
| ! Conventions: CRUD operations and ME pattern |
| ! Mapping URL -> ESB interaction |
| ! How do we define a REST service? |
| * Jersey + ESB api |
| ** Declarative |
| * Can we annotate a POJO then generate WADL? (Reversal of contract) |
| * WSDL 1.1 |
| ** GET/POST only. Still hard. |
| * WSDL 2.0 |
| ** Is this enough of an improvement? |
| * WADL as a description? |
| ** Jersey supports WADL? Maybe. |
| At line 72 added 9 lines. |
| !! Prototype |
| * [a Rest Binding Component based on Jersey implement | RestBCPrototype] |
| * [RestBC Component Page | RESTBC] |
| !! Testing |
| * [FujiComponentIntegrationTests] |