Search |
||
Never Ending Math EquationPosted by editor on July 21, 2008 at 4:36 AM PDT
Lots of Insane Stupid Parentheses Do they still teach LISP in college? I always appreciated how profoundly different a mindset you needed to have to use LISP effectively. It's all about structure and recursion, traits that have always stood in stark opposition to the straight-ahead program flow of C and the various curly-brace languages it spawned. But there are some problems for which LISP's way of thinking is quite elegant, and curly-brace languages less so. In a new InfoQ article, Per Jacobsson begins Exploring LISP on the JVM.
Also in Java Today, Bill Shannon has announced a new GlassFish Architecture Mailing List. "The purpose of this mailing list is to discuss architectural issues for GlassFish. [...] I've asked the existing GlassFish architecture team to move all discussions to this new mailing list. I'm looking forward to participation from many of you as well!" The latest edition, issue 175 of the JavaTools Community Newsletter is out, with tool-related news from around the net, new projects in the community, one new graduation from the incubator (MathRider), and a Tool Tip on Twitting your project. In today's Weblogs. Carol McDonald offers an Example using jMaki and RESTful Web Services. "This Sample Catalog app demonstrates a RESTful Web Service, coded using JAX-RS: Java API for RESTful Web Services and the Java Persistence API, and a jMaki client which gets and displays the Web Service responses in a dynamic Ajax table." David Herron says the effort to pull in BSD Java is Getting closer... "We've been working legal ropes for awhile to get this result: Sun Approved: Merge from BSD Java to OpenJDK. There was a funky little legal snarl in that the BSD Java team has been working on Java ports to xyzzyBSD for years but it was under the JRL or SCSL license and they couldn't directly offer their changes to the OpenJDK project." Finally, Arun Gupta offers GlassFish @ Utah JUG Summer 2008 - Trip Report. "I presented on GlassFish at Utah JUG yesterday, slides are available. The topic provided insight into GlassFish v2, the current production version, and GlassFish v3 - the upcoming modular, embeddable & extensible version. The slides have data on leading adoption indicators on how GlassFish momentum. There were close to 100 attendees and the list of sponsors is certainly impressive." This week's Spotlight is on the UISpec4j project, which offers a functional/unit testing library for Swing-based applications. "UISpec4J was conceived in an Extreme Programming environment, where automated testing takes a central place. The existing Swing-based testing frameworks did expose too much of the Swing APIs, resulting in arcane and unmaintainable test classes. This is why we decided to implement a set of wrappers, trying to make our tests as close as possible to human-readable text. Our ultimate goal is to allow tests written with UISpec4J to become the actual detailed specification of an application."
In today's Forums, Tim Boudreau warns against a tree-table approach for editable components in Re: JXTreeTable: Is this possible? Screenshot attached. "You're far better off going with live components for this sort of thing - you can create a generic parent panel with an expand/collapse button that shows/hides a sub-panel with the additional contents depending on its state. Otherwise, you'll find you have weird problems with components not behaving quite right."
Current and upcoming Java Events :
Registered users can submit event listings for the java.net Events Page using our events submission form. All submissions go through an editorial review before being posted to the site. Archives and Subscriptions: This blog is delivered weekdays as the Java Today RSS feed. Also, once this page is no longer featured as the front page of java.net it will be archived along with other past issues in the java.net Archive. Lots of Insane Stupid Parentheses »
Comments
Comments are listed in date ascending order (oldest first)
Submitted by varan on Mon, 2008-07-21 13:41.
Apologies for the shameless plug, but, well, those who like do so some Math Equations on the JVM might like to try the freeware Mathnium (http://www.mathnium.com), an interpreter written completely in Java with support for Matlab like syntax and a comprehensive library for numerical computing. It also allows existing Java classes to be used very easily in its scripting environment.
|
||
|
|