The Artima Developer Community
Sponsored Link

Java Buzz Forum
David A. Hall has posted beta 0.8 of jga, an open source collection of generic algorithms for Java.

0 replies on 1 page.

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 0 replies on 1 page
News Manager

Posts: 47623
Nickname: newsman
Registered: Apr, 2003

News Manager is the force behind the news at Artima.com.
David A. Hall has posted beta 0.8 of jga, an open source collection of generic algorithms for Java. Posted: Jan 3, 2007 8:57 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by News Manager.
Original Post: David A. Hall has posted beta 0.8 of jga, an open source collection of generic algorithms for Java.
Feed Title: Cafe au Lait
Feed URL: http://www.cafeaulait.org/today.rss
Feed Description: Cafe au Lait is the preeminent independent source of Java information on the net. Unlike many other Java sites, Cafe au Lait is neither beholden to specific companies nor to advertisers. At Cafe au Lait you'll find many resources to help you develop your Java programming skills here including daily news summaries, FAQ lists, tutorials, course notes, examples, exercises, book reviews, user groups and more.
Latest Java Buzz Posts
Latest Java Buzz Posts by News Manager
Latest Posts From Cafe au Lait

Advertisement
David A. Hall has posted beta 0.8 of jga, an open source collection of generic algorithms for Java. "jga is a functors library: the intent is to explore and exploit functors as a design and implementation tool to reduce boilerplate coding. A functor is an object that encapsulates a function or expression: it can take arguments and produce results, as can any method, expression, or function (in other languages that support functions). Unlike an expression, as an object it can be passed as an argument without being executed; it can be persisted to a database or file; it can be serialized and passed from client to server (and back); and it can be instantiated at runtime based on information unavailable at compile-time." jga is now dual licensed under the GNU Lesser general Public License and the CDDL. In addition this release now allows more static access to methods.

Read: David A. Hall has posted beta 0.8 of jga, an open source collection of generic algorithms for Java.

Topic: JRuby and $! (Global Exception) Previous Topic   Next Topic Topic: DbUnit 2.2 is out!

Sponsored Links



Google
  Web Artima.com   

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