Forums |
 |
asychronous callback patterns
I was wondering if anyone could explain the details of how asynchronous callbacks are handled. eg does the client maintain an open connection to the server while it waits for a response, how long can it wait(is this bound to the session timeout)? Further since JAX-WS supports WS-Addressing through support for WS-I Basic Profile, is it possible to specify to return address for a proxied call? Finally, has anyone considered if it is possible to implement a Subcriber/Notification pattern using JAX-WS so that clients can 'subscribe' once to serverside 'events types' and recieve mutliple callbacks stemming from those 'events'? —
Re: StackOverflow on OneToOneMapping ?
Yes section 2.1.8.3.1 is one area that is currently being addressed (implementation wise). The current code was written to support the Public draft and work is underway as we speak to support this section of the PFD. Just a shot in the dark though, I wonder if the defaulting on the 1-1 is causing this. Try specifying the name attribute on the one to one (that is name=PARENT_ID). If that doesn't help I can certainly look into this problem further now that I have your model class to work with. —
Also in Java Today |
 |
Is Java getting better with age?
"A surefire way to ignite a Web flame war is to say one programming language is better than another. James Gosling, known the 'father of Java,' understands that as well as anybody. In a recent blog, Gosling walked into the most recent dustup regarding Java and scripting languages." In the News.com interview Is Java getting better with age?, Gosling speaks about "the never-ending debate over programming languages, the bright side of being flamed and the future direction of Java."
Java Tops TIOBE Programming Language Poll
Java has displaced C as the top computer programming language, according to the latest stats from the The TIOBE Programming Community index, which tracks language popularity from a normalized scan of occurrences in a scan of the Google, MSN, and Yahoo! web search engines and Google newsgroups. "The Java language has increased its popularity in 2005 with 4.77%. This is the highest positive delta if compared to other programming languages. Congratulations to the Java team! Java version 5, released at the end of 2004, has definitely proven to be a step forward in strong typing with its generic types. We are looking forward to Java 6 in 2006! The runners up for 2005 are C# (+1.35%) and suprisingly Visual Basic (+1.17%)."
Java News Headlines |
 |
