|
From: Brian M. <mcc...@fo...> - 2004-07-07 17:15:52
|
I'd be all for it -- though I don't know if the implementation that was done is still around, it was a while back =) Explicit permission to implement HQL might work. It is one of those "it isn't even worth asking the lawyers for the arguments likely to ensue" type questions thus far. If you really want it, now that HQL has a real AST generated and interpreted an implementation off of the Hibernate one which compiles HQL to a QueryByCriteria or ReportQuery in OJB terms would probably be fairly straightforward to do. I don't know of any bizarre capabilities HQL has which aren't supported in OJB's criteria api. Said tool would need to be LGPL so couldn't be checked into OJB, but could certainly be made available. Personally, I have been waiting for the (now released) EJB3 spec to see if it supports more HQL'ish queries. Implementing EJBQL(3) should be fine. On Jul 7, 2004, at 12:40 PM, James Cook wrote: >> -----Original Message----- >> Licensing and legalities. *Can* we implement HQL legally etc. Little >> languages without a specific spec only defined as part of a specific >> project are an awfully grey area. > > I'm not sure I see your point given the Hibernate License and the fact > that > you aren't using any of their source code. But I'll trust that the ASF > probably wants to stay away from any potential can o' worms. > > What if Gavin explicitly gave permission for an HQL syntax for OJB? > Would > your project be willing to commit the implementation that has been > created? > It would be a nice compatibility point. > > > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |