|
|
Rank: Newbie Coder Groups: Member
Joined: 1/26/2012 Posts: 16 Points: 42
|
When following the steps to use the WebORB plugin for Flash Builder 4.6 everything goes great until this step:
To activate the plugin, click Data in the main menu and select "Connect to WebORB for Java...". Flash Builder will display the following dialog window:
There is no option to "Connectt to WebORB for Java..."
I tried BlazeDS, and punched in the appropriate address, but that didn't work.
Could someone point me in the right direction?
Thanks! Drew
|
|
Rank: Newbie Coder Groups: Member
Joined: 1/26/2012 Posts: 16 Points: 42
|
Can anyone help???
Thanks!
|
|
 Rank: Newbie Coder Groups: Member
Joined: 2/8/2012 Posts: 3 Points: 9 Location: Orlando
|
Hi Drew, All you need to do is add the server to your selected project. Then try to add your Data/Services
selected project Goto properties select Flex Server: App server type: Java Ck User remote object access service and select BlazeDS. Now setup your Server Location my Root Folder: C:\weborb45\webapp\ my URL: http://localhost:8080/ my Context root: /
Note: the only service I could get to work was: WeatherServiceService
Good Luck!!!
|
|
Rank: Newbie Coder Groups: Member
Joined: 1/26/2012 Posts: 16 Points: 42
|
Hi Stan,
I think there might be some confusion here. I'm not talking about configuring the server parameters for my flex project. I've already gone through and set that up properly. Furthermore, I've gotten remoting and publish/subscribe methods to work. What I'm trying to do is use the WebORB plugin for Flash Builder to simplify my data integration workflow. My understanding is that, with the plugin, you can directly import destinations and use the Data/Services panel to configure return and parameter types for remote method invocation.
Anyways, the documentation online says that to get this process started, you do this after installing the plugin:
Using the Data/Services Plugin Make sure the project is selected in Flex Package Explorer before using the plugin. If no project is selected, Flash Builder will display the following error message "No Flex project is active. Please select a project in Flex Package Explorer.". To activate the plugin, click Data in the main menu and select "Connect to WebORB for Java...". Flash Builder will display the following dialog window:
The "Connect to WebORB for Java..." option isn't available for me, even though I've already configured a BlazeDS server (via the method you posted in your reply).
Many thanks! -Drew
|
|
 Rank: Administration Groups: Administration
Joined: 8/21/2006 Posts: 1,607 Points: 4,082 Location: Frisco, TX
|
Hi Drew, Could you please let me know if you installed the plugin using the Eclipse's plugin update system? Regards, Mark
Mark Piller Midnight Coders, Inc. twitter: midnightcoderblog: blog.themidnightcoders.comwebsite: www.themidnightcoders.com
|
|
Rank: Newbie Coder Groups: Member
Joined: 1/26/2012 Posts: 16 Points: 42
|
|
|
Rank: Newbie Coder Groups: Member
Joined: 1/26/2012 Posts: 16 Points: 42
|
Any update on this?
|
|
|
Guest |