Is there anyway we can add the tomcat eclipse plugin to Adobe Flex Builder 3? In other words can we add all eclipse plugins to Flex Builder also?
相关问题
- Eclipse and Mylyn : how to disable grey files in t
- Installing Pydev for Eclipse throws error
- How to load flex swf from flash?
- Error in Scala Compiler: java.lang.AssertionError:
- How to remove unused imports using Eclipse and not
相关文章
- selenium+eclipse 打开网页时报错
- Eclipse failing to open
- Eclipse how can I indent C++ preprocessor macros
- Why is FindBugs ignoring my check for null?
- Eclipse cleanup - what are the “.index” files - ca
- Eclipse plugin to find out unused methods in a cla
- Spring NamespaceHandler issue when launching Maven
- How best to use ViewerFilter on a TreeViewer?
Yes you can. And you don't have to download Eclipse. You can do this within Flex Builder.
What you have to do is to go to help and then go to find and install. There you have to look for WTP (Web Tools Platform) plus WST ( Web Standard Tools) and once you select it it should say that there are some errors, but what you have to do is to select install other needed packages or something like that.
When that's done you can use Flex Builder for building java back-end and flex front-end. I also use BlazeDS since I personally think that its the best combination.
Good luck. If you need help please ask.
I'm not sure about the Tomcat one, but I have many Eclipse plugins I am using in FlexBuilder right now. You can Google it or look at blogs, like this one for lists of potential plugins you might want.
If you have already done like James Ward said you made a small mistake. Since it is so that you don't have to install Flex Builder as an plug-in in the Eclipse. The reason for that is that if you install latest Eclipse it might not support Flex Builder plug-in for some reason. But if you go the other way around you will have Flex Builder and then just install WTP and WST as plug-in for Flex Builder. In this case you will have the latest fully functional Flex Builder and Eclipse working perfectly.
But if you in any way manage to install Flex Builder the other way around you will occasionally have some bugs or issues in your Eclipse installation that you made before you installed Flex Builder in ti as a plug-in. So my advice is do it the right way first. I made that mistake and now I wish I had someone to tell me else.
Take care and good luck.
You need to install Flex Builder as a plugin to an existing Eclipse Java EE install. Then you get Tomcat / Dynamic Web Project support.