KEEP IN TOUCH CALL US: 877 513 3118
Hello folks,
Recently I got involved in a project for building a demo application for one of our customers with Kinect for Windows. Yes, something similar what Tom Cruise did in the movie Minority Report. Waving arms, moving stuff around, swipes, speech recognition, manipulating computer screens without even touching it. Pretty cool!!! The idea in the movie showed us how technology would be after 50 years from that day.
Minority Report Movie clip.
Well, that 50 years of time frame got squeezed and recently on Feb 1st 2012, Microsoft released the official Kinect for Windows SDK. That’s just 10 years from the movie release. Although, the product is in it early stages but with developer creativity and continuously improving hardware, those features shown in the movie are not very far away from becoming a reality. Soon after releasing the SDK, Microsoft again announced in March the release of its new Kinect for Windows SDK version 1.5 which is coming out in sometime May. More history about Kinect.
Anyways, so for a newbie with Kinect, where would you start. Here is what I would suggest you can do.
I always hate developing UI application but well, you would need to get your hands dirty with WPF too in order to work with Kinect. So get started with WPF concepts too.
I will keep adding stuff to the list once I come across them but so far the above list would definitely get you started building your first Kinect apps.
Till then Happy Kinecting…!!!!! ![]()
Thanks,
Vishal Mody
In this post we will see few of the initial steps for developing BizTalk Solutions for integrating with PeopleSoft Enterprise Systems using PeopleSoft Adapter. In order to proceed further, you must have Installed and Configured PeopleSoft Adapter properly, both on BizTalk side and PeopleSoft System side. This particular post is based on PeopleSoft HRMS 9.0 system. But the steps shown below should be same for any PeopleSoft Enterprise System.
The steps will be same to connect to any Component Interface of PeopleSoft System. Here we will be connecting to the Employee Personal Data component interface.
Environment:
BizTalk Server 2010
Visual Studio 2010
SQL Server 2008 with SP2
PeopleSoft HRMS 9.0 with PeopleTools 8.52
Steps:
Commonly when you try to connect the Enterprise Applciatons with BizTalk Adapters you might get errors like :
E-PSFT0029: JVM was not started
OR
Unable to find JAVA_HOME.
As the error says, it is unable to locate the JVM.dll and unable to start it.
Resolution:
Success:
Failure:
Hope these helps.
Thanks,
Vishal Mody