| java Programming Glossary: behalfOAuth Google API for Java unable to impersonate user http://stackoverflow.com/questions/11660666/oauth-google-api-for-java-unable-to-impersonate-user  a user and add files to the users Google Drive on their behalf from a server process. I've setup a service account and can.. 
 Java File Locking http://stackoverflow.com/questions/2045734/java-file-locking  but it says in the Javadoc that File locks are held on behalf of the entire Java virtual machine. They are not suitable for.. 
 Problem with Java file locking mechanism (FileLock etc) http://stackoverflow.com/questions/2479222/problem-with-java-file-locking-mechanism-filelock-etc  The JavaDocs also explicitly states File locks are held on behalf of the entire Java virtual machine. They are not suitable for.. 
 Besides EAR and EJB, what do I get from a Java EE app server that I don't get in a servlet container like Tomcat? http://stackoverflow.com/questions/269186/besides-ear-and-ejb-what-do-i-get-from-a-java-ee-app-server-that-i-dont-get-in  j2ee is that the container will manage all these on your behalf declaratively. With the advent of EJB3 if you need container.. 
 JPA: How to have one-to-many relation of the same Entity type http://stackoverflow.com/questions/3393515/jpa-how-to-have-one-to-many-relation-of-the-same-entity-type  and daughter there. It then persists both children on my behalf even though I didn't explicitly request it. One more note. It.. 
 How does UserTransaction propagate? http://stackoverflow.com/questions/4118353/how-does-usertransaction-propagate  s and other resources in the current transaction on your behalf. These interfaces also allow the container to offer callbacks.. as well as means to do other things on your behalf upon transaction completion such as flushing closing EntityManagers.. 
 Moving decimal places over in a double http://stackoverflow.com/questions/4937402/moving-decimal-places-over-in-a-double  d performs a small amount of rounding on your behalf but it is not much. If you are wondering what it might look.. 
 How do I simulate a buffered peripheral device with SwingWorker? http://stackoverflow.com/questions/7036509/how-do-i-simulate-a-buffered-peripheral-device-with-swingworker  one and had another SwingWorker thread spawned on its behalf then there might be two threads simultaneously trying to fill.. 
 |