>>> For J2ME development the best tool around is NetBeans Mobility Pack -
>>> no other tool gives you so much power (for example mentioned
[quoted text clipped - 39 lines]
> have several versions of your code, e.g. one for Nokia, other for
> Motorola, etc ...)
This functionality is present in EclipseME 0.9.0
> - ant based project environment (just take you ant build scripts and
> build the projects on a machine which never saw the IDE)
The ant build scripts can be exported using the context menus
> - integrated WTK 2.1
EclipseME has does not have an integrated WTK, you configure your
project to work with whatever WTKs are present.
<Opinion>I personally feel that this is a better way to do it.</Opinion>
> - many MIDP examples
I have internet access, so a must have feature, this does not make.
(Wtks have MANY example applications also)
> - integrated ProGuard obfuscator
Feature is available a.s standard
> - visual designer for visual development of applications (not just UI,
> but also flow between the screens)
I personally like to have this stuff planned out before I get anywhere
near the IDE.
> - wireless connection wizard to easily connect MIDP application to
> servers and web services
> - automatic deployment of the built apps to servers via copy/scp/ftp/webdav
> - and many, many more
Ain't Ant great.
> Actually there is a review available on devx.com site - see
> <http://www.devx.com/wireless/Article/28559/0/page/1>
>
> On the other hand - what features are available in EclipseME and does
> not exists in NetBeans Mobility Pack? (I'm really wondering, because I
> don't know any, but may be I'm wrong ...)
They are similar products.
Please don't get me wrong here, I personally don't care what another
developer uses to create magic. Just, I am not seeing anything here that
says 'switch to netbeans / IDEA / $GREAT_IDE'.
As I stated eclipseME & Eclipse 3.1 are perfectly good tools for what I
need.
> I personally use Eclipse for general Java development and NetBeans +
> Mobility Pack for my J2ME/JSP/Servlets projects ...
>
> -mx
Alec,
Martin Brehovsky - 09 Aug 2005 07:38 GMT
<snip>
>>> Please ellaborate, I use EclipseME on a daily basis, why should I
>>> migrate to netbeans?
[quoted text clipped - 7 lines]
>
> This functionality is present in EclipseME 0.9.0
I'm not sure about that - you are telling me, you can edit source which
has several configurations (for example one configuration of the source
is using Nokia's FullCanvas and other standard Canvas) and you can do it
seamlessly in EclipseME? When working on such source in netbeans, I can
easily identify blocks not used in the given configuration (they are
automatically commented), so the source is always valid (no errors,
because of missing classes).
>> - ant based project environment (just take you ant build scripts and
>> build the projects on a machine which never saw the IDE)
>
> The ant build scripts can be exported using the context menus
I still think there is a huge difference between importing the ant
script and having a build system completely based on ant. For example
all changes you do via project properties are automatically made to the
scripts, so if you decide
>> - integrated WTK 2.1
>
> EclipseME has does not have an integrated WTK, you configure your
> project to work with whatever WTKs are present.
> <Opinion>I personally feel that this is a better way to do it.</Opinion>
The same works for netbeans - download emulator you would like to use
and add it to your J2ME platforms. On the other hand having WTK bundled
with the IDE is IMHO better out of box experience ...
>> - many MIDP examples
>
> I have internet access, so a must have feature, this does not make.
> (Wtks have MANY example applications also)
You are right - again only better out of box experience for some users.
>> - integrated ProGuard obfuscator
>
[quoted text clipped - 5 lines]
> I personally like to have this stuff planned out before I get anywhere
> near the IDE.
Perhaps a choice of taste - I used to be against UI designers, but now I
think some of have are giving me quite a productivity boost ...
>> - wireless connection wizard to easily connect MIDP application to
>> servers and web services
[quoted text clipped - 13 lines]
>>
> They are similar products.
I always thought EclipseME is inferior to NetBeans Mobility pack, but
perhaps I was wrong (the last time I was looking at EclipseME was over a
year ago). I need to download it and look at the progress EclipseME guys
did ...
> Please don't get me wrong here, I personally don't care what another
> developer uses to create magic. Just, I am not seeing anything here that
> says 'switch to netbeans / IDEA / $GREAT_IDE'.
> As I stated eclipseME & Eclipse 3.1 are perfectly good tools for what I
> need.
I understand - I was just giving my preference based on my experience to
the original question on the newsgroup.
-mx
>> I personally use Eclipse for general Java development and NetBeans +
>> Mobility Pack for my J2ME/JSP/Servlets projects ...
>>
>> -mx
>
> Alec,