Wow. 2 weeks since my last post. Had about 100 twits since then. Just goes to show you.
Month: June 2009
Facebook App Development
So, preparing to my alphageeks lecture, I started building a demo facebook application. As always, I try to set the standard high – probably too high for my free time. So, mining facebook data is not interesting enough for me. Instead – I want to build a facebook applicaiton, that will be hosted on my page.
- I started by downloading Apache-Tomcat 6, hoping it will run my application.
- Downloaded the Google Java Facebook API, and the web application that comes along with it. (See here)
- Deployed the web-app in Tomcat.
- Got tons of DB related problems – but I don’t care.
- Fixed params in the facebook.properties file (api_key, secret and callback)
- Got a static IP.
- Changed the facebook app call-back URL
- Added my custom code to the web-app.
- Voila – all works.
TPTP and Java6
Well, I’m demoing TPTP, and decided to use Java6. Why? Because my laptop is new, and I’m going with the most up-to-date version. Not neccessarily the right call. Why? Because all tutorials on the net show how TPTP work with Java5, and not with Java6. What’s the difference? JVMPI, which TPTP works on, is discontinued on Java6. So, how do we profile using TPTP?
Meeting effectiveness is disproportional to its length
Well, I’ve read – http://www.businessinsider.com/how-not-to-blow-your-meeting-with-me-2009-6 – and loved it.
SOA and GWT/HTML Scraping
As promised, I continue my previous posts on the Message Enrichment scenario. I met with the customer, and it seems, that the only way to truly enrich their ESB message is to build an image processing engine right inside the ESB. Although it sounds quite cool – and I’d love to do it myself, since it’s been years since I wrote some image processing code (last time was on Turbo Pascal for Windows 1.5 – 😉 ) – it seems like a waste to put inside the ESB.