From: Konstantin P. <kpr...@ya...> - 2002-12-09 14:04:26
|
Hi all, (crossposting to xdoclet-devel ) I started to evaluate hibernate with hope to be able to toss my entity ejb's down the drain. (and it looks that I'll be able to do this:) I noticed that there is xdoclet module for it - and because I'm myself committer of xdoclet I really would use it. Last days there was a discussion on xdoclet list to nominate Joel as hibernate module maintainer and include hibernate module into xdoclet - and voting vas positive. Is there any progrees from hibernate side? I also noticed that hibernate module lacks xtags.xml - thus it's impossible to use XDocletGUI to tag files easier way. (and also to generate tag documentation) So I can take on importing sources, refactoring them to correct package structure and writing xtags.xml ( at least start it, so Joel can follow on it ) and maybe fixing some stuff which is currently broken in CVS ( judging from commit logs ) Comments please :) regards, ===== Konstantin Priblouda ( ko5tik ) Freelance Software developer < http://www.pribluda.de > < play java games -> http://www.yook.de > < render charts online -> http://www.pribluda.de/povray/ > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |
From: Joel Rosi-S. <Joe...@Et...> - 2002-12-09 15:10:50
|
Konstantin Priblouda wrote: >Hi all, >(crossposting to xdoclet-devel ) > >I started to evaluate hibernate with hope >to be able to toss my entity ejb's down the drain. >(and it looks that I'll be able to do this:) > >I noticed that there is xdoclet module for it - >and because I'm myself committer of xdoclet I really >would use it. > >Last days there was a discussion on xdoclet list >to nominate Joel as hibernate module maintainer >and include hibernate module into xdoclet - >and voting vas positive. Is there any progrees from >hibernate side? > I do not know what the XDoclet policy is as far as confirmation of the nomination, but when they are ready we are ready. >I also noticed that hibernate module lacks xtags.xml > Hmm...did you check out the module from the cvs Tools module? There is an xtags.xml in /src/META-INF. Please note, however, that it is a bit incomplete. I plan on rectifying that this week. >- >thus it's impossible to use XDocletGUI to tag files >easier way. (and also to generate tag documentation) > >So I can take >on importing sources, refactoring them to correct >package structure and writing xtags.xml ( at least >start it, so Joel can follow on it ) >and maybe fixing some stuff which is currently broken >in CVS ( judging from commit logs ) > I would be very pleased with whatever assistance you can give. From the development perspective I am a 'babe in the woods' with XDoclet, so your support is warmly appreciated. - joel > >Comments please :) > > > |
From: Konstantin P. <kpr...@ya...> - 2002-12-09 15:54:27
|
> I do not know what the XDoclet policy is as far as > confirmation of the > nomination, but when they are ready we are ready. Well, you just been added. Welcomne on board :) > >I also noticed that hibernate module lacks > xtags.xml > > > Hmm...did you check out the module from the cvs > Tools module? There is > an xtags.xml in /src/META-INF. Please note, however, > that it is a bit > incomplete. I plan on rectifying that this week. OK, seen this. Also with xdoclet.xml along. After moving to xdoclet xdoclet.xml will vanish - we generate them with xdoclet itself :) As for xtags.xml - current version is pretty useless for GUI ( this means completely useless , since tag validation is not developed yet. ). Since I do not know much about hibernate tags, I can provide only technical assistance for now. I'm starting to add directories for hibernate. Objections? regards, ===== Konstantin Priblouda ( ko5tik ) Freelance Software developer < http://www.pribluda.de > < play java games -> http://www.yook.de > < render charts online -> http://www.pribluda.de/povray/ > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |
From: Joel Rosi-S. <Joe...@Et...> - 2002-12-09 21:40:04
|
Konstantin, I really appreciate your good energies. How can we best work together to get the hiberate module up to snuff? Konstantin Priblouda wrote: >OK, seen this. Also with xdoclet.xml along. >After moving to xdoclet xdoclet.xml will vanish - >we generate them with xdoclet itself :) > Yes, I noticed that when I built. >As for xtags.xml - current version is pretty useless >for GUI ( this means completely useless , since >tag validation is not developed yet. ). > Can you expand on that. Why is the current version useless or more importantly what needs to be done to get it right? Or are you saying the GUI is the problem? >Since I do not know much about hibernate tags, >I can provide only technical assistance for now. > Not a problem, we can both learn as we go :-) Ciao, Joel |
From: Konstantin P. <kpr...@ya...> - 2002-12-10 09:06:17
|
> Can you expand on that. Why is the current version > useless or more > importantly what needs to be done to get it right? > Or are you saying the > GUI is the problem? Well, tag validation is planned for 2.0 release. For now xtags.xml are used only for GUI ( to rigging up trees and editors and such stuff ) and doc generation - no effect on actual xdoclet performance regards, ===== Konstantin Priblouda ( ko5tik ) Freelance Software developer < http://www.pribluda.de > < play java games -> http://www.yook.de > < render charts online -> http://www.pribluda.de/povray/ > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |
From: Dmitri C. <di...@co...> - 2002-12-09 22:24:32
|
(might have already been answered) > I started to evaluate hibernate with hope > to be able to toss my entity ejb's down the drain. > (and it looks that I'll be able to do this:) ditto (o: > I also noticed that hibernate module lacks xtags.xml it has it, but the condition is not correct - I've fixed it locally and the gui works fine once fixed. > So I can take > on importing sources, refactoring them to correct > package structure and writing xtags.xml ( at least > start it, so Joel can follow on it ) > and maybe fixing some stuff which is currently broken > in CVS ( judging from commit logs ) not that I dont want more committers - but there was discussion on xdoclet-dev a week or two ago about jboss maintaining their own module in their own cvs repository. do we want to do this here, or keep with the status quo? cheers dim |
From: Joel Rosi-S. <Joe...@Et...> - 2002-12-09 23:06:44
|
Dmitri Colebatch wrote: [snip] >it has it, but the condition is not correct - I've fixed it locally and the >gui works fine once fixed. > Could you send me your fix so I can get into the reposirtory? Thanks, Joel [snip] |
From: Konstantin P. <kpr...@ya...> - 2002-12-10 08:52:40
|
> > So I can take > > on importing sources, refactoring them to correct > > package structure and writing xtags.xml ( at least > > start it, so Joel can follow on it ) > > and maybe fixing some stuff which is currently > broken > > in CVS ( judging from commit logs ) I just overlooked it... Not came yet to write some hiberabte stuff - just looking for it and figuring a way... > not that I dont want more committers - but there was > discussion on > xdoclet-dev a week or two ago about jboss > maintaining their own module in > their own cvs repository. do we want to do this > here, or keep with the > status quo? Difficult question. We have more knowlege of xdoclet, hibernate folks of course of hibernate. With current templating solution it would be best for hibernate module to live in xdoclet, because of possibly need of new tags in other modules or templating enhancements - having somebody with right to commit in both repositories is good idea... I can also think of some ehnancements to hibernate code generation - there are a lot of potencially usefull patterns... regards, ===== Konstantin Priblouda ( ko5tik ) Freelance Software developer < http://www.pribluda.de > < play java games -> http://www.yook.de > < render charts online -> http://www.pribluda.de/povray/ > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |