Enunciate 1.8 Released
Enunciate 1.8 was recently released with support for JAX-RS annotations. This means that Enunciate will now be able to process your Web service API as defined by JAX-WS (for SOAP endpoints) and JAX-RS (for REST endpoints). If you already have your endpoints defined via JAX-WS and/or JAX-RS, it might be a good time to check out the additional features that Enunciate can provide.
- Full User Documentation
Enunciate will generate nice HTML documentation for your Web service API, scraped from the JavaDocs. - Client-Side Code
The documentation will have links to download client-side code that Enunciate generated to be able to invoke your service operations via the Web service API. - WSDLs, Schemas, etc.
The WSDLs and Schemas were generated by Enunciate from the source code, so they're consolidated, well-formatted, and documented. - Additional Endpoints
Enunciate will publish your JAX-WS endpoints as GWT RPC endpoints and AMF endpoints (for Flex clients)
Enunciate 1.8 also added support for GWT 1.5 and a hefty set of bug fixes and minor enhancements
- Login or register to post comments
- Printer-friendly version
- stoicflame's blog
- 548 reads






Comments
by roepie - 2008-11-14 03:55
Excellent! I can't wait :-)by stoicflame - 2008-11-13 10:39
I expect 1.9 in about 6 weeks, give or take.by roepie - 2008-11-13 02:09
Excellent stuff, I must say! I was just wondering, I saw in JIRA that you plan to do the CXF module in v1.9. Maybe a bit soon after the release of 1.8 but do you already have an idea when this might be released? I use CXF for all our services and I'm very content with it so it would be great to use Enunciate with CXF. Keep up the good work! Ronald