The Artima Developer Community
Sponsored Link

Java Community News
Quaere Project Moves to Codehaus, Releases Updates

1 reply on 1 page. Most recent reply: Sep 28, 2007 2:01 PM by Raoul Duke

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Frank Sommers

Posts: 2642
Nickname: fsommers
Registered: Jan, 2002

Quaere Project Moves to Codehaus, Releases Updates Posted: Sep 26, 2007 7:27 PM
Reply to this message Reply
Summary
Quaere is Anders Norås' domain-specific language that aims to integrate data querying syntax into Java, and is modeled on Microsoft's LINQ. Following its initial release in early September, the Quaere project recently moved to a subversion repository on Codehaus, with several enhancements to the codebase.
Advertisement

Quaere project creator Anders Norås characterizes his domain-specific language for language-integrated querying in Java as:

An internal domain specific language that adds a querying syntax reminiscent of SQL to Java applications. The language is modeled with basis in Microsoft’s Language Integrated Query (LINQ) project, which adds similar capabilities to a range of Microsoft .NET languages. The Quaere project allows users to use an internal DSL to filter, enumerate and create projections over a number of collections and other queryable resources using a common, expressive syntax.

Following its initial release at the JavaZone conference in early September, the project recently moved to Codehaus, with a new subversion repository containing the latest updates to the code:

Lots of stuff have been fixed or added to the codebase after I announced the project at JavaZone. Because of this, I have now removed the snapshot that was available here. I encourage those of you who are interested in using Quaere to download the latest version from the Codehaus Subversion repository.

What do you think of Quaere's aim to bring language-integrated querying to Java?


Raoul Duke

Posts: 127
Nickname: raoulduke
Registered: Apr, 2006

Re: Quaere Project Moves to Codehaus, Releases Updates Posted: Sep 28, 2007 2:01 PM
Reply to this message Reply
> <p>What do you think of Quaere's aim to bring
> language-integrated querying to Java? </p>

Hm. Dunno how it compares to LINQ, but I think the ideas of LINQ are very compelling (speaking as a simple end programmer, not as someone with any Programming Language Theory subtlety, so maybe in the long run it will all be a horrible dog) and C#/.Net have been a terrific kick in the ass to Java; it needed it and we all benefit from it. More power to folks who are willing to dedicate time to exploring these things which I expect we can all learn and benefit from.

Flat View: This topic has 1 reply on 1 page
Topic: AppFuse 2.0 Released Previous Topic   Next Topic Topic: New Meta-Programming APIs in Groovy 1.1

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use