Difference between eclipse pulsar, mtj, me - eclipse

what is difference between eclipse pulsar, eclipse mtj, and eclipse me ?

Eclipse ME is an external project started in 2003. As its page says:
EclipseME has graduated to become the new Eclipse Mobile Tools for Java (MTJ) project.
The MTJ project provides all of the functionality from EclipseME 1.7.9 plus many new features and lots of bug fixes. The EclipseME project will remain open indefinitely**, but there will be no new releases of EclipseME**.
Eclipse MTJ is part of the larger DSDP (Device Software Development Platform) set of projects, which addresses a broad range of needs in the device software development space using the Eclipse platform.
MTJ is a project which "will develop frameworks that can be extended by tool vendors and tools that can be used by third-party developers."
Eclipse Pulsar takes advantage of the MTJ framework and provides a "tools integration platform" (as opposed to "an Eclipse with a plugin for mobile development".
It is a package (an Eclipse distribution).
As Chris Aniszczyk says in his blog post:
The other new package is Pulsar which was built specifically for the Mobile Java community.
Pulsar is essentially a mashup of the Eclipse SDK and the Eclipse MTJ projects with the ability of downloading more tools from different handset manufacturers.
You can compare the Pulsar package with other Eclipse packages here.
So:
External Plugin (ME) => official Eclipse project (MTJ) => Full Eclipse distribution (package, with Pulsar)

Related

Is there any IDE available for old tool SCM?

Is there any IDE available to handle check-in, check-out and code review for old SCM tool CMVC ?
Ex: Eclipse is a famous IDE where in plugins can be installed to work with SCM tools (eg GIT), likewise is there any IDE available for CMVC or any modern tools which supports CMVC?
There are CMVC Plug-Ins available for Eclipse 4.2 and 4.3
However, in order to download the plug ins from IBM you need to contact the IBM Support Desk

Eclipse Luna without built-in plugins

Eclispse Luna has been just released. I wanted to grab it from the download site. But here comes my problem. Even the Standard and Java Developer versions have features built-in which are not needed for me and just slows down the IDE. For example i do not use Mylin or Plug-in development. These things cannot be deleted from the installation... Is there an Eclipse Luna release which only contains the basic package?
Look at the Eclipse Project downloads
The Eclipse Platform is the smallest (but does not even have Java development).
The Eclipse SDK has Java and Plugin development and the Eclipse source. This is the one I always start from.

source code for eclipse plugin dependencies

I am trying to learn about eclipse plugin development.I downloaded Eclipse IDE for Java EE developers in Helios distribution. I am able to create plugin development project using plugin development wizard. Now the problem is am not able to view the source code of eclipse plugin dependencies.I searched the internet for source attachments, but didn't find it.Any help is appreciated..
If you just want to play around with plug-in development, then you really don't need to integrate the different IDE capabilities, and can probably live with separate Eclipse installations and workspaces.
Actually, the more capabilities/Eclipse editions, you try to integrate, the more limits you set up for other plug-ins/features/capabilities. At some point, it can get impossible to integrate 3rd party capabilities such as those from TaskTop and Atlassian...
If you don't need the Java EE capabilities, consider using either the classic
Eclipse edition or the RCP edition.
For Eclipse plugin development download Eclipse Classic distribution which includes SDK from here.
Eclipse IDE for Java EE description:
Tools for Java developers creating Java EE and Web applications, including a Java IDE, tools for Java EE, JPA, JSF, Mylyn and others.
Eclipse Classic description:
The classic Eclipse download: the Eclipse Platform, Java Development Tools, and Plug-in Development Environment, including source and both user and programmer documentation.
Cheers,
Max
Also, if you want to see the sourcecode of any plugin dependency, you can check it out from CVS at :pserver:anonymous#dev.eclipse.org:/cvsroot/eclipse
Be careful to get the right version, though.
Cheers,
Rob

Is programming mobile devices using eclipse dead?

I cut my teeth so to speak with eclipse.
Learning Java and even programming mobile devices using Eclipse was a rewarding experince. My last and not so favorable encounter using this platform was Pulsar. But all references to it has disappeared in the new version of Eclipse called indigo. I just like to know if anyone still recommends eclipse when programming mobile device whether J2ME or any other device?
You can continue using Eclipse for developing mobile applications with Indigo release as well. Eclipse Pulsar was a packaging of several Eclipse projects for a providing an all in one download. Pulsar package is discontinued on the indigo release because it lacked the volunteers to support it. However all the projects that were part of the Pulsar are available on indigo release with their new versions.
For JavaME development you can install the eclipse MTJ (mobile tools of Java) using the eclipse update manager.
While Java ME is waning in popularity, Eclipse is now the platform of choice for developing for Android devices (see ADT). I believe Blackberry also has Eclipse-based tooling. What's left is iOS and Windows Phone. For iOS, I have heard some people using Eclipse CDT for development, but it's not a first-class experience due to lack of support from Apple. For Windows Phone, it's Dev Studio all the way.

Why does my Eclipse Galileo not have Windows->Preferences->Server page?

I downloaded Eclipse Galileo (3.5.1) SR1 and Eclipse SDK 3.5.1 and neither of them have a "Server" page on the Windows->Preferences screen.
Any ideas why?
Tx.
The Eclipse SDK 3.5.1 "classic" does not include WST (Web Tools)
Even the RCP edition only include it partially
WST: This subproject will provide support for integrating Web servers into Eclipse as first-class execution environments for Web applications.
This support will include the ability to configure Web servers and associate them with Web projects
alt text http://www.noocodecommit.com/blog/nicogiard/images/05_01_2008-18_01_55.png
See Eclipse Compare Packages page