Category: Work

K2 on your Mobile

All the latest updates from K2 have had some “pluming” done for easier access to K2 Services like the Worklist and SmartObjects. The K2 sync services are designed to be used for mobile applications.

Just a few months later, K2 has released a iPhone and BlackBerry app to handle your worklist on your phone. The apps are very easy to use and require you to have the K2 Services installed and configured correctly. After that, you’ll be able to handle things with one generic application.

For your mobile applications, you’ll probably want a specific form to handle a task and JeyLabs has just released JeyLabs mobile for K2 to help you with that!
The software allows you to easily design these tasks forms! I’d definitely check it out, if you are planning to allow your users to handle their tasks from their mobile device!

K2 and jQuery: Creating a simple Worklist

With the release of K2 Services in the 1290 release, we’re able to get all sorts of data using RESTful services. These services provide output in 3 formats:

  • XML
  • ATOM
  • JSON

XML is the default output. ATOM is a feed-style output which is in essence XML. And JSON is the one we’re going to use. JSON output can be seen as the serialized output of a JavaScript object. This makes it very easy to use in JavaScript and especially jQuery.

Read more »

K2 SmartObject Service and Versioning

This blogpost is outdated. Please see K2 SmartObject Services – Configuration update static endpoint if you have any problems with the K2HostServer.config file changes.

Since the coming of the K2 SmartObject Service in KB1230 , people might have noticed the smartobjectVersion parameter in the managedEndpoints definition. Since SmartObjects have been around, they always had a version. The version number starts at 0 (zero) and increases by 1 (one) when the SmartObject is deployed.
Read more »

WordPress Themes