BMW leaves Second Life

July 29, 2008 at 22:18 | In VU | 8 Comments
Tags: , ,

Earlier today I made a trip to the BMW New World1 island in Second Life after an invitation from Munich Express to hear an announcement. I have hardly spent any time in virtual worlds lately but I’ve had many interesting conversations about them with Munich in the past and was intrigued to find out what news BMW had.

Like others, BMW has decided to end its current virtual world experiments in Second Life. Although it will be a shame to see them go, the message was generally very positive about the future for virtual worlds, which BMW are still investigating to use internally, hosted on their own servers. The announcement ended with a free gift for the audience, which I still can’t drive; I can see why there were never any BMW cars to test drive in Second Life!

BMWPod

BMW Pod

I’m glad I made it to the event, which sparked some great debate, and I’ll certainly be keeping in touch with Munich/Achim inside/outside Second Life.

Updates:

Four thousand words

July 28, 2008 at 18:05 | In Ones and Zeros | Leave a Comment
Tags: , , , , ,

I’ve been looking for suitable photos I can use for a presentation I’ve been working on today. It’s my first attempt at the more pictures than words approach, although it does have bullet points as well- I don’t think my target audience is ready to let them go completely, and I don’t do enough presentations to get away with it.

I’m quite pleased with the selection of photo’s I was able to find, so here they are:

A big thanks to the photographers and for the creative commons license that enabled me to use their photos.

Local Heritage

July 21, 2008 at 23:18 | In Life, the Universe, and Everything | 2 Comments
Tags: , , , , ,

After reading about Diamond Geezer’s endangered bollards, I wondered whether there were any threatened sites near me. Turns out the field I live in is pretty dull but there is one on the list right next to where I work!

Despite working in Hursley for over 10 years I’ve never been to Merdon Castle, mostly because it isn’t open to the public. Still, might have to investigate one lunch time.

Site of Merdon Castle by Jon S

Site of Merdon Castle

© Copyright Jon S and
licensed for reuse under this Creative Commons Licence.

Running MDM transactions in a development environment

July 14, 2008 at 08:17 | In Ones and Zeros | 4 Comments
Tags: , , , , ,

After setting up an MDM Server development environment you will probably want to start running transactions sooner or later to test things out. Having recently needed to do just that and, by coincidence, following a question about the subject, here are a couple of simple options to get started quickly:

Option 1: Web Service Adapter Sample Client

Using the web service adapter sample client lets you submit MDM XML transactions from a simple web page. The web service adapter is a legacy part of the product which simply wraps up traditional MDM transaction requests in a web service request but it’s ideal for running quick tests.

The developer environment set up process leaves an unpacked set of MDM files behind, including WCCWSAdapter.war and WCCWSAdapterSampleClient.war files. For example on my machine, the files are in C:\MDM\UNPACK\WCC\legacyAdapters\WebServicesAdapter. (You set the location to unpack the files in to on the set up wizard, which you can re-run if you cleaned up afterwards.)

I imported the war files into my workspace, configured the webservices.properties settings in WCCWSAdapter/WebContent/WEB-INF/classes and deployed everything with the MDM EAR.

Once deployed, you can open the following URL to submit transactions:

http://localhost:9080/WCCWSAdapterSampleClient/sample/WsDWLServiceControllerAdapterProxy/TestClient.jsp

Set the end point to http://localhost:9080/WCCWSAdapter/services/WsDWLServiceControllerAdapter before submitting the first request.

Option 2: Test with Web Services Explorer

In RSA you can right click on any .wsdl file and select ‘Web Services > Test with Web Services Explorer’, which includes the .wsdl files in the MDM *WSEJB projects.

Before testing the MDM web services you’ll need to modify some .xmi files since, by default, security for the test environment server will be off, but the web services will be configured for security being on. For example, if you want to run Party web services, look in the PartyWSEJB/ejbModule/META-INF/ directory. You should see ibm-webservices-bnd.xmi and ibm-webservices-ext.xmi files, plus *_SecurityDisabled.xmi and *_SecurityEnabled.xmi versions of the same files. Copy the *_SecurityDisabled.xmi versions over the the plain *.xmi files and redeploy the MDM application.

Finally, open your chosen .wsdl file and set the end point to the test server. For example I opened PartyWSEJB/ejbModule/META-INF/wsdl/PartyService.wsdl and set the PartyPort address to http://localhost:9080/PartyWS_HTTPRouter/services/PartyPort

Then you’re ready to right click on the .wsdl file and select ‘Web Services > Test with Web Services Explorer’.

Those aren’t the only ways to run MDM transactions, but I’ve found them really useful for quick and dirty tests. For a more in depth look at using the web services interface, check out the Configure and invoke Web services for WebSphere Customer Center developerWorks tutorial. I hope to cover more options in the furtue, for example using the messaging adapter, but in the mean time I’d be very interested to hear of any other articles out there for submitting requests.

Update: see also Option 3 for using the InstallVerification project to run transactions (27 August 2008)

Walking to work

July 5, 2008 at 22:27 | In Life, the Universe, and Everything | 2 Comments
Tags: , , , , , ,

I haven’t been abroad for IBM in a while but I spent last week in Paris. Or at least pretty close to Paris in La Défense which I didn’t escape from due to working far too many hours! Still, I’ve been sent to less interesting places; not to name names but I stayed somewhere that used to be called the Clinic View Hotel, and that really was about as interesting as it got!

There was a big practical advantage to staying in La Défense since that’s were I was working, so I could just walk to work. I like walking and there were some great buildings to look at along the way, which made for a very relaxing commute.

Arche de la Défense

Arche de la Défense

I dream of being able to walk to work every day.

Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.