• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

MyEclipse vs. Eclipse

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Riyad Kalla,

I am currently an Eclipse user and am wondering what features MyEclipse offers that Eclipse does not.

Thank you.
[ July 31, 2007: Message edited by: Mike Mc Afee ]
 
MyEclipse Support
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mike,
Quite a few... is there an area of development you are currently working in that I could provide some more detail on for you?

Our official Feature Matrix might provide some insight for specific features if you want to browse it and take a look at some of the screenshots.
 
Mike Mc Afee
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Feature Matrix is very informative on a high level. Could you compare the Version Control Management and Refactoring between MyEclipse and Eclipse?
 
Riyad Kalla
MyEclipse Support
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mike,
They are going to be identical because:

* Source control support is provided by either the integrated CVS plugin, or any set of numerous 3rd party plugins. All of which will work fine in Eclipse or MyEclipse.

* Refactoring is provided by the base JDT.

So if you are doing straight Java-only development and no UI work, straight Eclipse SDK will be all you need. Although if you are working with Swing forms or anything like that, you might take a look at our Matisse4MyEclipse product (that is free for Pro subscriptions).

Just as a reminder, MyEclipse is built ontop of Eclipse+WTP, so all the features we provide are a super-set ontop of the existing ones. It's up to users to figure out what they need.

Optionally if you wanted to tell me what you are working on, I can offer up the tooling in MyEclipse that may help or let you know if Eclipse SDK is sufficient.
[ August 01, 2007: Message edited by: Riyad Kalla ]
 
Mike Mc Afee
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Riyad Kalla:

So if you are doing straight Java-only development and no UI work, straight Eclipse SDK will be all you need. Although if you are working with Swing forms or anything like that, you might take a look at our Matisse4MyEclipse product (that is free for Pro subscriptions).

[ August 01, 2007: Message edited by: Riyad Kalla ]



This pretty much covers what I am working on right now. It sounds like I am well covered.

I guess what I was hoping for was a way to search CVS a little more comprehensively. I have only been using Eclipse for about 7-8 months and have tried to find a way to search CVS for a check-in by someone specific on a specific date.

Thank you for the info.
 
Wink, wink, nudge, nudge, say no more, it's a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic