-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 8 posts ] 
Author Message
 Post subject: Next version of Hibernate toolset for Eclipse (after 3.0 alp
PostPosted: Thu Mar 31, 2005 7:46 pm 
Newbie

Joined: Thu Mar 31, 2005 7:39 pm
Posts: 8
Max

When do u expect to release the next version of

Hibernate toolset for eclipse (after 3.0 alpha 1) ?

I've some issues with this release.
But when i went thru the forum, most of them have been fixed.

So if its gonna be too long in the future, then i would like to go the route of building from the latest sources.

Thank you.

Shrek


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 01, 2005 2:50 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
hi,

there is a alpha 2 version included in the jboss ide 1.5 download - you can fetch it from http://sourceforge.net/project/showfile ... e_id=72248

/max

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 06, 2005 1:55 am 
Newbie

Joined: Tue Apr 05, 2005 11:19 pm
Posts: 5
Hi, Max,

The readme.txt in the JBOSS download says: Version: 3.0 alpha1, 25. January 2005.

Is there any plan to do a formal alpha 2 release through the hibernate site?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 06, 2005 4:39 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
what download did you get ?

JBossIDE 1.5 Milestone 1 should contain the alpha 2.

/max

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 06, 2005 11:10 am 
Newbie

Joined: Tue Apr 05, 2005 11:19 pm
Posts: 5
The download does, in fact, contain alpha 2 plugin components. The readme.txt in the download root directory doesn't reflect this, however.

Is the JBOSS download the "official" alpha 2 release? If so, would it not be a good idea to mention this on the tools homepage?

Also, the docfile says: "Note that we expect significant changes to the structure and organization of the built-in templates in one of the next releases."

Can we expect that these changes will restore the functionality formerly located in the <codegen> tag in the 2.x hbm2java tool?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 06, 2005 11:50 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
can you tell me which exact download you are downloading ?
Like a direct link.

Regarding <codegen> "compability" then my goal is to provide the same or similar functionallity to hbm2java 2.x.

Something might change or removed because it has been deemed "bad" (some meta attributes are not needed anymore) or simply not maintained (FinderRenderer have been broken for a long time)

If there is something that is close to your heart and you are missing it , then please tell/report it and i'll either do it or tell why we dont do (hopefully with an alternative solution)

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 06, 2005 12:10 pm 
Regular
Regular

Joined: Sun Sep 26, 2004 9:27 pm
Posts: 75
Location: Atlanta, GA, USA
max wrote:
If there is something that is close to your heart and you are missing it , then please tell/report it and i'll either do it or tell why we dont do (hopefully with an alternative solution)


Max, YOU are very close to my heart. :)

I also have requests I would like to the development path for the Eclipse plug-in. However, I couldn't find where to post them, and routing them all through you might be tedious.

Is there a specific place for the Tools requests? Should I just post them in this forum?

The one thing I needed today was the ability to see the translated SQL generated by Hibernate from an HQL query run in the Eclipse IDE.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 06, 2005 12:51 pm 
Newbie

Joined: Tue Apr 05, 2005 11:19 pm
Posts: 5
The exact download is:

http://prdownloads.sourceforge.net/jbos ... p?download

Unpack the zip, read the "readme.txt". It should contain the same text I pasted above.

As for "near and dear", the most important missing feature for our project is the "prefix=" feature from the old generator.

We maintain hand-coded DAO's that extend the raw hbm2java-generated classes with helper methods, constructors, etc. The hand-coded DAO's are version-controlled, and the base classes are automatically generated as part of the build process. The generated classes all have a "Base" prefix, so that the DAO declaration looks like: public class Thing extends BaseThing.

It would be possible to get the same result by sticking a <meta attribute="generated-class">BaseThing</meta> on every class declaration, but that's ugly and error-prone compared to the current solution.

A new feature that I would really love to see is timestamp checking in the hibernatetool ant task so that it would not overwrite .java files unless the source .hbm.xml file had a more recent timestamp. That would avoid requiring the downstream javac task to recompile all the generated files on every ant run.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 8 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.