BPEL editor for netbeans 8 - netbeans-8

I am using netbeans 8 and I need to use a BPEL editor. It seems that SOA plugin no longer exist for netbeans 8.
Any idea ? I don't like to install Eclipse (it is more practical to have one Java IDE).
Thanks.

Versions of NetBeans after 6.5 dont have BPEL plugin.

Related

Eclipse Integrated development environment

I have an IDE for java (and android), also recently have downloaded the ide for php development.
Is it possible to use both (not at the same time) ide's from the same application?
Now i have eclipse juno for java and eclipse luna for php...
I managed to download c++ ide into the eclipse version that i used for java.
Basically look for p2 software repository of the IDE of your choice and paste the link into: work with, under install new software, under help.
Now i have 2 different IDE's working under same application (should be possible to have more)
Also a comment to the downvoter: It is not wise to downvote without explaining the reason of your action....
Some food for thought...

Java IDE with GlassFish

Please recommend some JAVA IDEs comes with GlassFish server.
I have tried both Eclipse and Netbeans, both are not working consistently, I am looking for an IDE to support GlassFish by default without any stressful confgurations.
NetBeans 7.3.1 should work out-of-the-box. Are you downloading the Java EE distirbution that includes GlassFish?

Eclipse plugin developed under Indigo will work under Juno (Eclipse 4)?

I will start a new project as an Eclipse Plugin, but I found that a new major update of Eclipse will come at June. So I'm wondering, do I have to start developing on this new version or I can use Indigo to create my plugin then it can be be supported by Juno with no problem?
Thanks.
You can download Eclipse 4.2 for plug-in developers right now.
http://eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/junom6
You don't have to use the 4.2 platform, but you can read the documentation, especially the changes from Eclipse 3 to Eclipse 4, and see if this impacts your plug-in.

Eclipse new plugin Project: Not choosable

just an easy quesition but I can't find any answer in this wonderful world wide web...
I just want to create a new Plugin Project based on Eclipse Helios. Normally this feature should be shipped with this version (Version: Helios Service Release 2 Build id: 20110301-1815) but I can't choose it via "file->new->Project". Do I have sth. to install previously?
Thanks a lot for any help guys ... :)
It is also possible to do plugin development with any eclipse classic version. (I am working with 4.2)
For plugin development in eclipse classic version you need to go
Help-->Install New Software--> In work with select version url provided by eclipse it self. e.g. in case of 4.2 Juno it will be Juno - http://download.eclipse.org/releases/juno
It will render all the possible plugin provided by eclipse it self.
In that list there will a Eclipse plugin development environment in General purpose tools.
Or you can get that one by writing plug in filter text box.
Select Eclipse plugin development environment and install it.
Now you can able to do plugin development in classic version also.
Hope this will be helpful.
Install Eclipse for RCP and RAP developers.
If you already installed Eclipse you can add on the Plug-in Environment from within Eclipse
https://www.eclipse.org/forums/index.php/t/273044/
The Plugin Perspective is not installed.
To get it: Help->Install New Software
Work With: --All Available Sites--
In the Filter Box, type "Plug-in"
Look for something that says "General Purpose Tools" and expand it.
Look for "Eclipse Plug-in Development Environment"
Click Next a few times and install it, then restart.
Exact verbiage may depend on your Eclipse version.

What is the difference between JDE plugin and Java plugin for Eclipse

I am completelty new to the BB development.
I want to start development of BlackBerry application.
I am confused how to start? And what plugins have to download and from which link?
And bit confused about the JDE plugin <--> Java plugin for Eclipse
Which I have to download for development?
Can any one explaine the above things?
thanks in advance...
JDE and eclipse plugin are same other than, JDE has only debug mode, but the eclipse has both debug and run mode. I am using eclipse for several years, so I feel comfortable in using eclipse. I recommend eclipse because, it is more developer friendly when compared to JDE.
I agree with Karthikeyan that eclipse has a more feature rich environment plus it can incorporate other plugins such as cvs, svn, mysql etc.
Sometimes it can take more configuration to get everything set up right properly. If you want to get your code up and running quickly without any configuration, I would highly recommend using the JDE.
Glen