Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: 4.0
-
Component/s: None
-
Labels:None
Description
Te installer should install the plugin into Flash Builder. The installer should get input from the user what products to integrate with. Currently available options are WebORB for Java and WebORB for .NET.
The installer should do the following:
1. com.adobe.flexbuilder.dcrad.handlers.WebORBActionHandler must be deployed to
Flash Builder Home\plugins\com.adobe.flexbuilder.dcrad_4.0.0.253292\
2. Add this line to Flash Builder Home\plugins\com.adobe.flexbuilder.dcrad_4.0.0.253292\plugin.properties:
ConnectToWebORBDotNet=Connect to WebORB for .NET...
3. Add the following to Flash Builder Home\plugins\com.adobe.flexbuilder.dcrad_4.0.0.253292\plugin.xml
(make sure to find the right sections - there will be other actions and commands in the file):
<action
class="com.adobe.flexbuilder.dcrad.handlers.WebORBActionHandler"
id="com.adobe.flexbuilder.dcrad.connectToWebORB"
label="%ConnectToWebORBDotNet"
menubarPath="flexDataMenu/serviceGroup"
style="push">
</action>
<command
categoryId="com.adobe.flexbuilder.dcrad.connectToServicesCategory"
defaultHandler="com.adobe.flexbuilder.dcrad.handlers.BlazeDSActionHandler"
id="com.adobe.flexbuilder.dcrad.WebORBDotNetCommand"
name="%ConnectToWebORBDotNet">
</command>
<command
commandId="com.adobe.flexbuilder.dcrad.WebORBDotNetCommand"
style="push">
</command>
4. All other code from the project must be deployed to:
Flash Builder Home\plugins\com.adobe.flexbuilder.dcrad_4.0.0.253292\com.adobe.flexbuilder.services.WebORBService_4.0.0.253292
The code for the plugin is available in SVN at: svn://mapable.com/mapable/trunk/ORB/Integration/FlashBuilder
The installer should do the following:
1. com.adobe.flexbuilder.dcrad.handlers.WebORBActionHandler must be deployed to
Flash Builder Home\plugins\com.adobe.flexbuilder.dcrad_4.0.0.253292\
2. Add this line to Flash Builder Home\plugins\com.adobe.flexbuilder.dcrad_4.0.0.253292\plugin.properties:
ConnectToWebORBDotNet=Connect to WebORB for .NET...
3. Add the following to Flash Builder Home\plugins\com.adobe.flexbuilder.dcrad_4.0.0.253292\plugin.xml
(make sure to find the right sections - there will be other actions and commands in the file):
<action
class="com.adobe.flexbuilder.dcrad.handlers.WebORBActionHandler"
id="com.adobe.flexbuilder.dcrad.connectToWebORB"
label="%ConnectToWebORBDotNet"
menubarPath="flexDataMenu/serviceGroup"
style="push">
</action>
<command
categoryId="com.adobe.flexbuilder.dcrad.connectToServicesCategory"
defaultHandler="com.adobe.flexbuilder.dcrad.handlers.BlazeDSActionHandler"
id="com.adobe.flexbuilder.dcrad.WebORBDotNetCommand"
name="%ConnectToWebORBDotNet">
</command>
<command
commandId="com.adobe.flexbuilder.dcrad.WebORBDotNetCommand"
style="push">
</command>
4. All other code from the project must be deployed to:
Flash Builder Home\plugins\com.adobe.flexbuilder.dcrad_4.0.0.253292\com.adobe.flexbuilder.services.WebORBService_4.0.0.253292
The code for the plugin is available in SVN at: svn://mapable.com/mapable/trunk/ORB/Integration/FlashBuilder