Issue in downloading Talend Open Studio for ESB - talend

I am trying to download Talend open studio for ESB but when ever I download I am only getting Talend open studio for data Integration
But I need to get Talend open studio for ESB to do my work
Can someone help me with this

I think that now every download for ESB should be made from the sourceforge url :
https://sourceforge.net/projects/talendesb/

Related

jaspersoft studio hangs by Searching Data Adapters in project

I have installed tibco jaspersoft Studio last version and wanted to edit some jasper files. I have imported the project from git and everytime when I open the project it loads for ever and hangs by searching Data Adapters see screenshot:
It takes resources and time. Any Idea how to solve this problems?
p.s.: I have also tried pluging for eclipse and got the same problem

Pentaho Marketplace Install Saiku Chart Plus Plugin Failed

I currently have Pentaho 5.0.1-stable Bi server. I already installed:
Community Dashboards Framework,
Community Data Access,Community Dashboard Editor,
Community Graphics Generator,
Saiku Analytics.
But I also need to install Saiku Chart Plus Plugin. But I cannot download it.
Here is what the log says:
I noticed the errors says that the Plugin did not contain ID.
Please help on installing the plugin. Thanks!
Check the downloaded ZIP file - it usually means that the Marketplace got some kind of redirect response and ZIP contains html file with an address to plugin.
When you download zipped plugin, extract it in /pentaho-solutions/system folder and restart the server

how to upload jrxml file in jaspersoft studio? sftp

After editing a jaspersoft template in Studio version 6.0.3 is it possible to export or upload the jrxml file to my server via sftp directly from JasperSoft Studio?
Currently after edits are made and saved I have to go to the ftp client to upload files.
you could try to use Eclipse RSE installing the dedicated feature. It's possible from Jaspersoft Studio. You simply need to add the update site for it.
I would suggest you use Indigo one, because the Juno (dedicated to 4.2.x) may screw up UI and other JSS capabilities.
Even if the Eclipse 3.8.2 version, the platform used by JSS product, is referred as Juno, it can be more like a bug-fix version of Indigo 3.7.x.
So you could add the Indigo update site: http://download.eclipse.org/releases/indigo/
Later you can select the feature "Remote System Explorer End-User Runtime", install it and you are free to try if it suits your needs.
See screenshot below:
Personally I simply installed, but I didn't play with it.
Anyhow I suggest you to also give a look to the following blog post: http://rays-blog.de/2012/05/05/94/use-winscp-to-upload-files-using-eclipses-autobuild-feature/
Maybe it's better to set-up a custom script, like this user did because not completely satisfied of the Eclipse-like solutions.
It's worth mentioning also this one: http://www.jcraft.com/eclipse-sftp/
In my case it didn't work even if installation appeared to have completed successfully. Maybe it's too old for the latest Eclipse versions.
Regards,
Massimo.

jquerymobile widgets missing from palette in eclipse while working on IBM worklight project

i am new to IBM worklight and mobile app developement as it is so i will be very grateful if somebody helps.
configuration
windows 8 64bit
eclipse juno 1.5.2
ibm worklight studio 6.0.0
jquery.mobile-1.3.0
i have read many forums and questions on stackoverflow itself. they suggest that it will work on jquery.mobile -1.3.1 nut i can't find the specific version online.
Also when i goto help->check for updates it outputs no updates found along with error message:
No repository found at file:/D:/software/ibm%20tools/ibm%20tools/jquery.mobile-1.3.0/.
No repository found at file:/D:/software/ibm%20tools/ibm%20tools/adapt/.
so the problem is that when i open the html file of my project only Html tags and html form tag gets opened but a jquerymobile widgets are missing.
what exactly is the problem is it with the way of my jquerymobile import or versions or is it entirely something else if problem is version kindly state me a few resources if you can!!
i am really in need to get my project done if anyone helps again i will be really grateful.
Use jQuery Mobile 1.3.1: http://jquerymobile.com/resources/download/jquery.mobile-1.3.1.zip
With this version of jQuery Mobile you will be able to see the Palette view in Eclipse while using Worklight Studio's RPE.

Source Control for Xamarin /VS2010 cross-platform solutions

I would like to know how to connect Xamarin Studio with a TFS (Team Foundation Server) for source control purposes or, if it's not possible, how to connect Visual Studio 2010 to Git.
I am already trying to use TFS from http://tfs.visualstudio.com/ and it's working great with VS2010 but I couldn't find a way to connect it to Xamarin Studio.
The goal is to manage all source codes in the same way - the developers are located in different places so the server should be placed in internet - and I think I will decide among TFS or Git. I tried to use the Git Plugin but it doesn't work with VS2010.
Is there anyone who already found a good solution? I know there's a plugin for VS2012 (Using Git with Visual Studio) but I found nothing for 2010 version.
I tried to use this too: http://www.youtube.com/watch?v=efS0kKvfi6k but I think it's not what I am looking for (reliable way to manage source codes from a server)!
I am ready to install and use other source control systems too, if they can manage sources from VS and Xamarin Studio.
First, you have to have a git-enabled team project. Then from Xamarin Studio click on version control menu then choose checkout. Enter your team project url tfs credentials to git clone it.
Xamarin studio integrates with git and subversion out of the box now, and will connect to any tfs projects that have been git enabled. (i don't use subversion so i can't speak to that one)