You can do it with Groovy 1.1
http://groovy.codehaus.org/Annotations+with+Groovy
On 8/21/07, Daniel Kulp <[EMAIL PROTECTED]> wrote:
>
> Kaleb,
>
> The jaxws stuff would require the service implementor to have the
> @WebService annotation. A script obviously wouldn't have that.
>
>
> Couple thin
Kaleb,
The jaxws stuff would require the service implementor to have the
@WebService annotation. A script obviously wouldn't have that.
Couple things to try:
1) You may be able to use the "simple" frontend that doesn't require the
jaxws annotations.
2) You may be able to stick with the J
I'd like to implement my interfaces using Groovy-scripted Spring Beans but
get errors when referring to the beans by id within the "implementor"
attribute of my endpoint (configured via Spring).
<-- does not work
HelloServiceImpl implements the HelloService interface.
Any ideas?
Regards,
Kal