Hi,
I'm working on the grails spring ws plugin where we use a PayloadRootQNameEndpointMapping to implement endpoints.
While trying to implement auto-reloading for endpoints, I got an NPE when...
Type: Posts; User: houbie; Keyword(s):
Hi,
I'm working on the grails spring ws plugin where we use a PayloadRootQNameEndpointMapping to implement endpoints.
While trying to implement auto-reloading for endpoints, I got an NPE when...
Tom,
As I understand it, your EntityManager class is simply not part of your public API. So you should just state this in the javadoc iso preventing that objects are being instantiated. Your...
Why would you want to prevent that your classes are being reused, and why would you want to force using Spring?
I can give you multiple reason for not preventing this:
One of the key advantages...
Hi,
In our current project we need to provide a simple (stand alone POJO) service
with high availability guarantees. The simplest way (for us) is to install it
on multiple servers and build a...