Related Articles
Groovy Script SQL Connection Bonitasoft
Below is the SQL Connection for a Groovy Script for a SELECT Command in Bonitasoft BPM import groovy.sql.Sql;def host = “localhost”;def user = “bonita”;def pass = “bpm”;def schema = “bonita_journal”;def query = “SELECT * FROM BN_USER where USER_PRO_EMAIL_=’${email_Address__}’ limit 1”;def list=[];sql = providedscripts.BonitaSql.newInstance(“jdbc:mysql://${host}/${schema}”,user, pass, new com.mysql.jdbc.Driver())sql.eachRow(query,{row-> list.add(row.USER_USERNAME_)}); IdentityAPI api = apiAccessor.getIdentityAPI();User userObj = api.findUserByUserName(list[0]);User manager1 […]
Free Online Web Conferencing Websites
Top web conference sites are undoubtedly Cisco Webex, GoToMeeting. But both need to download soft wares whenever you have a meeting. OK that’s not important see below for the list of best online web conferencing websites/tools. Free Online Web Conferencing Websites 1. Cisco Webex http://www.webex.com/ 2. GoToMeeting http://www.gotomeeting.com/fec/ 3. Anymeeting http://www.anymeeting.com/ 4. Google Hangouts http://www.google.com/+/learnmore/hangouts/ 5. FuzeBox https://www.fuzebox.com/ 6. Join.me https://join.me/ […]
How to Customize and Edit Your Blogger Template
Blogger is free blog publishing service from Google just like wordpress and the best thing about blogger blogs are the articles gets indexed in the Google search engine very fast and this article is all about customizing the blogger template, I am going to show how to customize blogger template by taking the default blogger […]

