This week's giveaways are in the MongoDB and Jobs Discussion forums. We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line! See this thread and this one for details.
Can anyone tell me what this code actually does Properties properties = new properies(); properties.put(Context.PROVIDER_URL, "iiop://192.168.3.134"); I am using the webshphere environment. When i try to run this code it just brings up the debugger and sits there not even a crash or an errormessage. If anyone has some sample code of this working i would love to see it. By the way the database I am trying to connect to is not on my own box so Conext.PROVIDER_URL, "http://localhost:7001" ain't going to do anyting for me. Thanks in Advaance Paul