<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Shiva Blog - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-986f1062" type="application/json"/><link>http://shivablog.disqus.com/</link><description>ShivaSoft blog for Salesforce, Java and .Net</description><atom:link href="http://shivablog.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 16 May 2012 05:09:23 -0000</lastBuildDate><item><title>Re: Salesforce Interview Questions &amp;#8211; Part 5</title><link>http://shivasoft.in/blog/salesforce/salesforce-interview-questions-part-5/#comment-530077903</link><description>&lt;p&gt;thanks for your response.&lt;/p&gt;

&lt;p&gt;how can i declare   packages , i am getting error .&lt;br&gt;plz give any sample code  or any referece link&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Krk12787</dc:creator><pubDate>Wed, 16 May 2012 05:09:23 -0000</pubDate></item><item><title>Re: Salesforce Interview Questions &amp;#8211; Part 5</title><link>http://shivasoft.in/blog/salesforce/salesforce-interview-questions-part-5/#comment-528388587</link><description>&lt;p&gt;Hi Ram,&lt;br&gt;You can have access to other class like JAVA in Apex also.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JitendraZaa</dc:creator><pubDate>Mon, 14 May 2012 07:14:42 -0000</pubDate></item><item><title>Re: Salesforce Interview Questions &amp;#8211; Part 5</title><link>http://shivasoft.in/blog/salesforce/salesforce-interview-questions-part-5/#comment-528311701</link><description>&lt;p&gt;Hi ,&lt;br&gt;This is ram. I am new to salesforce.I have good knowledge on java programming.Can we get other class reference in apex class with out using inner class(like in java new class reference or object by importing packages).&lt;/p&gt;

&lt;p&gt;Thanks for advance help.&lt;br&gt;Thanks&lt;br&gt;Ram&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Krk127487</dc:creator><pubDate>Mon, 14 May 2012 03:06:41 -0000</pubDate></item><item><title>Re: Create SNMP Client in JAVA Using SNMP4j</title><link>http://shivasoft.in/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/#comment-526206519</link><description>&lt;p&gt;@ aslary, select your current project, from the menu choose "Project" and opt for properties in the drop down menu. This opens a Project properties window, select the Libraries tab and click "Add external JARs" button.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Suresh V</dc:creator><pubDate>Fri, 11 May 2012 07:31:44 -0000</pubDate></item><item><title>Re: Step by Step Salesforce Tutorial – Creating Trigger and Test cases – 6 of 6</title><link>http://shivasoft.in/blog/salesforce/step-by-step-salesforce-tutorial-%e2%80%93-creating-trigger-and-test-cases-%e2%80%93-6-of-6/#comment-526160807</link><description>&lt;p&gt;Hi,&lt;br&gt;Either you can add error message at field level or object level.&lt;/p&gt;

&lt;p&gt;Your code explains the field level, below example is at object level:&lt;/p&gt;

&lt;p&gt;trigger test on Account (before insert) {trigger.new[0].addError('Nice try');} &lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JitendraZaa</dc:creator><pubDate>Fri, 11 May 2012 06:12:05 -0000</pubDate></item><item><title>Re: Step by Step Salesforce Tutorial – Creating Trigger and Test cases – 6 of 6</title><link>http://shivasoft.in/blog/salesforce/step-by-step-salesforce-tutorial-%e2%80%93-creating-trigger-and-test-cases-%e2%80%93-6-of-6/#comment-526153481</link><description>&lt;p&gt;hii,&lt;br&gt; plzz tel me another way to write error message in triger except this:&lt;br&gt;trigger test on Account (before insert) {&lt;br&gt;    trigger.new[0].name.addError('Nice try');&lt;br&gt;}&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sakshigandhi261</dc:creator><pubDate>Fri, 11 May 2012 05:49:36 -0000</pubDate></item><item><title>Re: Gantt Chart in Salesforce using JQuery and JSON</title><link>http://shivasoft.in/blog/salesforce/gantt-chart-in-salesforce-using-jquery-and-json/#comment-525557004</link><description>&lt;p&gt;Hi,&lt;br&gt;Either don't pass "CustomClass" or its value must be one of "ganttRed, ganttGreen or  ganttOrange".&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JitendraZaa</dc:creator><pubDate>Thu, 10 May 2012 12:43:29 -0000</pubDate></item><item><title>Re: Gantt Chart in Salesforce using JQuery and JSON</title><link>http://shivasoft.in/blog/salesforce/gantt-chart-in-salesforce-using-jquery-and-json/#comment-525525912</link><description>&lt;p&gt;I'm trying to pass the following JSON string to the Gantt chart, but only an empty frame appears. Is there something wrong with the string or is my error elsewhere? Thanks!&lt;br&gt;[ {&lt;br&gt;  "values" : [ {&lt;br&gt;    "to" : "/Date(1337929200000)/",&lt;br&gt;    "label" : "Item2",&lt;br&gt;    "from" : "/Date(1336546800000)/",&lt;br&gt;    "desc" : "test",&lt;br&gt;    "customClass" : null&lt;br&gt;  }, {&lt;br&gt;    "to" : "/Date(1337324400000)/",&lt;br&gt;    "label" : "Item1",&lt;br&gt;    "from" : "/Date(1336978800000)/",&lt;br&gt;    "desc" : "test",&lt;br&gt;    "customClass" : null&lt;br&gt;  } ],&lt;br&gt;  "name" : "Test",&lt;br&gt;  "desc" : "This is a test"&lt;br&gt;} ]&lt;br&gt; &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steve Leslie</dc:creator><pubDate>Thu, 10 May 2012 12:04:34 -0000</pubDate></item><item><title>Re: Create SNMP Client in JAVA Using SNMP4j</title><link>http://shivasoft.in/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/#comment-525336091</link><description>&lt;p&gt;Hi. I have a question for you. If I would like to make a java program that will bind every 1 second a variable to a MIB oid that I've created (ex: form interfaces i've created ifATR and ifOWD) how can I do it. I would like this program just to bind the variable and every time i send a snmp request(using NETSNMP) to respond with that variable.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Magda Stefan Mihail</dc:creator><pubDate>Thu, 10 May 2012 07:14:41 -0000</pubDate></item><item><title>Re: JDBC Example with Microsoft Access in Swing, Next and Previous navigation</title><link>http://shivasoft.in/blog/java/jdbc-example-with-microsoft-access-in-swing/#comment-524419048</link><description>&lt;p&gt;how to add a table in the form?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sanjay</dc:creator><pubDate>Wed, 09 May 2012 10:13:00 -0000</pubDate></item><item><title>Re: JDBC Example with Microsoft Access in Swing, Next and Previous navigation</title><link>http://shivasoft.in/blog/java/jdbc-example-with-microsoft-access-in-swing/#comment-524213189</link><description>&lt;p&gt;Thank you very mach for publishing this code i had find several day this kind of Code Finally I found&lt;br&gt;i  am indika from Sri Lanka&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Indikamakawitage</dc:creator><pubDate>Wed, 09 May 2012 06:20:17 -0000</pubDate></item><item><title>Re: Difference between Sandbox and developer edition in Salesforce</title><link>http://shivasoft.in/blog/salesforce/difference-between-sandbox-and-developer-edition-in-salesforce/#comment-524162169</link><description>&lt;p&gt;Developer edition is to try all features of salesforce without buying.&lt;/p&gt;

&lt;p&gt;Sandbox is the instance given by salesforce when you buy license and its exact copy of production&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JitendraZaa</dc:creator><pubDate>Wed, 09 May 2012 05:37:59 -0000</pubDate></item><item><title>Re: Difference between Sandbox and developer edition in Salesforce</title><link>http://shivasoft.in/blog/salesforce/difference-between-sandbox-and-developer-edition-in-salesforce/#comment-524155863</link><description>&lt;p&gt;Answer was not clear please tell in a precise way &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rameshreddygunda</dc:creator><pubDate>Wed, 09 May 2012 05:32:46 -0000</pubDate></item><item><title>Re: Dynamic Approval Process in Salesforce based on the Apex and Trigger</title><link>http://shivasoft.in/blog/salesforce/dynamic-approval-process-based-on-the-apex-and-trigger/#comment-524144013</link><description>&lt;p&gt;We cannot hide / unhide custom buttons on Standard Page layout&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JitendraZaa</dc:creator><pubDate>Wed, 09 May 2012 05:22:12 -0000</pubDate></item><item><title>Re: Dynamic Approval Process in Salesforce based on the Apex and Trigger</title><link>http://shivasoft.in/blog/salesforce/dynamic-approval-process-based-on-the-apex-and-trigger/#comment-524142782</link><description>&lt;p&gt;Can we have hide-when formula on custom buttons?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Royampatuan</dc:creator><pubDate>Wed, 09 May 2012 05:20:47 -0000</pubDate></item><item><title>Re: Step By Step Hibernate Tutorial Using eclipse WTP</title><link>http://shivasoft.in/blog/sql/myqsl/step-by-step-hibernate-tutorial-using-eclipse-wtp/#comment-523762520</link><description>&lt;p&gt;Hi Jitendra..great article and helped me a lot..i've implemented all the steps and rite now in testing the with main method..when i run the main method i am getting an exception &lt;/p&gt;

&lt;p&gt;Failed to instantiate SLF4J LoggerFactory&lt;br&gt;Reported exception:&lt;br&gt;java.lang.NoClassDefFoundError: org.slf4j.impl.StaticLoggerBinder&lt;/p&gt;

&lt;p&gt;I have all the jars in the buildpath as per the article wat could be error ?? pls advise &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Harry</dc:creator><pubDate>Wed, 09 May 2012 00:54:35 -0000</pubDate></item><item><title>Re: Streaming API Using JQuery &amp;#8211; Salesforce</title><link>http://shivasoft.in/blog/others/tips/streaming-api-using-jquery-salesforce/#comment-522660378</link><description>&lt;p&gt; Nice post...Thanks 4 sharing&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rojalinpdp</dc:creator><pubDate>Tue, 08 May 2012 07:43:21 -0000</pubDate></item><item><title>Re: Create Executable jar file of classes in package</title><link>http://shivasoft.in/blog/java/create-executable-jar-file-of-classes-in-package/#comment-521161031</link><description>&lt;p&gt;Thanks again. I just changed some of the back slashes to forward ones to run on Ubuntu 12.04&lt;br&gt;Javac 1.7.0_03, Great tutorial. b&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mountainb</dc:creator><pubDate>Sun, 06 May 2012 17:03:15 -0000</pubDate></item><item><title>Re: Compile and run Java program in package from command line</title><link>http://shivasoft.in/blog/java/compile-and-run-java-program-in-package-from-command-line/#comment-521140285</link><description>&lt;p&gt;Thanks Ran on Ubuntu 12.04 just as is. I did have to include all the directories to the source file.&lt;br&gt;b&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mountainb</dc:creator><pubDate>Sun, 06 May 2012 16:23:42 -0000</pubDate></item><item><title>Re: Salesforce Interview Questions &amp;#8211; Part 1</title><link>http://shivasoft.in/blog/salesforce/salesforce-interview-questions/#comment-520804692</link><description>&lt;p&gt;dear jitendra, i am learning &lt;a href="http://salesforce.com" rel="nofollow"&gt;salesforce.com&lt;/a&gt; developer, so its possible to get  job fresher mode in salesforce,&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Senthilindia09</dc:creator><pubDate>Sun, 06 May 2012 02:56:31 -0000</pubDate></item><item><title>Re: Salesforce Interview Questions &amp;#8211; Part 1</title><link>http://shivasoft.in/blog/salesforce/salesforce-interview-questions/#comment-520803349</link><description>&lt;p&gt;this 100*100 % IS USEFUL  FOR ME. THANKS BUDDY CHEERS.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Senthilindia09</dc:creator><pubDate>Sun, 06 May 2012 02:50:08 -0000</pubDate></item><item><title>Re: Puzzles &amp;#8211; Logical questions asked in interview</title><link>http://shivasoft.in/blog/others/puzzle/puzzles-logical-questions-asked-in-interview/#comment-520777698</link><description>&lt;p&gt; How wil u add 4 zeros after 120?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Aftab</dc:creator><pubDate>Sun, 06 May 2012 01:41:50 -0000</pubDate></item><item><title>Re: Salesforce Interview Questions &amp;#8211; Part 1</title><link>http://shivasoft.in/blog/salesforce/salesforce-interview-questions/#comment-519207848</link><description>&lt;p&gt;hi Jitendra  this is  karthik from hyd.I am learning sfdc. can u help me by sending the necesssary material for developer.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Karthikreddy Mule</dc:creator><pubDate>Fri, 04 May 2012 12:38:38 -0000</pubDate></item><item><title>Re: Compile and run Java program in package from command line</title><link>http://shivasoft.in/blog/java/compile-and-run-java-program-in-package-from-command-line/#comment-518697408</link><description>&lt;p&gt;Thanks. It works... :-) &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Manish Patel</dc:creator><pubDate>Fri, 04 May 2012 05:06:16 -0000</pubDate></item><item><title>Re: Passing multiple Parameters in ActionFunction in Visualforce</title><link>http://shivasoft.in/blog/salesforce/passing-parameter-in-actionfunction-in-visualforce/#comment-517894816</link><description>&lt;p&gt;HI &lt;br&gt;COULD YOU PLEASE EXPLAIN SALES FORCE ARCHITECTURE .&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Narayana0005</dc:creator><pubDate>Thu, 03 May 2012 14:21:36 -0000</pubDate></item></channel></rss>
