function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
hisrinuhisrinu 

Can we place Java code inside the salesforce?


Hi,

Generally in flex we can develop the code and then with the help of s-control we can get the session id and url of the current user. After that we can place that in an webtab to access inside the salesforce.

Is there anyway like the above one for java, I want to place my swing code in the salesforce.com.
Any thoughts on this? Thanks for your help.

werewolfwerewolf
You may be able to store your Swing code inside a Java applet as a Static Resource and use it that way.  Look up the docs on Static Resources.
J2meJ2me