- This topic has 74 replies, 54 voices, and was last updated 15 years, 10 months ago by
J.C. Hamlin.
-
AuthorPosts
-
April 16, 2007 at 1:12 pm #268895
Riyad KallaMembersixel,
Why add Hibernate Tools to MyEclipse? (What functionality are we missing?)April 18, 2007 at 9:44 am #269031
sixelMemberHi Riyad,
It’s not in term of missing functionality that we chose not to use MyEclipse embedded Hibernate Tools. Our decision was made basically on these points:
– Outdated documentation
The following link < http://myeclipseide.com/ContentExpress-display-ceid-61.html > (if there’s one more up-to-date, please correct me) mentions Hibernate 2.1.x, upcoming MyEclipse 3.8GA, etc…– Necessity to add Hibernate capabilities to the project
Our projects don’t need all the bunch of capabilities provided by MyEclipse. Access to DB records is made through a separate application, and we prefer to customize the added libraries / properties on a per-project basis– Access to source code
Until quite recently, the MyEclipse team did not provide the modified source code of their version of the Tools, even though the latter is under LGPL. We are not lacking trust in the ME team, just a matter of respect and ethics towards FLOSS in general.Cheers,
alexisApril 18, 2007 at 11:48 am #269040
Riyad KallaMember– Outdated documentation
The following link < http://myeclipseide.com/ContentExpress-display-ceid-61.html > (if there’s one more up-to-date, please correct me) mentions Hibernate 2.1.x, upcoming MyEclipse 3.8GA, etc…That feature page *does* need to get updated, but it’s not documentation.
You can find documentation either from the Documentation portion of the site (Documentation link on left site) or under the Help > Contents menu and under MyEclipse Learning Center.
– Necessity to add Hibernate capabilities to the project
Our projects don’t need all the bunch of capabilities provided by MyEclipse. Access to DB records is made through a separate application, and we prefer to customize the added libraries / properties on a per-project basisBesides the ‘.myhibernate’ file created in the root of your project, everything else is optional. As a convenience we add the Hibernate libraries, they can certainly be removed from the build path and your own libs added (the only real important part is the .myhibernate file, it allows MyEclipse to know about the ‘hibernatey’ aspects of your project)
BUT that being said, I can certainly understand some developers like “pure” tools that don’t add anything in any way to their project.
– Access to source code
Until quite recently, the MyEclipse team did not provide the modified source code of their version of the Tools, even though the latter is under LGPL. We are not lacking trust in the ME team, just a matter of respect and ethics towards FLOSS in general.There was a lot that went on that wasn’t covered publicly. We were never in violation of the LGPL.
For future reference, all our open source re-contributions are available from our OS page here:
http://www.myeclipseide.com/ContentExpress-display-ceid-108.htmlMay 1, 2007 at 11:25 am #269597
lpcnucciMember– Subversive
– Mylar
– MavenMay 2, 2007 at 9:06 am #269638
jhmMemberMylar
Ivy + IvyDE
PHPeclipse
EPIC
CodeCoverage: EMMA, Coverlipse …
openArchitectureWare
ContinousBuild: CruiseControl Dashboard, …
Packaging via Launch4JMay 18, 2007 at 1:33 am #270286
David Orriss JrParticipantI tried to use JadEclipse with ME 5.1 JadEclipse eventually crashed my ME installation. I never figured out why.. I just stopped using it. If someone could look into this that would be great.
The other tools I like and try to use with ME are PMD and Jupiter.
http://pmd.sourceforge.net/
http://csdl.ics.hawaii.edu/Tools/Jupiter/May 25, 2007 at 8:22 am #270660
gcstangMemberOur company uses the following currently 10 developers
-
checkstyle – great for code and format checking
eclipse2ant – great to allow your source to be built easily
jarretriever – quick retrieval of required jars for 3rd party apps
log4e – nice tool to ease the development use of log4j
resourcebundle – great tool to properly edit multiple resource files at one time
subclipse – Decent tool to use with Subversion, I mostly use
TortoiseSVN howeverMay 25, 2007 at 2:31 pm #270696
Bill KeydelMember– Subversive
– Maven 2
– JettyJune 4, 2007 at 11:23 am #271081
Edmond WongMemberp4eclipse – perforce for eclipse
fatjar – packagingJune 4, 2007 at 11:24 am #271082
Edmond WongMemberAbility to generate ant script for remote build
June 4, 2007 at 11:29 am #271083
Edmond WongMemberAdd the feature, where holding the ctrl-key and scroll mouse button can resize the font of the editing window. Like Notepad++, and other text editor. Contribute the the code to eclipse.org if the feature is not there…
June 4, 2007 at 11:31 am #271085
Edmond WongMemberI meant resizing the text in the editing window.
July 28, 2007 at 10:13 am #273256
pete23Membera decent clearcase plugin
+1 for jadclipse – it’s invaluable when you haven’t bothered to stick the source on your pathOctober 1, 2007 at 12:32 pm #276354
cmcbrienMemberThis message has not been recovered.
October 10, 2007 at 4:48 am #276743
jhmMemberhonet:
Ability to generate ant script for remote buildWhat does “remote” build mean?
-
AuthorPosts