Where can I find Worklight Studio plug-in for IBM Worklight v5.0.0.3? - plugins

I'm trying to find IBM Worklight Studio v5.0.0.3 (Eclipse plug-in).
The Eclipse Marketplace provides only the latest version (5.0.6).
It seems that IBM does not publically provide download of previous versions of IBM Worklight Studio (Eclipse plug-in).
I need to use specifically 5.0.0.3 as the server is the same version.
Does anyone knows where to find/download IBM Worklight Studio v5.0.0.3?

Worklight Developer Edition installation:
1.Eclipse Juno 4.2.2 (Java Platform, Enterprise Edition, or Classic).
The Worklight installation will fail if you are running a different version of Eclipse
Note: Java Platform Eclipse will be preferable.
Download Link : http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/juno/SR2/eclipse-java-juno-SR2-win32-x86_64.zip
2.Supported operating systems: Mac OS X Lion 10.7 or Mountain Lion 10.8; Windows 7 or 8; Linux Red Hat Workstation 6, Linux SUSE 11, or Ubuntu 12.04
Reference: http://www.ibm.com/developerworks/mobile/worklight/download/install.html
3 IBM Worklight:
Install IBM Worklight Developer Edition
Download iws_update_site_wde.version.zip from
http://public.dhe.ibm.com/ibmdl/export/pub/software/mobile-solutions/worklight/ add this Archive file in eclipse
Install IBM Mobile Test Workbench for Worklight (optional)
Download mtww_update_site_wde.version.zip from
http://public.dhe.ibm.com/ibmdl/export/pub/software/mobile-solutions/worklight/ add this archive file in eclipse.
Android
ADT Plugin for eclipse: https://dl-ssl.google.com/android/eclipse/
SDK: http://developer.android.com/sdk/index.html
Note: Install Android First then install IBM Worklight.
Further help : https://chat.stackoverflow.com/rooms/34670/ibm-worklight-developer-phonegap

The eclipse marketplace version is the free Developer Edition. It runs completely within eclipse and there's no standalone Worklight server.
If you've install a separate Worklight server (on Liberty, WAS, or Tomcat) then you're running the Worklight Consumer or Worklight Enterprise edition and should use the studio plugin for that edition/version. As Idan mentioned, Business Partners can get the corresponding studio plugin from PartnerWorld.

You say you have Worklight Server installed but not Worklight Studio, this implies to me that you are either a customer or partner of IBM (and have installed Worklight using the IBM Installation Manager).
Customers can download past and current versions of Worklight via IBM Passport Advantage.
Partners should visit IBM PartnerWorld.

Save your time installing 5.0.3 especially if you are planning on using jQuery that comes with worklight native. 5.0.6 comes with 1.8.2 jQuery and has better native calls for worklight to save you time when you need to get usefull info and use the enhanced logging properties.
Trust me. If you you are not going to wait until 6.0 the use 5.0.6 and save yourself a lot of UI headaches.

Related

How To setup IBM Mobile First version 7.1 in eclipse - IBM mobile first not available in eclipse marketplace

Need to setup the IBM mobile-first development studio in eclipse but IBM mobile first not available in eclipse marketplace.
Please note that IBM MobileFirst 7.1 is currently in a continuous support mode until September 30, 2020 and will not be supported after that.
The MobileFirst Studio Plugin is not available in Eclipse MarketPlace. You need to download MobileFirst 7.1 Eclipse plugin from IBM Passport Advantage or IBM Fix Central with your IBM credentials.
You can refer to the below link. Download the Previous releases using the below link,
IBM Worklight - Where to find previous releases
Import the local downloaded copy to eclipse.

Eclipse oxygen does not find IBM MobileFirst Studio

I am trying to install IBM MobileFirst Studio. I have downloaded the latest eclipse version (oxygen) for Java EE Developers. Now when I go to "Eclipse Marketplace" and enter "MobileFirst" in search, it does not find the plugin and in the download section of MobileFirst Platform Foundation (https://mobilefirstplatform.ibmcloud.com/downloads/), I can only find the 7.1.0.0 version (under past releases). Nowhere I can find the 8.0 version.
In MobileFirst v8.0 you no longer use Eclipse based MobileFirst Studio to create "projects" to create Hybrid apps, rather you use the Cordova CLI to create a Cordova app, and also use the Cordova CLI to add the MobileFirst SDK (plug-in) to the Cordova app.
Check Here: Unable to launch IBM MobileFirst foundation studio 8.0 in eclipse

Setting Up MobileFirst Dev Environment

OS: Windows 7
Eclipse Java EE IDE for Web Developers.
Version: Mars.2 Release (4.5.2)
Build id: 20160226-0632
Java JRE 7
Java jdk1.7.0_79
MobileFirst-8.0.0.0
IBM MobileFirst Studio Plugins 8.0.0.v20160803_2030
Greetings,
I am attempting to use Mobile First Studio plugin within Eclipse Mars to develop apps. Based on my research there is an embedded version of MobileFirst Server with the plugin. In the Eclipse Installation Details page I can see the IBM MobileFirst Studio Plugin. However, when working in Eclipse I am not able to see the MFP project option when clicking File>New.
I cannot remember if I installed these in the correct/recommended order and if that is contributing to the problem. Or could the problem be the use of Java 7 and MobileFirst 8.0?
The MobileFirst 8.0 Studio Plugin does not include the server.
You need to have the MobileFirst CLI installed and server running before you can use this plugin. The plugin is depending on the CLI commands.
Please see this blogpost for additional information.
https://mobilefirstplatform.ibmcloud.com/blog/2016/06/17/ibm-mobilefirst-studio-8-0-plugin-for-eclipse-now-available/

IBM Worklight - How to switch back to version 6.0 from 6.1?

When installing Worklight from the Eclipse Marketplace, v6.1 is being installed.
How can I switch back to v6.0?
Worklight 6.0.0.x Developer Edition is not available for download via Eclipse Marketplace. Only the latest version of the Developer Edition is ever available from Eclipse Marketplace.
To obtain previous versions of Worklight:
If you are an IBM customer or business partner, you can get it from either Passport Advantage or Partner World respectively.
For the free Developer Edition previous versions are only available as zip files. Here's the 6.0 download. After downloading, use the eclipse archive install option and point to the downloaded zip file.
For the free Developer Edition previous versions you can download from here 6.0.0.2

Liberty profile not available as a new server in eclipse

I am having trouble installing Liberty Profile. I have downloaded and installed eclipse Juno JEE edition and installed the WAS Developer Tools from wasdev. This worked fine after I re-created the default software sites which for some reason were not defined out of the box.
Eclipse reports that the toolkit is installed when I look at the list of installed software. However when I come to create a server instance there is no Liberty Profile option. The only entry under IBM is "IBM WebSphere v6.0".
Am I missing something? I am running on Windows 7 64bit. I have both a Oracle and IBM JRE installed and I have tried both by updating the -vm option in the eclipse.ini file. I have tried -clean. Nothing seems to let me create a Liberty Profile server.
The best and most reliable way is to install WDT in Eclipse is via Eclipse Marketplace. You will have the latest release available there for different Eclipse versions like Kepler, Juno, Luna. There are two editions of tools - one for full WAS, one for Liberty profile. So make sure to select the one you need. Developer tools work both with Oracle and IBM JVM.