Skip to content

Instantly share code, notes, and snippets.

View hiscaler's full-sized avatar
💭
I may be slow to respond.

hiscaler hiscaler

💭
I may be slow to respond.
View GitHub Profile
@henryyan
henryyan / gist:4206359
Created December 4, 2012 17:10
通过Ajax方式读取Activiti Rest数据
/**
*
* Base64 encode / decode
* http://www.webtoolkit.info/
*
**/
var Base64 = {
@lucassouza1
lucassouza1 / ActivitiService.php
Created July 2, 2011 10:33
Activiti Rest Client PHP
<?php
class ActivitiService{
const BASE_URL = 'http://localhost:8080/activiti-rest/service/';
const ADMIN_USERNAME = 'kermit';
private $_services = array(
'processDefinitions' => 'process-definitions',
'processDefinition' => 'process-definition/',