Blog

Posts Tagged ‘Java EE

12 Nov, 2008

Webservices in Java EE

Posted by: admin In: Programming| Uncategorized

I had no idea that webservices were this easy in Java EE! Just smack on two or more annotations. Annotate the stateless session bean with @Webservice and the methods you want to expose with @WebMethod and you got yourself a webservice! That’s really nice!